enable show negative prompt

This commit is contained in:
Engineer-of-Stuff 2022-09-09 00:23:23 -06:00 committed by GitHub
parent e01430e879
commit cece74c193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@
" print('You forgot to fill out the variable model_file above.')\n",
" sys.exit(1)\n",
"\n",
"!python /notebooks/stable-diffusion-webui/webui.py --share --ckpt $model_file"
"!python /notebooks/stable-diffusion-webui/webui.py --share --ckpt $model_file --show-negative-prompt"
]
},
{