fix: XTTS model cache volume path /app/xtts_models
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8000:8020"
|
- "8000:8020"
|
||||||
volumes:
|
volumes:
|
||||||
- xtts-models:/root/.local/share/tts # Model-Cache (~2GB)
|
- xtts-models:/app/xtts_models # Model-Cache (~2GB)
|
||||||
- ./voices:/voices # Custom Voice Samples
|
- ./voices:/voices # Custom Voice Samples
|
||||||
environment:
|
environment:
|
||||||
- COQUI_TOS_AGREED=1
|
- COQUI_TOS_AGREED=1
|
||||||
|
|||||||
Reference in New Issue
Block a user