Instructions for where to place the custom ckpt file

This commit is contained in:
cmdr2
2022-10-07 19:33:52 +05:30
parent cec203a6db
commit 8c576ece28
2 changed files with 5 additions and 1 deletions

View File

@ -160,6 +160,7 @@ fi
mkdir -p "../models/stable-diffusion"
echo "" > "../models/stable-diffusion/Put your custom ckpt files here.txt"
if [ -f "sd-v1-4.ckpt" ]; then
model_size=`find "sd-v1-4.ckpt" -printf "%s"`