ComfyUI Extension: MW-ComfyUI_MegaTTS3

Authored by billwuhao

Created

Updated

56 stars

Lightweight and Efficient, 🎧Ultra High-Quality Voice Cloning, Chinese and English.

Custom Nodes (0)

    README

    中文 | English

    MegaTTS3 Voice Cloning Node for ComfyUI

    High-quality voice cloning, supports Chinese and English, and can perform cross-lingual cloning.

    image

    📣 Updates

    [2025-04-06]⚒️: Released v1.0.0.

    Installation

    cd ComfyUI/custom_nodes
    git clone https://github.com/billwuhao/ComfyUI_MegaTTS3.git
    cd ComfyUI_MegaTTS3
    pip install -r requirements.txt
    
    # python_embeded
    ./python_embeded/python.exe -m pip install -r requirements.txt
    

    Model Download

    • Models and voices need to be manually downloaded and placed in the ComfyUI\models\TTS directory:

    MegaTTS3 Download the entire folder and place it in the TTS folder.

    Create a new speakers folder inside the MegaTTS3 folder. Download all .wav and .npy files from Google drive and place them in the speakers folder.

    image

    Acknowledgements