Merge branch 'main' of https://github.com/BaristaLabs/stable-diffusion-dream into add-gfpgan-option

This commit is contained in:
Sean McLellan
2022-08-25 23:19:17 -04:00
4 changed files with 136 additions and 163 deletions

View File

@@ -301,7 +301,7 @@ def create_argv_parser():
'-o',
type=str,
default="outputs/img-samples",
help="directory in which to place generated images and a log of prompts and seeds")
help="directory in which to place generated images and a log of prompts and seeds (outputs/img-samples")
parser.add_argument('--embedding_path',
type=str,
help="Path to a pre-trained embedding manager checkpoint - can only be set on command line")