Commit
·
9a137bc
1
Parent(s):
40d9d44
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def img2img(input_image, prompt, negative_prompt, model, width, height):
|
|
191 |
"denoising_strength": 0.7,
|
192 |
"prompt": prompt,
|
193 |
"negative_prompt": negative_prompt,
|
194 |
-
"model": i2i_model,
|
195 |
"steps": 30,
|
196 |
"sampler": "DPM++ SDE",
|
197 |
"cfg_scale": 7,
|
|
|
191 |
"denoising_strength": 0.7,
|
192 |
"prompt": prompt,
|
193 |
"negative_prompt": negative_prompt,
|
194 |
+
"model": i2i_model.value,
|
195 |
"steps": 30,
|
196 |
"sampler": "DPM++ SDE",
|
197 |
"cfg_scale": 7,
|