deprecate --enable-console-prompts

use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
This commit is contained in:
w-e-w
2023-09-09 15:53:10 +09:00
parent 340fce2113
commit 46ef185709
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ def txt2img(id_task: str, prompt: str, negative_prompt: str, prompt_styles, step
p.user = request.username
if shared.opts.enable_console_prompts or cmd_opts.enable_console_prompts:
if shared.opts.enable_console_prompts:
print(f"\ntxt2img: {prompt}", file=shared.progress_print_out)
with closing(p):