fix: correctly display current progress on non-enhance steps after skipping
This commit is contained in:
parent
1ef6367635
commit
25f4484c79
|
|
@ -1281,6 +1281,7 @@ def worker():
|
|||
current_progress, preparation_steps,
|
||||
async_task.image_number, show_intermediate_results)
|
||||
|
||||
current_progress = int(preparation_steps + (100 - preparation_steps) / float(all_steps) * async_task.steps * (current_task_id + 1))
|
||||
images_to_enhance += imgs
|
||||
|
||||
except ldm_patched.modules.model_management.InterruptProcessingException:
|
||||
|
|
|
|||
Loading…
Reference in New Issue