Update pipeline.py
Browse files- pipeline.py +0 -1
pipeline.py
CHANGED
@@ -1514,7 +1514,6 @@ class AnimateDiffPipeline(DiffusionPipeline, TextualInversionLoaderMixin, IPAdap
|
|
1514 |
print("expanded_noise_pred_uncond", expanded_noise_pred_uncond.device, expanded_noise_pred_uncond.shape)
|
1515 |
print("expanded_noise_pred_text", expanded_noise_pred_text.device, expanded_noise_pred_text.shape)
|
1516 |
print("current_context_latents", current_context_latents.device, current_context_latents.shape)
|
1517 |
-
print("current_context_indexes", current_context_indexes.device, current_context_indexes.shape)
|
1518 |
print("latent_counter", latent_counter.device, latent_counter.shape)
|
1519 |
|
1520 |
|
|
|
1514 |
print("expanded_noise_pred_uncond", expanded_noise_pred_uncond.device, expanded_noise_pred_uncond.shape)
|
1515 |
print("expanded_noise_pred_text", expanded_noise_pred_text.device, expanded_noise_pred_text.shape)
|
1516 |
print("current_context_latents", current_context_latents.device, current_context_latents.shape)
|
|
|
1517 |
print("latent_counter", latent_counter.device, latent_counter.shape)
|
1518 |
|
1519 |
|