Spaces:
Runtime error
Runtime error
envs
Browse files
pipelines/pipeline_imagecoductor.py
CHANGED
|
@@ -461,6 +461,7 @@ class ImageConductorPipeline(DiffusionPipeline):
|
|
| 461 |
print("controlnet_noisy_latents device", controlnet_noisy_latents.device)
|
| 462 |
print("controlnet_prompt_embeds device", controlnet_prompt_embeds.device)
|
| 463 |
print("controlnet_images device", controlnet_images.device)
|
|
|
|
| 464 |
|
| 465 |
|
| 466 |
|
|
|
|
| 461 |
print("controlnet_noisy_latents device", controlnet_noisy_latents.device)
|
| 462 |
print("controlnet_prompt_embeds device", controlnet_prompt_embeds.device)
|
| 463 |
print("controlnet_images device", controlnet_images.device)
|
| 464 |
+
print("t", t.device)
|
| 465 |
|
| 466 |
|
| 467 |
|