Add ComfyUI-DiscordWebhook to custom node list

,
        {
            "author": "Dayuppy",
            "title": "Discord Webhook",
            "id": "DiscordWebhook",
            "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook",
            "files": [
                "https://github.com/Dayuppy/ComfyUI-DiscordWebhook"
            ],
            "install_type": "git-clone",
            "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
        },
This commit is contained in:
Gage S. 2024-09-15 05:06:32 -04:00
parent b690e71ecb
commit b61dede6a9

View File

@ -14855,6 +14855,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": "Dayuppy",
"title": "Discord Webhook",
"id": "DiscordWebhook",
"reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook",
"files": [
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook"
],
"install_type": "git-clone",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
},
] ]
} }