smoothieAI commited on
Commit
246c970
·
verified ·
1 Parent(s): 55e6d7e

Update pipeline.py

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