How to re-use my custommade voices? #476
Replies: 2 comments
-
|
Update; I believe I got my custom voice to work by running it locally outside docker (astral UV?), however the TTS generation seems to be slower than inside Docker.. |
Beta Was this translation helpful? Give feedback.
-
|
The voice list is just the You don't need to rebuild. The GPU compose already mounts your host volumes:
- ../../api:/app/apiSo put your file at If Your On the speed: outside Docker through uv it fell back to CPU. The default GPU build is cu126, which doesn't cover Blackwell, so your 5070ti sits idle. Uncomment the 50-series block in args:
GPU_EXTRA: gpu-cu128
CUDA_VERSION: 12.8.1For Voice-Chat-AI, just set the Kokoro voice to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
firstly thanks alot for a great little app for TTS generation. My wonder: How do I make use of my custom-made locally saved .pt voice? Im not a skilled coder so I might be missing smth basic...
Using Gordon, I somehow managed to generate and save my own .pt voicefile but I cannot get it to show up in the webUI.. (for reference Im using Blackwell 5070ti card)
What I have tried:
What am I missing; Do you have any detailed instructions on how to make this work for me?
Im mostly using Voice-Chat-AI from Bigsk1 with Kokoro-TTS and would like this to work together
Many thanks in advance//
Beta Was this translation helpful? Give feedback.
All reactions