anzorq commited on
Commit
82d32ca
1 Parent(s): b7dbd4c

Update app.py

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