mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Don't need to create the models folder using this script
This commit is contained in:
parent
61e8916141
commit
91b491b7e7
@ -85,9 +85,6 @@ call conda activate invokeai
|
|||||||
@rem preload the models
|
@rem preload the models
|
||||||
call python scripts\preload_models.py
|
call python scripts\preload_models.py
|
||||||
|
|
||||||
@rem make the models dir
|
|
||||||
mkdir models\ldm\stable-diffusion-v1
|
|
||||||
|
|
||||||
@rem tell the user their next steps
|
@rem tell the user their next steps
|
||||||
echo.
|
echo.
|
||||||
echo "You can now start generating images by double-clicking the 'invoke.bat' file (inside this folder)
|
echo "You can now start generating images by double-clicking the 'invoke.bat' file (inside this folder)
|
||||||
|
@ -107,8 +107,5 @@ conda activate invokeai
|
|||||||
# preload the models
|
# preload the models
|
||||||
python scripts/preload_models.py
|
python scripts/preload_models.py
|
||||||
|
|
||||||
# make the models dir
|
|
||||||
mkdir models/ldm/stable-diffusion-v1
|
|
||||||
|
|
||||||
# tell the user their next steps
|
# tell the user their next steps
|
||||||
echo "You can now start generating images by running invoke.sh (inside this folder), using ./invoke.sh"
|
echo "You can now start generating images by running invoke.sh (inside this folder), using ./invoke.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user