artificialguybr commited on
Commit
b7e64b3
·
verified ·
1 Parent(s): 8271cef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,9 +73,9 @@ def generate(
73
  custom_width: int = 1024,
74
  custom_height: int = 1024,
75
  guidance_scale: float = 7.0,
76
- num_inference_steps: int = 28,
77
- sampler: str = "Euler a",
78
- aspect_ratio_selector: str = "896 x 1152",
79
  use_upscaler: bool = False,
80
  upscaler_strength: float = 0.55,
81
  upscale_by: float = 1.5,
 
73
  custom_width: int = 1024,
74
  custom_height: int = 1024,
75
  guidance_scale: float = 7.0,
76
+ num_inference_steps: int = 30,
77
+ sampler: str = "DPM++ 2M SDE Karras",
78
+ aspect_ratio_selector: str = "1024 x 1024",
79
  use_upscaler: bool = False,
80
  upscaler_strength: float = 0.55,
81
  upscale_by: float = 1.5,