Spaces:
Running
on
Zero
Running
on
Zero
Update model.py
Browse files
model.py
CHANGED
|
@@ -156,7 +156,7 @@ class Model:
|
|
| 156 |
image: np.ndarray,
|
| 157 |
prompt: str,
|
| 158 |
negative_prompt: str,
|
| 159 |
-
image_resolution: int,
|
| 160 |
num_steps: int,
|
| 161 |
controlnet_conditioning_scale: float,
|
| 162 |
seed: int,
|
|
|
|
| 156 |
image: np.ndarray,
|
| 157 |
prompt: str,
|
| 158 |
negative_prompt: str,
|
| 159 |
+
# image_resolution: int,
|
| 160 |
num_steps: int,
|
| 161 |
controlnet_conditioning_scale: float,
|
| 162 |
seed: int,
|