mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: start enhance from index 1, not 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user