ComfyUI Extension: ComfyUI-F5-TTS

Authored by niknah

Created

Updated

47 stars

ComfyUI node for to make text to speech audio using F5-TTS a/https://github.com/SWivid/F5-TTS

Custom Nodes (0)

    README

    ComfyUI node to make text to speech audio with your own voice.

    Using F5-TTS https://github.com/SWivid/F5-TTS

    Instructions

    • Put in ComfyUI's "input" folder a .wav file of an audio of the voice you'd like to use, remove any background music, noise.
    • And a .txt file of the same name with what was said.
    • Press refresh to see it in the node

    You can use the examples here...

    Multi voices...

    Put your sample voice files into the "input" folder like...

    voice.wav
    voice.txt
    voice.deep.wav
    voice.deep.txt
    voice.chipmunk.wav
    voice.chipmunk.txt
    

    Then you can use prompts for different voices...

    {main} Hello World this is the end
    {deep} This is the narrator
    {chipmunk} Please, I need more helium
    

    Custom models...

    Uou can put the model & vocab txt files into "models/checkpoints/F5-TTS" folder if you have any more models. Name the .txt vocab file and the .pt model file the same names. Press "refresh" and it should appear under the "model" selection.