mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix commit conflict markers
This commit is contained in:
parent
540315edaa
commit
6ec64ecb3c
@ -140,11 +140,7 @@ set err_msg=----- InvokeAI setup failed -----
|
||||
.venv\Scripts\python -m pip install %no_cache_dir% --no-warn-script-location -e .
|
||||
if %errorlevel% neq 0 goto err_exit
|
||||
|
||||
<<<<<<< HEAD:binary_installer/install.bat
|
||||
copy binary_installer\invoke.bat .\invoke.bat
|
||||
=======
|
||||
copy installer\invoke.bat.in .\invoke.bat
|
||||
>>>>>>> main:binary_installer/install.bat.in
|
||||
copy binary_installer\invoke.bat.in .\invoke.bat
|
||||
echo ***** Installed invoke launcher script ******
|
||||
|
||||
@rem more cleanup
|
||||
|
@ -213,12 +213,8 @@ _err_exit $? _err_msg
|
||||
|
||||
echo -e "\n***** Installed InvokeAI *****\n"
|
||||
|
||||
<<<<<<< HEAD:binary_installer/install.sh
|
||||
cp binary_installer/invoke.sh .
|
||||
=======
|
||||
cp installer/invoke.sh.in ./invoke.sh
|
||||
cp binary_installer/invoke.sh.in ./invoke.sh
|
||||
chmod a+x ./invoke.sh
|
||||
>>>>>>> main:binary_installer/install.sh.in
|
||||
echo -e "\n***** Installed invoke launcher script ******\n"
|
||||
|
||||
# more cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user