1
0
Fork 0
onnx-web/api/params.json

302 lines
4.4 KiB
JSON
Raw Normal View History

{
2023-12-31 20:15:31 +00:00
"version": "0.12.0",
"motd": {
"de": "Willkommen bei onnx-web!",
"en": "Welcome to onnx-web!",
"es": "Bienvenido a onnx-web!",
"fr": "Bienvenue sur onnx-web!"
},
2024-02-17 21:46:33 +00:00
"addSuffix": {
"default": ""
},
"batch": {
"default": 1,
"min": 1,
"max": 5,
"step": 1
},
"bottom": {
"default": 0,
"min": 0,
2023-04-29 20:59:59 +00:00
"max": 1024,
"step": 8
},
"cfg": {
"default": 6,
2023-12-10 05:40:27 +00:00
"min": 0,
"max": 30,
"step": 0.1
},
"control": {
"default": "",
"keys": []
},
"correction": {
"default": "",
"keys": []
},
"denoise": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.1
},
2023-02-20 05:29:26 +00:00
"eta": {
"default": 0.0,
"min": 0,
"max": 1,
2023-02-21 05:47:43 +00:00
"step": 0.01
2023-02-20 05:29:26 +00:00
},
"faceOutscale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"faceStrength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.1
},
"fillColor": {
"default": "#000000",
"keys": []
},
"filter": {
"default": "none",
"keys": []
},
2023-07-11 03:16:17 +00:00
"fullresInpaint": {
"default": true
},
"fullresInpaintPadding": {
"default": 1.2,
"min": 1,
"max": 2
},
2024-02-17 21:46:33 +00:00
"gradientStart": {
"default": 0.0,
"min": 0,
"max": 0.5,
"step": 0.01
},
"gradientEnd": {
"default": 0.25,
"min": 0.0,
"max": 0.5,
"step": 0.01
},
"height": {
"default": 512,
"min": 128,
2023-04-29 20:59:59 +00:00
"max": 8192,
"step": 8
},
"highres": {
"default": false
},
"highresIterations": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"highresMethod": {
"default": "lanczos",
"keys": [
"bilinear",
"lanczos",
"upscale"
]
},
2023-04-01 16:31:34 +00:00
"highresScale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"highresSteps": {
"default": 0,
"min": 1,
2023-11-05 21:37:05 +00:00
"max": 500,
2023-04-01 16:31:34 +00:00
"step": 1
},
"highresStrength": {
"default": 0.1,
2023-04-01 16:31:34 +00:00
"min": 0,
"max": 1,
"step": 0.01
2023-04-01 16:31:34 +00:00
},
"inversion": {
"default": "",
"keys": []
},
"left": {
"default": 0,
"min": 0,
2023-04-29 20:59:59 +00:00
"max": 1024,
"step": 8
},
2024-02-17 21:46:33 +00:00
"latentSymmetry": {
"default": false
},
"lineOfSymmetry": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.01
},
2023-04-22 15:39:23 +00:00
"loopback": {
"default": 0,
"min": 0,
"max": 10,
"step": 1
},
2024-02-24 17:06:32 +00:00
"minLength": {
"default": 150,
"min": 1,
"max": 1000,
"step": 1
},
"model": {
"default": "stable-diffusion-onnx-v1-5",
"keys": []
},
"negativePrompt": {
"default": "",
"keys": []
},
"noise": {
"default": "histogram",
"keys": []
},
2023-01-25 04:18:44 +00:00
"outscale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"pipeline": {
"default": "",
"keys": [
"controlnet",
"lpw",
"pix2pix"
]
},
"platform": {
"default": "amd",
"keys": []
},
"prompt": {
"default": "an astronaut eating a hamburger",
"keys": []
},
2024-02-17 21:46:33 +00:00
"promptEditing": {
"default": false
},
"promptFilter": {
"default": "none",
"keys": []
},
"removeTokens": {
"default": ""
},
"right": {
"default": 0,
"min": 0,
2023-04-29 20:59:59 +00:00
"max": 1024,
"step": 8
},
"scale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"scheduler": {
"default": "euler-a",
"keys": []
},
"seed": {
"default": -1,
"min": -1,
"max": 4294967295,
"step": 1
},
2023-01-25 04:18:44 +00:00
"steps": {
"default": 25,
"min": 1,
2023-11-05 21:37:05 +00:00
"max": 300,
2023-01-25 04:18:44 +00:00
"step": 1
},
"strength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.01
},
"tiled_vae": {
"default": false
},
"tileOrder": {
"default": "spiral",
"keys": [
"grid",
"spiral"
]
},
"thumbnail": {
"default": true
},
"top": {
"default": 0,
"min": 0,
2023-04-29 20:59:59 +00:00
"max": 1024,
"step": 8
},
"unet_overlap": {
"default": 0.25,
"min": 0.0,
"max": 0.9,
"step": 0.01
},
"unet_tile": {
"default": 512,
"min": 128,
"max": 2048,
"step": 128
},
"upscaleOrder": {
"default": "correction-first",
"keys": [
"correction-both",
"correction-first",
"correction-last"
]
},
"upscaling": {
"default": "",
"keys": []
},
"vae_overlap": {
"default": 0.25,
"min": 0.0,
"max": 0.9,
"step": 0.01
},
"vae_tile": {
"default": 512,
"min": 128,
"max": 1024,
"step": 128
},
"width": {
"default": 512,
"min": 128,
2023-04-29 20:59:59 +00:00
"max": 8192,
"step": 8
}
2023-02-07 14:31:26 +00:00
}