Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -1067,7 +1067,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
1067 |
# guess_mode=guess_mode,
|
1068 |
# )
|
1069 |
conditioning_frames = self.prepare_control_frames(
|
1070 |
-
image=
|
1071 |
width=width,
|
1072 |
height=height,
|
1073 |
batch_size=batch_size * num_videos_per_prompt * num_frames,
|
|
|
1067 |
# guess_mode=guess_mode,
|
1068 |
# )
|
1069 |
conditioning_frames = self.prepare_control_frames(
|
1070 |
+
image=conditioning_frames,
|
1071 |
width=width,
|
1072 |
height=height,
|
1073 |
batch_size=batch_size * num_videos_per_prompt * num_frames,
|