Spaces:
Configuration error
Configuration error
Commit ·
183f9b8
1
Parent(s): a18a949
update
Browse files
app.py
CHANGED
|
@@ -127,7 +127,9 @@ def inference(
|
|
| 127 |
guidance_scale,
|
| 128 |
prompt,
|
| 129 |
negative_prompt,
|
| 130 |
-
steps
|
|
|
|
|
|
|
| 131 |
):
|
| 132 |
validate_inputs(image, map)
|
| 133 |
image = preprocess_image(image)
|
|
|
|
| 127 |
guidance_scale,
|
| 128 |
prompt,
|
| 129 |
negative_prompt,
|
| 130 |
+
steps,
|
| 131 |
+
denoising_start,
|
| 132 |
+
denoising_end
|
| 133 |
):
|
| 134 |
validate_inputs(image, map)
|
| 135 |
image = preprocess_image(image)
|