Add ComfyUI-DiscordWebhook to custom node list (#1061)

,
        {
            "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:
Dayuppy 2024-09-15 16:43:43 +00:00 committed by GitHub
parent 65f26ae443
commit 8c799dbf5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14866,6 +14866,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."
},
] ]
} }