We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b1216 commit 1da4a55Copy full SHA for 1da4a55
src/diffusers/pipelines/wan/pipeline_wan_vace.py
@@ -895,7 +895,6 @@ def __call__(
895
self._current_timestep = None
896
897
if not output_type == "latent":
898
- print(latents.shape, num_reference_images)
899
latents = latents[:, :, num_reference_images:]
900
latents = latents.to(vae_dtype)
901
latents_mean = (
0 commit comments