diff --git a/alter-list.json b/alter-list.json index 7822ffc0..dba5f954 100644 --- a/alter-list.json +++ b/alter-list.json @@ -204,6 +204,11 @@ "id":"https://github.com/blepping/ComfyUI-sonar", "tags":"sonar", "description": "This extension provides some alternative functionalities of the [a/stable-diffusion-webui-sonar](https://github.com/Kahsolt/stable-diffusion-webui-sonar) extension." + }, + { + "id":"https://github.com/AIFSH/ComfyUI-RVC", + "tags":"sonar", + "description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!" } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 7e50aaea..a23e2ff4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7280,6 +7280,16 @@ "install_type": "git-clone", "description": "a comfyui cuatom node for audio subtitling based on [a/whisperX](https://github.com/m-bain/whisperX.git) and [a/translators](https://github.com/UlionTse/translators)" }, + { + "author": "AIFSH", + "title": "ComfyUI-RVC", + "reference": "https://github.com/AIFSH/ComfyUI-RVC", + "files": [ + "https://github.com/AIFSH/ComfyUI-RVC" + ], + "install_type": "git-clone", + "description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!\nNOTE: make sure ffmpeg is worked in your commandline for Linux" + }, { "author": "Koishi-Star", "title": "Euler-Smea-Dyn-Sampler", diff --git a/extension-node-map.json b/extension-node-map.json index b23ede94..f3a84759 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -226,6 +226,17 @@ "title_aux": "ComfyUI-MuseTalk_FSH" } ], + "https://github.com/AIFSH/ComfyUI-RVC": [ + [ + "LoadAudio", + "PreViewAudio", + "RVC_Infer", + "RVC_Train" + ], + { + "title_aux": "ComfyUI-RVC" + } + ], "https://github.com/AIFSH/ComfyUI-UVR5": [ [ "LoadAudio", diff --git a/github-stats.json b/github-stats.json index 48e64a61..63aefd87 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3114,5 +3114,9 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 0, "last_update": "2024-04-29 10:53:06" + }, + "https://github.com/AIFSH/ComfyUI-RVC": { + "stars": 2, + "last_update": "2024-04-29 11:41:44" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2bc273a9..58be5278 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "AIFSH", + "title": "ComfyUI-RVC", + "reference": "https://github.com/AIFSH/ComfyUI-RVC", + "files": [ + "https://github.com/AIFSH/ComfyUI-RVC" + ], + "install_type": "git-clone", + "description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!\nNOTE: make sure ffmpeg is worked in your commandline for Linux" + }, { "author": "web3nomad", "title": "ComfyUI Invisible Watermark", @@ -679,16 +689,6 @@ ], "install_type": "git-clone", "description": "You can call the ParlerTTS tool in comfyUI, which currently only supports English." - }, - { - "author": "unwdef", - "title": "unwdef-nodes", - "reference": "https://github.com/unwdef/unwdef-nodes-comfyui", - "files": [ - "https://github.com/unwdef/unwdef-nodes-comfyui" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI by unwdef." } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b23ede94..f3a84759 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -226,6 +226,17 @@ "title_aux": "ComfyUI-MuseTalk_FSH" } ], + "https://github.com/AIFSH/ComfyUI-RVC": [ + [ + "LoadAudio", + "PreViewAudio", + "RVC_Infer", + "RVC_Train" + ], + { + "title_aux": "ComfyUI-RVC" + } + ], "https://github.com/AIFSH/ComfyUI-UVR5": [ [ "LoadAudio",