Fix link in FunAudioLLM (#1115)

* add ComfyUI-FunAudioLLM

* fix link in FunAudioLLM
This commit is contained in:
SpenserCai 2024-10-05 16:11:32 +08:00 committed by GitHub
parent 61537d985d
commit e93d0ab0f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 0 deletions

View File

@ -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)."
}
]
}

View File

@ -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"
}
]
}