1
0
Fork 0
onnx-web/gui/examples/config.json

11 lines
216 B
JSON

{
"api": {
"root": "http://127.0.0.1:5000"
},
"default": {
"model": "stable-diffusion-onnx-v1-5",
"platform": "amd",
"scheduler": "euler-a",
"prompt": "an astronaut eating a hamburger"
}
}