arthur-qiu commited on
Commit
71f226c
1 Parent(s): e2e8155
Files changed (1) hide show
  1. pipeline_freescale.py +0 -2
pipeline_freescale.py CHANGED
@@ -1131,8 +1131,6 @@ class StableDiffusionXLPipeline(DiffusionPipeline, FromSingleFileMixin, LoraLoad
1131
  if not return_dict:
1132
  return (image,)
1133
 
1134
- print(image[0].shape)
1135
-
1136
  return StableDiffusionXLPipelineOutput(images=image)
1137
 
1138
  # Overrride to properly handle the loading and unloading of the additional text encoder.
 
1131
  if not return_dict:
1132
  return (image,)
1133
 
 
 
1134
  return StableDiffusionXLPipelineOutput(images=image)
1135
 
1136
  # Overrride to properly handle the loading and unloading of the additional text encoder.