Spaces:
Runtime error
Runtime error
RSPMetaAdmin
commited on
Commit
•
c907e9e
1
Parent(s):
b448dab
Update shared-ui-config_v2.json
Browse files- shared-ui-config_v2.json +6 -6
shared-ui-config_v2.json
CHANGED
@@ -80,14 +80,14 @@
|
|
80 |
"txt2img/Hires negative prompt/visible": true,
|
81 |
"txt2img/Hires negative prompt/value": "",
|
82 |
"txt2img/Width/visible": true,
|
83 |
-
"txt2img/Width/value":
|
84 |
"txt2img/Width/minimum": 64,
|
85 |
-
"txt2img/Width/maximum":
|
86 |
"txt2img/Width/step": 8,
|
87 |
"txt2img/Height/visible": true,
|
88 |
-
"txt2img/Height/value":
|
89 |
"txt2img/Height/minimum": 64,
|
90 |
-
"txt2img/Height/maximum":
|
91 |
"txt2img/Height/step": 8,
|
92 |
"txt2img/Switch dims/visible": true,
|
93 |
"txt2img/Batch count/visible": true,
|
@@ -443,9 +443,9 @@
|
|
443 |
"customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
|
444 |
"customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
|
445 |
"customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
|
446 |
-
"customscript/sd_upscale.py/img2img/Scale Factor/value":
|
447 |
"customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
|
448 |
-
"customscript/sd_upscale.py/img2img/Scale Factor/maximum":
|
449 |
"customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
|
450 |
"customscript/sd_upscale.py/img2img/Upscaler/visible": true,
|
451 |
"customscript/sd_upscale.py/img2img/Upscaler/value": "None",
|
|
|
80 |
"txt2img/Hires negative prompt/visible": true,
|
81 |
"txt2img/Hires negative prompt/value": "",
|
82 |
"txt2img/Width/visible": true,
|
83 |
+
"txt2img/Width/value": 512,
|
84 |
"txt2img/Width/minimum": 64,
|
85 |
+
"txt2img/Width/maximum": 1024,
|
86 |
"txt2img/Width/step": 8,
|
87 |
"txt2img/Height/visible": true,
|
88 |
+
"txt2img/Height/value": 512,
|
89 |
"txt2img/Height/minimum": 64,
|
90 |
+
"txt2img/Height/maximum": 1022,
|
91 |
"txt2img/Height/step": 8,
|
92 |
"txt2img/Switch dims/visible": true,
|
93 |
"txt2img/Batch count/visible": true,
|
|
|
443 |
"customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
|
444 |
"customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
|
445 |
"customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
|
446 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/value": 1.0,
|
447 |
"customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
|
448 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/maximum": 2.0,
|
449 |
"customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
|
450 |
"customscript/sd_upscale.py/img2img/Upscaler/visible": true,
|
451 |
"customscript/sd_upscale.py/img2img/Upscaler/value": "None",
|