fix: start enhance from index 1, not 0
This commit is contained in:
parent
acb76adf67
commit
9f9fcfa7ad
|
|
@ -1311,7 +1311,7 @@ def worker():
|
|||
total_count = len(images_to_enhance) * active_enhance_tabs
|
||||
|
||||
base_progress = current_progress
|
||||
current_task_id = -1
|
||||
current_task_id = 0
|
||||
done_steps_upscaling = 0
|
||||
done_steps_inpainting = 0
|
||||
last_enhance_prompt = async_task.prompt
|
||||
|
|
|
|||
Loading…
Reference in New Issue