This commit is contained in:
lvmin 2023-09-09 19:08:28 -07:00
parent 496766edd7
commit 97079667df

View File

@ -109,7 +109,7 @@ def worker():
done_steps = current_task_id * steps + step
outputs.append(['preview', (
int(15.0 + 85.0 * float(done_steps) / float(all_steps)),
f'Step {step}/{total_steps} in the {i}-th Sampling',
f'Step {step}/{total_steps} in the {current_task_id + 1}-th Sampling',
y)])
outputs.append(['preview', (13, 'Starting tasks ...', None)])