mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-29 03:33:20 +01:00
Create the custom model instruction file even on existing installations
This commit is contained in:
parent
8c576ece28
commit
d70ea854b1
@ -165,10 +165,8 @@ call WHERE uvicorn > .tmp
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if not exist "..\models\stable-diffusion" (
|
if not exist "..\models\stable-diffusion" mkdir "..\models\stable-diffusion"
|
||||||
mkdir "..\models\stable-diffusion"
|
echo. > "..\models\stable-diffusion\Put your custom ckpt files here.txt"
|
||||||
echo. > "..\models\stable-diffusion\Put your custom ckpt files here.txt"
|
|
||||||
)
|
|
||||||
|
|
||||||
@if exist "sd-v1-4.ckpt" (
|
@if exist "sd-v1-4.ckpt" (
|
||||||
for %%I in ("sd-v1-4.ckpt") do if "%%~zI" EQU "4265380512" (
|
for %%I in ("sd-v1-4.ckpt") do if "%%~zI" EQU "4265380512" (
|
||||||
|
Loading…
Reference in New Issue
Block a user