Update pipeline.py
Browse files- pipeline.py +0 -3
pipeline.py
CHANGED
@@ -1310,9 +1310,6 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
1310 |
return_dict=False,
|
1311 |
)
|
1312 |
|
1313 |
-
# print shapes of controlnet outputs
|
1314 |
-
print("down_block_res_samples", down_block_res_samples.shape)
|
1315 |
-
print("mid_block_res_sample", mid_block_res_sample.shape)
|
1316 |
|
1317 |
# predict the noise residual with the added controlnet residuals
|
1318 |
noise_pred = self.unet(
|
|
|
1310 |
return_dict=False,
|
1311 |
)
|
1312 |
|
|
|
|
|
|
|
1313 |
|
1314 |
# predict the noise residual with the added controlnet residuals
|
1315 |
noise_pred = self.unet(
|