diff --git a/custom-node-list.json b/custom-node-list.json index 4b77031f..40b70444 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15535,6 +15535,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "SpenserCai", + "title": "ComfyUI-FunAudioLLM", + "id": "funaudiollm", + "reference": "https://github.com/SpenserCai/ComfyUI-FunAudioLLM", + "files": [ + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM" + ], + "install_type": "git-clone", + "description": "Comfyui custom node for [FunAudioLLM](https://funaudiollm.github.io/) include [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) and [SenseVoice](https://github.com/FunAudioLLM/SenseVoice)." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 1aa56e8b..865ffafe 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21267,5 +21267,21 @@ { "title_aux": "SDXLCustomAspectRatio" } + ], + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": [ + [ + "CosyVoiceZeroShotNode", + "CosyVoiceSFTNode", + "CosyVoiceCrossLingualNode", + "CosyVoiceInstructNode", + "CosyVoiceSaveSpeakerModelNode", + "CosyVoiceLoadSpeakerModelNode", + "CosyVoiceLoadSpeakerModelFromUrlNode", + "SenseVoiceNode" + + ], + { + "title_aux": "ComfyUI-FunAudioLLM" + } ] } \ No newline at end of file