-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.yaml
More file actions
35 lines (29 loc) · 1.33 KB
/
apps.yaml
File metadata and controls
35 lines (29 loc) · 1.33 KB
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
apps:
# tts:
# image_tag: "serpcompany/ai-inference-tts"
# api_routes: ["/api/tts/generate", "/api/logs", "/api/system/metrics", "/health"]
# pages: ["tts"]
# txt2img:
# image_tag: "serpcompany/ai-inference-txt2img"
# api_routes: ["/api/qwen-image/generate", "/api/logs", "/api/system/metrics", "/health"]
# pages: ["txt2img"]
# img2img:
# image_tag: "serpcompany/ai-inference-img2img"
# api_routes: ["/api/inpainting/generate", "/clear-cache", "/api/logs", "/api/system/metrics", "/health"]
# pages: ["img2img"]
stt:
image_tag: "serpcompany/ai-inference-stt"
api_routes: ["/api/stt/transcribe", "/api/logs", "/api/system/metrics", "/health"]
pages: ["stt"]
# video:
# image_tag: "serpcompany/ai-inference-video"
# api_routes: ["/video", "/clear-cache", "/logs", "/metrics"]
# pages: ["video"]
# nsfw-clothes-remover:
# image_tag: "serpcompany/ai-inference-nsfw-clothes-remover"
# api_routes: ["/inpaint-clothes-removal", "/clear-cache", "/logs", "/metrics"]
# pages: ["nsfw-clothes-remover"]
# complete:
# image_tag: "serpcompany/ai-inference-complete"
# api_routes: ["/txt2img", "/inpaint", "/video", "/tts", "/inpaint-clothes-removal", "/clear-cache", "/logs", "/metrics"]
# pages: ["txt2img", "img2img", "video", "tts", "nsfw-clothes-remover"]