mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 13:49:48 +00:00
fix console total progress bar when using txt2img_upscale
add p.txt2img_upscale as indicator
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user