mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: correctly track progress with image_number > 1 and not enhance
This commit is contained in:
@@ -1238,7 +1238,7 @@ def worker():
|
|||||||
denoising_strength, final_scheduler_name, goals,
|
denoising_strength, final_scheduler_name, goals,
|
||||||
initial_latent, async_task.steps, switch, task['c'],
|
initial_latent, async_task.steps, switch, task['c'],
|
||||||
task['uc'], task, tiled, use_expansion, width, height,
|
task['uc'], task, tiled, use_expansion, width, height,
|
||||||
preparation_steps, preparation_steps,
|
current_progress, preparation_steps,
|
||||||
async_task.image_number, show_intermediate_results)
|
async_task.image_number, show_intermediate_results)
|
||||||
|
|
||||||
images_to_enhance += imgs
|
images_to_enhance += imgs
|
||||||
|
|||||||
Reference in New Issue
Block a user