mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-19 03:54:24 -05:00
Merge branch 'main' of https://github.com/BaristaLabs/stable-diffusion-dream into add-gfpgan-option
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user