This commit is contained in:
Vladimir Mandic
2024-02-15 19:03:17 -05:00
parent cc9d0960c2
commit d76136fb81
6 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -236,8 +236,8 @@ def select_checkpoint(op='model'):
if len(checkpoints_list) == 0:
shared.log.warning("Cannot generate without a checkpoint")
shared.log.info("Set system paths to use existing folders in a different location")
shared.log.info(" or use --models_dir <path-to-folder> to specify base folder with all models")
shared.log.info(" or use --ckpt_dir <path-to-folder> to specify folder with models")
shared.log.info(" or use --models-dir <path-to-folder> to specify base folder with all models")
shared.log.info(" or use --ckpt-dir <path-to-folder> to specify folder with sd models")
shared.log.info(" or use --ckpt <path-to-checkpoint> to force using existing model")
return None
checkpoint_info = next(iter(checkpoints_list.values()))