Abdualkader commited on
Commit
8505c8f
·
verified ·
1 Parent(s): 1d91f92

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -2
pipeline.py CHANGED
@@ -1439,8 +1439,8 @@ class MVDreamPipeline(DiffusionPipeline):
1439
  self,
1440
  prompt: str = "",
1441
  image: Optional[np.ndarray] = None,
1442
- height: int = 512,
1443
- width: int = 512,
1444
  elevation: float = 0,
1445
  num_inference_steps: int = 50,
1446
  guidance_scale: float = 7.0,
 
1439
  self,
1440
  prompt: str = "",
1441
  image: Optional[np.ndarray] = None,
1442
+ height: int = 256,
1443
+ width: int = 256,
1444
  elevation: float = 0,
1445
  num_inference_steps: int = 50,
1446
  guidance_scale: float = 7.0,