usage under COmfyUI with F5-TTS node

#2
by Patty321 - opened

Hello,
how is possible to use your model with ComfyUI at T5-TTS node? I try it , but I got errors . Also here missing vocab.TXT file, where is a table numbers-letters. Could you please give me info regards that? Thank you. Patrik
I looking for similar model like here:
https://huggingface.co/petercheben/F5_TTS_Slovak/tree/main

The Department of Cybernetics, Faculty of Applied Sciences, University of West Bohemia org

Hi Patrik,
I'm afraid you are searching for models with a different architecture. This model is "SpeechT5" (https://arxiv.org/abs/2110.07205), and what you are referencing is "F5-TTS" (https://arxiv.org/abs/2410.06885).
The architecture of this SpeechT5 model follows the original model https://huggingface.co/microsoft/speecht5_tts, that do not contain any vocab.TXT file either.
And please note that this is only a pre-trained model, which should be fine-tuned first.
If you have any questions, let me know.
Best, Jan

Sign up or log in to comment