Update app.py
Browse files
app.py
CHANGED
|
@@ -103,8 +103,8 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
|
|
| 103 |
steps_set = 15
|
| 104 |
guidance_set = 1.5
|
| 105 |
elif model == "Large":
|
| 106 |
-
steps_set =
|
| 107 |
-
guidance_set = 1
|
| 108 |
else:
|
| 109 |
steps_set = 25
|
| 110 |
guidance_set = 7
|
|
|
|
| 103 |
steps_set = 15
|
| 104 |
guidance_set = 1.5
|
| 105 |
elif model == "Large":
|
| 106 |
+
steps_set = 15
|
| 107 |
+
guidance_set = 1.5
|
| 108 |
else:
|
| 109 |
steps_set = 25
|
| 110 |
guidance_set = 7
|