Skip to content

Commit 7f1b78d

Browse files
authored
Update src/diffusers/pipelines/easyanimate/pipeline_easyanimate_control.py
1 parent 0451caf commit 7f1b78d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/diffusers/pipelines/easyanimate/pipeline_easyanimate_control.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,6 @@ def prepare_control_latents(
794794

795795
return control, control_image_latents
796796

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-
802797
@property
803798
def guidance_scale(self):
804799
return self._guidance_scale

0 commit comments

Comments
 (0)