usage help
Is there any Chance that i can usw this model with this? https://github.com/devnen/Chatterbox-TTS-Server
I guess its just a String exchange somewhere, but i think this would help get this spread very well
That would be awesome. I nearly asked the same question just for this one https://github.com/travisvn/chatterbox-tts-api
I would be so awesome to use Kartoffelbox with OpenAI APi support. I would like to use it inside Home Assistant as my TTS pipline.
Bitte bitte um Hilfe :D
Hi, ich würde es gerne als Chatterbox Model nutzen, komme aber auch nicht weiter
For the API the models are saved in ./models
https://github.com/travisvn/chatterbox-tts-api/blob/dc025b94b6926ab582d680f8fc8840312a325b1e/app/config.py#L32
You could start it first and then replace the t3 model in the ./models folder with the Kartoffel one.
For the other project it is similar
https://github.com/devnen/Chatterbox-TTS-Server/blob/5bf7293862363df835bc8bf67c2ef38860befa63/server.py#L146
Run it once, let it download all, replace the t3 model with mine.
Author of the Chatterbox TTS Server here. Instead of changing the python script, you can try to install a clean copy into a separate folder. Do not run it yet. First change this settings in the config.yaml file in the root folder, from:
model:
repo_id: ResembleAI/chatterbox
to
model:
repo_id: SebastianBodza/Kartoffelbox-v0.1
Then when the app is started, it should download the German model. You should probably change the reference files to point to audio files with German speech.
Posted this on this page too:
https://github.com/devnen/Chatterbox-TTS-Server/issues/25
this didnt work for me with Docker. ( i deleted all caches and rebuilt the image ) but it would always download ResembleAI/chatterbox in hf_cache/hub (even though it logged that it tried the kartoffelbox hf repo from_pretrained - but i guess as there is only the t3 file and not the others there is some kind of fallback or maybe it was because of a missing Huggingfacce token, as the repo is gated. )
i now downloaded the file manually and replaced the blob in the hf_cache/hub directory with the Kartoffelbox t3 file
Now it seems to work
EDIT: Thank you for the Training! Sounds good so far