Spaces:
Running
on
Zero
Running
on
Zero
Update ui/components.py
Browse files- ui/components.py +2 -2
ui/components.py
CHANGED
@@ -79,7 +79,7 @@ QUALITY_PRESETS = {
|
|
79 |
"description": "빠른 초안 생성 (1-2분)"
|
80 |
},
|
81 |
"Standard": {
|
82 |
-
"infer_step":
|
83 |
"guidance_scale": 15.0,
|
84 |
"scheduler_type": "euler",
|
85 |
"omega_scale": 10.0,
|
@@ -97,7 +97,7 @@ QUALITY_PRESETS = {
|
|
97 |
"description": "고품질 생성 (8-12분)"
|
98 |
},
|
99 |
"Ultra (Best)": {
|
100 |
-
"infer_step":
|
101 |
"guidance_scale": 20.0,
|
102 |
"scheduler_type": "heun",
|
103 |
"omega_scale": 20.0,
|
|
|
79 |
"description": "빠른 초안 생성 (1-2분)"
|
80 |
},
|
81 |
"Standard": {
|
82 |
+
"infer_step": 199,
|
83 |
"guidance_scale": 15.0,
|
84 |
"scheduler_type": "euler",
|
85 |
"omega_scale": 10.0,
|
|
|
97 |
"description": "고품질 생성 (8-12분)"
|
98 |
},
|
99 |
"Ultra (Best)": {
|
100 |
+
"infer_step": 299,
|
101 |
"guidance_scale": 20.0,
|
102 |
"scheduler_type": "heun",
|
103 |
"omega_scale": 20.0,
|