mskrt commited on
Commit
19e6939
verified
1 Parent(s): aadcdfc

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -2
pipeline.py CHANGED
@@ -323,8 +323,8 @@ class SuperDiffSDXLPipeline(DiffusionPipeline, ConfigMixin):
323
  num_inference_steps: int = 1000,
324
  batch_size: int = 1,
325
  lift: int = 0.0,
326
- height: int = 512,
327
- width: int = 512,
328
  guidance_scale: int = 7.5,
329
  ) -> Callable:
330
  """__call__.
 
323
  num_inference_steps: int = 1000,
324
  batch_size: int = 1,
325
  lift: int = 0.0,
326
+ height: int = 1024,
327
+ width: int = 1024,
328
  guidance_scale: int = 7.5,
329
  ) -> Callable:
330
  """__call__.