Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -340,7 +340,7 @@ class Zero123PlusPipeline(diffusers.StableDiffusionPipeline):
|
|
| 340 |
return_dict=True,
|
| 341 |
**kwargs
|
| 342 |
):
|
| 343 |
-
print('!!!!!!!!!!!!!!!!!!!!!!!, start test')
|
| 344 |
self.prepare()
|
| 345 |
if image is None:
|
| 346 |
raise ValueError("Inputting embeddings not supported for this pipeline. Please pass an image.")
|
|
|
|
| 340 |
return_dict=True,
|
| 341 |
**kwargs
|
| 342 |
):
|
| 343 |
+
# print('!!!!!!!!!!!!!!!!!!!!!!!, start test')
|
| 344 |
self.prepare()
|
| 345 |
if image is None:
|
| 346 |
raise ValueError("Inputting embeddings not supported for this pipeline. Please pass an image.")
|