Phase 2 implemented and tested. Added warmup to pipeline and Miku queues tokens while the pipeline is warming up

This commit is contained in:
2026-01-16 23:37:34 +02:00
parent b0066f3525
commit 9943cecdec
9 changed files with 631 additions and 15 deletions

View File

@@ -71,6 +71,9 @@ services:
- FACE_DETECTOR_STARTUP_TIMEOUT=60
ports:
- "3939:3939"
networks:
- default # Stay on default for llama-swap communication
- miku-voice # Connect to voice network for RVC/TTS
restart: unless-stopped
anime-face-detector:
@@ -94,3 +97,8 @@ services:
restart: "no" # Don't auto-restart - only run on-demand
profiles:
- tools # Don't start by default
networks:
miku-voice:
external: true
name: miku-voice-network