mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
i
This commit is contained in:
@@ -28,7 +28,7 @@ def generate_clicked(prompt, negative_prompt, style_selction, performance_selcti
|
|||||||
all_steps = steps * image_number
|
all_steps = steps * image_number
|
||||||
|
|
||||||
def callback(step, x0, x, total_steps):
|
def callback(step, x0, x, total_steps):
|
||||||
done_steps = i * image_number + step
|
done_steps = i * steps + step
|
||||||
progress(float(done_steps) / float(all_steps), f'Step {step}/{total_steps} in the {i}-th Sampling')
|
progress(float(done_steps) / float(all_steps), f'Step {step}/{total_steps} in the {i}-th Sampling')
|
||||||
|
|
||||||
for i in range(image_number):
|
for i in range(image_number):
|
||||||
|
|||||||
Reference in New Issue
Block a user