Akimitsujiro commited on
Commit
e8ef888
1 Parent(s): 5fc248d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "896 x 1152",
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,