Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
| 63 |
-
num_inference_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,
|