fix typo
This commit is contained in:
parent
496766edd7
commit
97079667df
@ -109,7 +109,7 @@ def worker():
|
|||||||
done_steps = current_task_id * steps + step
|
done_steps = current_task_id * steps + step
|
||||||
outputs.append(['preview', (
|
outputs.append(['preview', (
|
||||||
int(15.0 + 85.0 * float(done_steps) / float(all_steps)),
|
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)])
|
y)])
|
||||||
|
|
||||||
outputs.append(['preview', (13, 'Starting tasks ...', None)])
|
outputs.append(['preview', (13, 'Starting tasks ...', None)])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user