Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8553e9e
1
Parent(s):
ab36898
docs: update
Browse files
svd/pipeline_stable_video_diffusion_controlnet.py
CHANGED
@@ -622,6 +622,7 @@ class StableVideoDiffusionControlNetPipeline(DiffusionPipeline):
|
|
622 |
self._num_timesteps = len(timesteps)
|
623 |
with self.progress_bar(total=num_inference_steps) as progress_bar:
|
624 |
for i, t in enumerate(timesteps):
|
|
|
625 |
|
626 |
# expand the latents if we are doing classifier free guidance
|
627 |
if use_instructpix2pix:
|
|
|
622 |
self._num_timesteps = len(timesteps)
|
623 |
with self.progress_bar(total=num_inference_steps) as progress_bar:
|
624 |
for i, t in enumerate(timesteps):
|
625 |
+
print("This is timestep ", t)
|
626 |
|
627 |
# expand the latents if we are doing classifier free guidance
|
628 |
if use_instructpix2pix:
|