add custom node info

add custom node info
This commit is contained in:
月亮 2024-10-14 17:03:06 +08:00 committed by GitHub
parent d8da2a8c50
commit 0d60372c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15901,6 +15901,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "MoonHugo",
"title": "ComfyUI-StableAudioOpen",
"id": "stable-audio-open",
"reference": "https://github.com/MoonHugo/ComfyUI-StableAudioOpen",
"files": [
"https://github.com/MoonHugo/ComfyUI-StableAudioOpen"
],
"install_type": "git-clone",
"description": "The implementation of the audio generation model stable-audio-open in ComfyUI enables ComfyUI to achieve text-to-audio functionality."
} }
] ]
} }