alfabill commited on
Commit
54617d4
·
1 Parent(s): 58553dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ def img_to_img(prompt, neg_prompt, img, strength, guidance, steps, width, height
59
  result = pipe_i2i(
60
  prompt,
61
  negative_prompt = neg_prompt,
62
- init_image = img,
63
- num_inference_steps = int(steps),
64
  strength = strength,
65
  guidance_scale = guidance,
66
  width = width,
 
59
  result = pipe_i2i(
60
  prompt,
61
  negative_prompt = neg_prompt,
62
+ image = img,
63
+ num_inference_steps = 6,
64
  strength = strength,
65
  guidance_scale = guidance,
66
  width = width,