JingYang2017 commited on
Commit
9a3fa7e
·
verified ·
1 Parent(s): b47bb11

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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.")