fix: start enhance from index 1, not 0

This commit is contained in:
Manuel Schmid 2024-06-24 20:45:50 +02:00
parent acb76adf67
commit 9f9fcfa7ad
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 1 deletions

View File

@ -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