realesrgan-service/conf/config.json
yumoqing 769fc4968e feat: initial wan22 video generation service
- Wan2.2-TI2V-5B GPU 视频推理
- ahserver + longtasks 异步任务队列
- OpenAI 兼容 API: POST /api/submit, GET /api/task, GET /api/status
- 模型常驻内存,惰性加载
- 全局串行推理锁(GPU 安全)
- 支持 t2v/i2v/ti2v/s2v 四种任务类型
2026-06-09 22:00:22 +08:00

30 lines
659 B
JSON

{
"password_key": "Wan22Service2026Key",
"databases": {},
"session_redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 1
},
"website": {
"paths": [
["$[workdir]$/app", ""]
],
"host": "0.0.0.0",
"port": 8079,
"coding": "utf-8",
"indexes": ["index.html", "index.dspy"],
"processors": [
[".dspy", "dspy"]
],
"startswiths": [
{
"leading": "/idfile",
"registerfunction": "idfile"
}
]
},
"hot_reload": false,
"filesroot": "/data/ymq/wan22-outputs"
}