Closed greeze closed 2 years ago
The webui.bat fails to start if model.ckpt doesn't exist, even when using the --ckpt CLI option. The :check_model step should check for the .ckpt file specified by --ckpt, and only look for model.ckpt as a fallback.
webui.bat
model.ckpt
--ckpt
:check_model
.ckpt
omfg wrong repo, sorry!
The
webui.bat
fails to start ifmodel.ckpt
doesn't exist, even when using the--ckpt
CLI option. The:check_model
step should check for the.ckpt
file specified by--ckpt
, and only look formodel.ckpt
as a fallback.