File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,7 @@ set err_msg=----- InvokeAI setup failed -----
140140.venv\Scripts\python -m pip install %no_cache_dir% --no-warn-script-location -e .
141141if %errorlevel% neq 0 goto err_exit
142142
143- <<<<<<< HEAD:binary_installer/install.bat
144- copy binary_installer\invoke.bat .\invoke.bat
145- =======
146- copy installer\invoke.bat.in .\invoke.bat
147- >>>>>>> main:binary_installer/install.bat.in
143+ copy binary_installer\invoke.bat.in .\invoke.bat
148144echo ***** Installed invoke launcher script ******
149145
150146@rem more cleanup
Original file line number Diff line number Diff line change @@ -213,12 +213,8 @@ _err_exit $? _err_msg
213213
214214echo -e " \n***** Installed InvokeAI *****\n"
215215
216- <<< <<< < HEAD:binary_installer/install.sh
217- cp binary_installer/invoke.sh .
218- =======
219- cp installer/invoke.sh.in ./invoke.sh
216+ cp binary_installer/invoke.sh.in ./invoke.sh
220217chmod a+x ./invoke.sh
221- >>>>>>> main:binary_installer/install.sh.in
222218echo -e " \n***** Installed invoke launcher script ******\n"
223219
224220# more cleanup
You can’t perform that action at this time.
0 commit comments