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

83 lines
1.2 KiB
JSON
Raw Normal View History

{
2023-01-18 05:04:57 +00:00
"version": "0.5.0",
"cfg": {
"default": 6,
"min": 1,
"max": 30,
"step": 0.1
},
"denoise": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.1
},
"faceStrength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.1
},
"height": {
"default": 512,
"min": 64,
"max": 1024,
"step": 8
},
"model": {
"default": "stable-diffusion-onnx-v1-5",
"keys": []
},
"negativePrompt": {
"default": "",
"keys": []
},
"platform": {
"default": "amd",
"keys": []
},
"prompt": {
"default": "an astronaut eating a hamburger",
"keys": []
},
"scale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"scheduler": {
"default": "euler-a",
"keys": []
},
"steps": {
"default": 25,
"min": 1,
"max": 200,
"step": 1
},
"seed": {
"default": -1,
"min": -1,
"max": 4294967295,
"step": 1
},
"strength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.01
},
2023-01-16 20:52:56 +00:00
"outscale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"width": {
"default": 512,
"min": 64,
"max": 1024,
"step": 8
}
}