Spaces:
Running
on
Zero
Running
on
Zero
Akimitsujiro
commited on
Commit
•
e8ef888
1
Parent(s):
5fc248d
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def generate(
|
|
74 |
guidance_scale: float = 7.0,
|
75 |
num_inference_steps: int = 28,
|
76 |
sampler: str = "Euler a",
|
77 |
-
aspect_ratio_selector: str = "
|
78 |
style_selector: str = "(None)",
|
79 |
quality_selector: str = "Standard v3.1",
|
80 |
use_upscaler: bool = False,
|
|
|
74 |
guidance_scale: float = 7.0,
|
75 |
num_inference_steps: int = 28,
|
76 |
sampler: str = "Euler a",
|
77 |
+
aspect_ratio_selector: str = "512 x 768",
|
78 |
style_selector: str = "(None)",
|
79 |
quality_selector: str = "Standard v3.1",
|
80 |
use_upscaler: bool = False,
|