File size: 760 Bytes
8247a04 656f4e9 0443b19 8247a04 0443b19 8247a04 656f4e9 5a9375e 656f4e9 8247a04 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"sdk": "gradio",
"sdk_version": "5.22.0",
"app_file": "main.py",
"models": [
{
"model_name": "stabilityai/stable-diffusion-2-1",
"model_class": "diffusers"
},
{
"model_name": "lllyasviel/sd-controlnet-depth",
"model_class": "diffusers"
},
{
"model_name": "stable-diffusion-v1-5/stable-diffusion-v1-5",
"model_class": "diffusers"
},
{
"model_name": "stabilityai/stable-diffusion-xl-refiner-1.0",
"model_class": "diffusers"
}
],
"resources": {
"accelerator": "gpu",
"gpu": {
"count": 1,
"vendor": "nvidia",
"memory": "16GB"
}
},
"additional_services": [
{
"type": "api",
"port": 8000,
"path": "/api"
}
]
}
|