diff --git a/scripts/Start Stable Diffusion UI.cmd b/scripts/Start Stable Diffusion UI.cmd index 2f3e32f9..8563f6b3 100644 --- a/scripts/Start Stable Diffusion UI.cmd +++ b/scripts/Start Stable Diffusion UI.cmd @@ -16,4 +16,4 @@ if exist "installer\etc\conda\activate.d\post_activate.bat" ( @call ..\scripts\on_env_start.bat -@pause \ No newline at end of file +@pause diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index b8ef042b..34ccdf83 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -165,13 +165,13 @@ call WHERE uvicorn > .tmp @if exist "sd-v1-4.ckpt" ( for %%I in ("sd-v1-4.ckpt") do if "%%~zI" EQU "4265380512" ( - echo "Data files (weights) necessary for Stable Diffusion were already downloaded" + echo "Data files (weights) necessary for Stable Diffusion were already downloaded. Using the HuggingFace 4 GB Model." ) else ( for %%J in ("sd-v1-4.ckpt") do if "%%~zJ" EQU "7703807346" ( - echo "Data files (weights) necessary for Stable Diffusion were already downloaded" + echo "Data files (weights) necessary for Stable Diffusion were already downloaded. Using the HuggingFace 7 GB Model." ) else ( for %%K in ("sd-v1-4.ckpt") do if "%%~zK" EQU "7703810927" ( - echo "Data files (weights) necessary for Stable Diffusion were already downloaded" + echo "Data files (weights) necessary for Stable Diffusion were already downloaded. Using the Waifu Model." ) else ( echo. & echo "The model file present at %cd%\sd-v1-4.ckpt is invalid. It is only %%~zK bytes in size. Re-downloading.." & echo. del "sd-v1-4.ckpt" diff --git a/ui/index.html b/ui/index.html index e720a335..083dbc40 100644 --- a/ui/index.html +++ b/ui/index.html @@ -4,7 +4,7 @@ - + @@ -23,6 +23,7 @@ @@ -121,7 +122,8 @@ - + + @@ -210,7 +212,7 @@ - +