smoothieAI commited on
Commit
be2607f
·
verified ·
1 Parent(s): c33b3f9

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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=frame_,
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,