Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -943,7 +943,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
943 |
# y_velocity=y_velocity,
|
944 |
# scale_velocity=scale_velocity,
|
945 |
# )
|
946 |
-
latents = self.prepare_correlated_latents(
|
947 |
init_image,
|
948 |
init_image_strength,
|
949 |
init_noise_correlation,
|
|
|
943 |
# y_velocity=y_velocity,
|
944 |
# scale_velocity=scale_velocity,
|
945 |
# )
|
946 |
+
_,latents = self.prepare_correlated_latents(
|
947 |
init_image,
|
948 |
init_image_strength,
|
949 |
init_noise_correlation,
|