add OpenVoice nodes for ComfyUI (#571)

This commit is contained in:
Kaifeng Xu 2024-04-16 10:50:45 +08:00 committed by GitHub
parent b2d6573648
commit 9372baf53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6731,13 +6731,23 @@
}, },
{ {
"author": "hay86", "author": "hay86",
"title": "ComfyUI_AceNodes", "title": "ComfyUI OpenVoice",
"reference": "https://github.com/hay86/ComfyUI_OpenVoice",
"files": [
"https://github.com/hay86/ComfyUI_OpenVoice"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/OpenVoice](https://github.com/myshell-ai/OpenVoice) for ComfyUI"
},
{
"author": "hay86",
"title": "ComfyUI AceNodes",
"reference": "https://github.com/hay86/ComfyUI_AceNodes", "reference": "https://github.com/hay86/ComfyUI_AceNodes",
"files": [ "files": [
"https://github.com/hay86/ComfyUI_AceNodes" "https://github.com/hay86/ComfyUI_AceNodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Integer, Float, Text, Seed, Text Concatenate, Text Input Switch (2/4/8 way), Text List, Text Preview, Text Selector, Text To Resolution. Some useful custom nodes that are not included in ComfyUI core yet." "description": "Some useful custom nodes that are not included in ComfyUI core yet."
}, },
{ {
"author": "shinich39", "author": "shinich39",