ComfyUI Node
RunningHub RVC Model Loader
Loads a Retrieval-based Voice Conversion model from ComfyUI models/RVC and keeps it cached for later voice conversion nodes. The HuBERT model must exist at models/RVC/_assets/hubert/hubert_base.pt.
RunningHub RVC Model Loader
- rvc_model
◄model_name▾►
◄deviceauto►
◄is_halftrue►
CategoryRunningHub/RVC
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | RVC .pth 模型文件名。请将模型放在 ComfyUI 的 models/RVC 目录后刷新节点列表。 | |
| device | COMBO | auto | 推理设备。auto 会优先使用 cuda:0,没有 CUDA 时使用 CPU。 |
| is_half | BOOLEAN | true | 是否使用半精度加载模型。CPU 会自动禁用;老显卡或精度异常时可关闭。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| rvc_model | RVC_MODEL | 已加载并缓存的 RVC 模型句柄,连接到 Voice Conversion 节点使用。 |