dvir-bria commited on
Commit
aea52f2
1 Parent(s): 1d59db6

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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,