Update live_preview_helpers.py
Browse files- live_preview_helpers.py +1 -0
live_preview_helpers.py
CHANGED
|
@@ -132,6 +132,7 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
| 132 |
|
| 133 |
# 6. Denoising loop
|
| 134 |
for i, t in enumerate(timesteps):
|
|
|
|
| 135 |
if self.interrupt:
|
| 136 |
continue
|
| 137 |
|
|
|
|
| 132 |
|
| 133 |
# 6. Denoising loop
|
| 134 |
for i, t in enumerate(timesteps):
|
| 135 |
+
print(f"Inference step {i+1}/{num_inference_steps}")
|
| 136 |
if self.interrupt:
|
| 137 |
continue
|
| 138 |
|