Phase 2 implemented and tested. Added warmup to pipeline and Miku queues tokens while the pipeline is warming up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user