Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -186,8 +186,8 @@ def img_to_img(model_path, prompt, n_images, neg_prompt, img, strength, guidance
|
|
186 |
num_inference_steps = int(steps),
|
187 |
strength = strength,
|
188 |
guidance_scale = guidance,
|
189 |
-
width = width,
|
190 |
-
height = height,
|
191 |
generator = generator)
|
192 |
|
193 |
return replace_nsfw_images(result)
|
|
|
186 |
num_inference_steps = int(steps),
|
187 |
strength = strength,
|
188 |
guidance_scale = guidance,
|
189 |
+
# width = width,
|
190 |
+
# height = height,
|
191 |
generator = generator)
|
192 |
|
193 |
return replace_nsfw_images(result)
|