Spaces:
Runtime error
Runtime error
change default values in UI
Browse files- ui-config.json +2 -2
ui-config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"txt2img/Style 2/value": "None",
|
9 |
"txt2img/Style 2/visible": true,
|
10 |
"txt2img/Sampling Steps/visible": true,
|
11 |
-
"txt2img/Sampling Steps/value":
|
12 |
"txt2img/Sampling Steps/minimum": 1,
|
13 |
"txt2img/Sampling Steps/maximum": 150,
|
14 |
"txt2img/Sampling Steps/step": 1,
|
@@ -56,7 +56,7 @@
|
|
56 |
"txt2img/Batch size/maximum": 8,
|
57 |
"txt2img/Batch size/step": 1,
|
58 |
"txt2img/CFG Scale/visible": true,
|
59 |
-
"txt2img/CFG Scale/value":
|
60 |
"txt2img/CFG Scale/minimum": 1.0,
|
61 |
"txt2img/CFG Scale/maximum": 30.0,
|
62 |
"txt2img/CFG Scale/step": 0.5,
|
|
|
8 |
"txt2img/Style 2/value": "None",
|
9 |
"txt2img/Style 2/visible": true,
|
10 |
"txt2img/Sampling Steps/visible": true,
|
11 |
+
"txt2img/Sampling Steps/value": 30,
|
12 |
"txt2img/Sampling Steps/minimum": 1,
|
13 |
"txt2img/Sampling Steps/maximum": 150,
|
14 |
"txt2img/Sampling Steps/step": 1,
|
|
|
56 |
"txt2img/Batch size/maximum": 8,
|
57 |
"txt2img/Batch size/step": 1,
|
58 |
"txt2img/CFG Scale/visible": true,
|
59 |
+
"txt2img/CFG Scale/value": 2.0,
|
60 |
"txt2img/CFG Scale/minimum": 1.0,
|
61 |
"txt2img/CFG Scale/maximum": 30.0,
|
62 |
"txt2img/CFG Scale/step": 0.5,
|