mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-23 14:50:54 +01:00
Instructions for where to place the custom ckpt file
This commit is contained in:
parent
cec203a6db
commit
8c576ece28
@ -165,7 +165,10 @@ call WHERE uvicorn > .tmp
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if not exist "..\models\stable-diffusion" mkdir "..\models\stable-diffusion"
|
if not exist "..\models\stable-diffusion" (
|
||||||
|
mkdir "..\models\stable-diffusion"
|
||||||
|
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" (
|
||||||
|
@ -160,6 +160,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
mkdir -p "../models/stable-diffusion"
|
mkdir -p "../models/stable-diffusion"
|
||||||
|
echo "" > "../models/stable-diffusion/Put your custom ckpt files here.txt"
|
||||||
|
|
||||||
if [ -f "sd-v1-4.ckpt" ]; then
|
if [ -f "sd-v1-4.ckpt" ]; then
|
||||||
model_size=`find "sd-v1-4.ckpt" -printf "%s"`
|
model_size=`find "sd-v1-4.ckpt" -printf "%s"`
|
||||||
|
Loading…
Reference in New Issue
Block a user