add stable diffusion

This commit is contained in:
2025-01-26 01:43:59 -06:00
parent 528749a1b7
commit 6e0c77f3c2
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:7860"
}
}
}
}
}