Don't need to create the models folder using this script

This commit is contained in:
cmdr2 2022-10-29 23:07:48 +05:30
parent 61e8916141
commit 91b491b7e7
2 changed files with 0 additions and 6 deletions

View File

@ -85,9 +85,6 @@ call conda activate invokeai
@rem preload the models
call python scripts\preload_models.py
@rem make the models dir
mkdir models\ldm\stable-diffusion-v1
@rem tell the user their next steps
echo.
echo "You can now start generating images by double-clicking the 'invoke.bat' file (inside this folder)

View File

@ -107,8 +107,5 @@ conda activate invokeai
# preload the models
python scripts/preload_models.py
# make the models dir
mkdir models/ldm/stable-diffusion-v1
# tell the user their next steps
echo "You can now start generating images by running invoke.sh (inside this folder), using ./invoke.sh"