Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -1318,7 +1318,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
1318 |
print("error", e)
|
1319 |
|
1320 |
down_block_res_samples, mid_block_res_sample = self.controlnet(
|
1321 |
-
|
1322 |
t,
|
1323 |
encoder_hidden_states=prompt_embeds,
|
1324 |
controlnet_cond=current_context_conditioning_frames,
|
|
|
1318 |
print("error", e)
|
1319 |
|
1320 |
down_block_res_samples, mid_block_res_sample = self.controlnet(
|
1321 |
+
control_model_input,
|
1322 |
t,
|
1323 |
encoder_hidden_states=prompt_embeds,
|
1324 |
controlnet_cond=current_context_conditioning_frames,
|