ComfyUI Node
RunningHub RVC ZIP Model Loader
Uploads or selects an RVC model zip from ComfyUI input, extracts .pth/.index files into models/RVC/_uploaded, and returns an RVC_MODEL handle.
RunningHub RVC ZIP Model Loader
- rvc_model
- info
◄zip_file▾►
◄deviceauto►
◄is_halftrue►
CategoryRunningHub/RVC
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| zip_file | COMBO | 上传或选择包含 RVC .pth 和可选 .index 的 zip 文件。 | |
| device | COMBO | auto | 推理设备。auto 会优先使用 cuda:0,没有 CUDA 时使用 CPU。 |
| is_half | BOOLEAN | true | 是否使用半精度加载模型。CPU 会自动禁用;老显卡或精度异常时可关闭。 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| rvc_model | RVC_MODEL | 从 zip 中加载出的 RVC 模型句柄,连接到 Voice Conversion 节点使用。 |
| info | STRING | 解压目录、模型路径和 index 自动匹配信息。 |