Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings

enable console prompts in settings
This commit is contained in:
AUTOMATIC1111
2023-09-09 10:02:02 +03:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -201,7 +201,7 @@ def img2img(id_task: str, mode: int, prompt: str, negative_prompt: str, prompt_s
p.user = request.username
if shared.cmd_opts.enable_console_prompts:
if shared.opts.enable_console_prompts:
print(f"\nimg2img: {prompt}", file=shared.progress_print_out)
if mask: