smoothieAI
commited on
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -1075,7 +1075,7 @@ class AnimateDiffControlNetPipeline(DiffusionPipeline, TextualInversionLoaderMix
|
|
1075 |
control_model_input = control_model_input.reshape(
|
1076 |
(-1, control_model_input.shape[2], control_model_input.shape[3], control_model_input.shape[4])
|
1077 |
)
|
1078 |
-
|
1079 |
print("control_model_input.shape", control_model_input.shape)
|
1080 |
print("controlnet_prompt_embeds.shape", controlnet_prompt_embeds.shape)
|
1081 |
print("conditioning_frames.shape", conditioning_frames.shape)
|
|
|
1075 |
control_model_input = control_model_input.reshape(
|
1076 |
(-1, control_model_input.shape[2], control_model_input.shape[3], control_model_input.shape[4])
|
1077 |
)
|
1078 |
+
print("prompt_embeds.shape", prompt_embeds.shape)
|
1079 |
print("control_model_input.shape", control_model_input.shape)
|
1080 |
print("controlnet_prompt_embeds.shape", controlnet_prompt_embeds.shape)
|
1081 |
print("conditioning_frames.shape", conditioning_frames.shape)
|