Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
77 |
-
sampler: str = "
|
78 |
-
aspect_ratio_selector: str = "
|
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,
|