mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
a437effa87
commit
925962daf6
@ -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!"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user