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 0451caf commit 7f1b78dCopy full SHA for 7f1b78d
src/diffusers/pipelines/easyanimate/pipeline_easyanimate_control.py
@@ -794,11 +794,6 @@ def prepare_control_latents(
794
795
return control, control_image_latents
796
797
- def decode_latents(self, latents):
798
- latents = 1 / self.vae.config.scaling_factor * latents
799
- video = self.vae.decode(latents).sample
800
- return video
801
-
802
@property
803
def guidance_scale(self):
804
return self._guidance_scale
0 commit comments