diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2024-01-17 19:44:21 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2024-01-17 19:44:21 +0000 |
commit | 2cf23099ebb81832a27c8016f14062885f5a9c98 (patch) | |
tree | 13fc3e55794b34c06f2be500b041b1589ea1f09e /modules/txt2img.py | |
parent | e1dfd452c0447e729a7341c434b4aab6063aa654 (diff) | |
download | stable-diffusion-webui-gfx803-2cf23099ebb81832a27c8016f14062885f5a9c98.tar.gz stable-diffusion-webui-gfx803-2cf23099ebb81832a27c8016f14062885f5a9c98.tar.bz2 stable-diffusion-webui-gfx803-2cf23099ebb81832a27c8016f14062885f5a9c98.zip |
fix console total progress bar when using txt2img_upscale
add p.txt2img_upscale as indicator
Diffstat (limited to 'modules/txt2img.py')
-rw-r--r-- | modules/txt2img.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/txt2img.py b/modules/txt2img.py index 92a160d6..4efcb4c3 100644 --- a/modules/txt2img.py +++ b/modules/txt2img.py @@ -64,6 +64,7 @@ def txt2img_upscale(id_task: str, request: gr.Request, gallery, gallery_index, g p.enable_hr = True
p.batch_size = 1
p.n_iter = 1
+ p.txt2img_upscale = True
geninfo = json.loads(generation_info)
|