🎭 Load RVC Character Model

LoadRVCModelNode

Load RVC Model - Load trained RVC voice models for conversion Loads RVC (Real-time Voice Conversion) models trained on specific voices. These models learn the vocal characteristics of a target speaker. Key Features: • Supports .pth RVC model files • Optional FAISS index files for better similarity • Auto-download missing models • Model validation and caching Usage: • Connect output to narrator_target on Voice Changer node • Models should be placed in ComfyUI/models/RVC/ folder • Index files should be in ComfyUI/models/RVC/.index/ folder Model Guide: • RVC models are speaker-specific (one model per voice) • Higher quality models require more training data • FAISS index improves voice similarity but increases processing time

Pack: TTS Audio Suite

custom_nodes.TTS-Audio-Suite

Inputs (3)

NameTypeRequired
modelCOMBOrequired
index_fileCOMBOoptional
auto_downloadBOOLEANoptional

Outputs (2)

NameType
rvc_modelRVC_MODEL
model_infoSTRING