mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix incorrect link in install
This commit is contained in:
parent
1345ec77ab
commit
3fc5cb09f8
@ -92,7 +92,7 @@ if "%ERRORLEVEL%" NEQ "0" (
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
copy source_installer\install.bat install.bat
|
copy source_installer\invoke.bat invoke.bat
|
||||||
copy source_installer\update.bat update.bat
|
copy source_installer\update.bat update.bat
|
||||||
|
|
||||||
call conda activate invokeai
|
call conda activate invokeai
|
||||||
|
@ -116,8 +116,9 @@ then
|
|||||||
echo "Please visit https://invoke-ai.github.io/InvokeAI/#installation for alternative"
|
echo "Please visit https://invoke-ai.github.io/InvokeAI/#installation for alternative"
|
||||||
echo "installation methods"
|
echo "installation methods"
|
||||||
else
|
else
|
||||||
ln -sf source_installer/install.sh .
|
ln -sf ./source_installer/invoke.sh .
|
||||||
ln -sf source_installer/update.sh .
|
ln -sf ./source_installer/update.sh .
|
||||||
|
|
||||||
conda activate invokeai
|
conda activate invokeai
|
||||||
# preload the models
|
# preload the models
|
||||||
echo "Calling the preload_models.py script"
|
echo "Calling the preload_models.py script"
|
||||||
|
Loading…
Reference in New Issue
Block a user