From e93d0ab0f25ac0ab0993a80606be65ba3c0cccc3 Mon Sep 17 00:00:00 2001 From: SpenserCai Date: Sat, 5 Oct 2024 16:11:32 +0800 Subject: [PATCH] Fix link in FunAudioLLM (#1115) * add ComfyUI-FunAudioLLM * fix link in FunAudioLLM --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2a7595a..2ccf6020 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15629,6 +15629,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 [a/FunAudioLLM](https://funaudiollm.github.io/) include [a/CosyVoice](https://github.com/FunAudioLLM/CosyVoice) and [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 202e998a..7659750c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21421,5 +21421,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