Update app.py
Browse files
app.py
CHANGED
@@ -76,10 +76,10 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
|
|
76 |
print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
|
77 |
|
78 |
if model == "Realistic":
|
79 |
-
steps_set =
|
80 |
guidance_set = 7
|
81 |
elif model == "Anime":
|
82 |
-
steps_set =
|
83 |
guidance_set = 7
|
84 |
elif model == "Pixel":
|
85 |
steps_set = 15
|
|
|
76 |
print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
|
77 |
|
78 |
if model == "Realistic":
|
79 |
+
steps_set = 25
|
80 |
guidance_set = 7
|
81 |
elif model == "Anime":
|
82 |
+
steps_set = 25
|
83 |
guidance_set = 7
|
84 |
elif model == "Pixel":
|
85 |
steps_set = 15
|