Spaces:
Running
on
Zero
Running
on
Zero
arthur-qiu
commited on
Commit
•
eb199d6
1
Parent(s):
720b2b0
init
Browse files- pipeline_freescale.py +1 -1
pipeline_freescale.py
CHANGED
@@ -1131,7 +1131,7 @@ class StableDiffusionXLPipeline(DiffusionPipeline, FromSingleFileMixin, LoraLoad
|
|
1131 |
if not return_dict:
|
1132 |
return (image,)
|
1133 |
|
1134 |
-
print(image.shape)
|
1135 |
|
1136 |
return StableDiffusionXLPipelineOutput(images=image)
|
1137 |
|
|
|
1131 |
if not return_dict:
|
1132 |
return (image,)
|
1133 |
|
1134 |
+
print(image[0].shape)
|
1135 |
|
1136 |
return StableDiffusionXLPipelineOutput(images=image)
|
1137 |
|