Update pipeline.py
Browse files- 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 =
|
1443 |
-
width: int =
|
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,
|