darkstorm2150
commited on
Commit
•
4eed3b0
1
Parent(s):
e32053e
Update ui-config.json
Browse filesCorrected sampling steps to 30 instead of 20, adjusted CFG Scale from 7 to 10 to make the same coherent results as showcased in civitai.com/
- ui-config.json +5 -5
ui-config.json
CHANGED
@@ -8,19 +8,19 @@
|
|
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,
|
15 |
"txt2img/Sampling method/visible": true,
|
16 |
"txt2img/Sampling method/value": "Euler a",
|
17 |
"txt2img/Width/visible": true,
|
18 |
-
"txt2img/Width/value":
|
19 |
"txt2img/Width/minimum": 64,
|
20 |
"txt2img/Width/maximum": 2048,
|
21 |
"txt2img/Width/step": 64,
|
22 |
"txt2img/Height/visible": true,
|
23 |
-
"txt2img/Height/value":
|
24 |
"txt2img/Height/minimum": 64,
|
25 |
"txt2img/Height/maximum": 2048,
|
26 |
"txt2img/Height/step": 64,
|
@@ -29,7 +29,7 @@
|
|
29 |
"txt2img/Tiling/visible": true,
|
30 |
"txt2img/Tiling/value": false,
|
31 |
"txt2img/Highres. fix/visible": true,
|
32 |
-
"txt2img/Highres. fix/value":
|
33 |
"txt2img/Firstpass width/visible": true,
|
34 |
"txt2img/Firstpass width/value": 0,
|
35 |
"txt2img/Firstpass width/minimum": 0,
|
@@ -171,7 +171,7 @@
|
|
171 |
"img2img/Batch size/maximum": 8,
|
172 |
"img2img/Batch size/step": 1,
|
173 |
"img2img/CFG Scale/visible": true,
|
174 |
-
"img2img/CFG Scale/value":
|
175 |
"img2img/CFG Scale/minimum": 1.0,
|
176 |
"img2img/CFG Scale/maximum": 30.0,
|
177 |
"img2img/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,
|
15 |
"txt2img/Sampling method/visible": true,
|
16 |
"txt2img/Sampling method/value": "Euler a",
|
17 |
"txt2img/Width/visible": true,
|
18 |
+
"txt2img/Width/value": 768,
|
19 |
"txt2img/Width/minimum": 64,
|
20 |
"txt2img/Width/maximum": 2048,
|
21 |
"txt2img/Width/step": 64,
|
22 |
"txt2img/Height/visible": true,
|
23 |
+
"txt2img/Height/value": 1024,
|
24 |
"txt2img/Height/minimum": 64,
|
25 |
"txt2img/Height/maximum": 2048,
|
26 |
"txt2img/Height/step": 64,
|
|
|
29 |
"txt2img/Tiling/visible": true,
|
30 |
"txt2img/Tiling/value": false,
|
31 |
"txt2img/Highres. fix/visible": true,
|
32 |
+
"txt2img/Highres. fix/value": true,
|
33 |
"txt2img/Firstpass width/visible": true,
|
34 |
"txt2img/Firstpass width/value": 0,
|
35 |
"txt2img/Firstpass width/minimum": 0,
|
|
|
171 |
"img2img/Batch size/maximum": 8,
|
172 |
"img2img/Batch size/step": 1,
|
173 |
"img2img/CFG Scale/visible": true,
|
174 |
+
"img2img/CFG Scale/value": 10.0,
|
175 |
"img2img/CFG Scale/minimum": 1.0,
|
176 |
"img2img/CFG Scale/maximum": 30.0,
|
177 |
"img2img/CFG Scale/step": 0.5,
|