Adding Whisper and Piper...

This commit is contained in:
2025-12-07 11:34:45 -05:00
parent b7a3bc7fbe
commit 418d8ded28
+35
View File
@@ -152,6 +152,41 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
faster-whisper:
container_name: faster-whisper
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
WHISPER_MODEL: large
LOCAL_ONLY: #optional
WHISPER_BEAM: 1 #optional
WHISPER_LANG: en #optional
image: lscr.io/linuxserver/faster-whisper:latest
ports:
- 10300:10300
restart: unless-stopped
volumes:
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
piper:
image: lscr.io/linuxserver/piper:latest
container_name: piper
environment:
PUID: ${PUID}}
PGID: ${PGID}
TZ: ${TZ}
PIPER_VOICE: en_GB-alba-medium
LOCAL_ONLY: #optional
PIPER_LENGTH: 1.0 #optional
PIPER_NOISE: 0.667 #optional
PIPER_NOISEW: 0.333 #optional
PIPER_SPEAKER: 0 #optional
NO_STREAMING: #optional
volumes:
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
ports:
- 10200:10200
restart: unless-stopped
volumes:
ollama:
name: ollama