ComfyUI Extension: ComfyUI-AV-MegaTTS3

Authored by avenstack

Created

Updated

0 stars

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

Custom Nodes (0)

    README

    中文 | English

    ComfyUI 的 MegaTTS3 声音克隆节点

    高保真的语音克隆节点, 支持中英文, 并可跨语言克隆.

    workflow

    更新

    • [2025-04-17]⚒️: 发布 v1.0.1
    • [2025-04-16]⚒️: 发布 v1.0.0

    安装

    cd ComfyUI/custom_nodes
    git clone https://github.com/avenstack/ComfyUI-AV-MegaTTS3.git
    cd ComfyUI-AV-MegaTTS3
    pip install -r requirements.txt
    

    模型下载

    1. 模型MegaTTS3国外
    2. 模型MegaTTS3国内
    3. 音色(用户上传)

    模型存放目录:models/TTS/MegaTTS3

    ├─models
    │  ─TTS
    │  │  ├─MegaTTS3
    │  │  │  ├─aligner_lm
    │  │  │  ├─diffusion_transformer
    │  │  │  ├─duration_lm
    │  │  │  ├─g2p
    │  │  │  ├─Voices # 音色存放目录 wav,npy
    │  │  │  |  └─1.wav
    |  │  |  |  └─1.npy
    │  │  │  └─wavvae
    │  │  ├──config.json
    |  |  └──config.json
    

    鸣谢