Extensions/ComfyUI_Seed-VC
ComfyUI Extension

ComfyUI_Seed-VC

Seed-VC voice or sing conversion.

By billwuhao·Created about a year ago·Updated about a year ago· 67
billwuhao/ComfyUI_Seed-VC
Nodes1
On cloudLocal install
Category🎤MW/MW-Seed-VC
Stars67
Updatedabout a year ago
Readme

中文 | English

ComfyUI's Seed-VC Voice Conversion Node

Very quickly convert speech or singing into another person's voice, without changing the content rhythm.

📣 Updates

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

Usage

image

Installation

cd ComfyUI/custom_nodes
git clone https://github.com/billwuhao/ComfyUI_Seed-VC.git
cd ComfyUI_Seed-VC
pip install -r requirements.txt

# python_embeded
./python_embeded/python.exe -m pip install -r requirements.txt

Model Download

Manually download the models to the ComfyUI\models\TTS\Seed-VC path:

.
    campplus_cn_common.bin
    DiT_seed_v2_uvit_whisper_base_f0_44k_bigvgan_pruned_ft_ema.pth
    DiT_seed_v2_uvit_whisper_small_wavenet_bigvgan_pruned.pth
    rmvpe.pt

Manually download the folders to the ComfyUI\models\TTS path:

    .
    │  bigvgan_generator.pt
    │  config.json
    .
    │  bigvgan_generator.pt
    │  config.json
  • whisper-small Only the model.safetensors file and .json, parameter files are needed.
.
    added_tokens.json
    config.json
    generation_config.json
    merges.txt
    model.safetensors
    normalizer.json
    preprocessor_config.json
    special_tokens_map.json
    tokenizer.json
    tokenizer_config.json
    vocab.json

Acknowledgements

seed-vc