Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -1296,6 +1296,7 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
1296 |
(-1, control_model_input.shape[2], control_model_input.shape[3], control_model_input.shape[4])
|
1297 |
)
|
1298 |
# print shapes of controlnet inputs and conditions
|
|
|
1299 |
print("control_model_input", control_model_input.shape)
|
1300 |
print("controlnet_prompt_embeds", controlnet_prompt_embeds.shape)
|
1301 |
print("current_context_conditioning_frames", current_context_conditioning_frames.shape)
|
|
|
1296 |
(-1, control_model_input.shape[2], control_model_input.shape[3], control_model_input.shape[4])
|
1297 |
)
|
1298 |
# print shapes of controlnet inputs and conditions
|
1299 |
+
print("prompt_embeds.shape", prompt_embeds.shape)
|
1300 |
print("control_model_input", control_model_input.shape)
|
1301 |
print("controlnet_prompt_embeds", controlnet_prompt_embeds.shape)
|
1302 |
print("current_context_conditioning_frames", current_context_conditioning_frames.shape)
|