mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-10 09:42:18 -08:00
Applied changes according to comments on PR
This commit is contained in:
parent
df33b6749a
commit
d150bd0886
4 changed files with 4 additions and 9 deletions
|
|
@ -126,4 +126,3 @@ parser.add_argument("--skip-load-model-at-start", action='store_true', help="if
|
|||
parser.add_argument("--unix-filenames-sanitization", action='store_true', help="allow any symbols except '/' in filenames. May conflict with your browser and file system")
|
||||
parser.add_argument("--filenames-max-length", type=int, default=128, help='maximal length of filenames of saved images. If you override it, it can conflict with your file system')
|
||||
parser.add_argument("--no-prompt-history", action='store_true', help="disable read prompt from last generation feature; settings this argument will not create '--data_path/params.txt' file")
|
||||
parser.add_argument("--prepare-environment-only", action='store_true', help="launch.py argument: only prepare environment without launching webui run with --skip-torch-cuda-test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue