Nodes Browser
ComfyDeploy: How ComfyUI WebhookImage works in ComfyUI?
What is ComfyUI WebhookImage?
This package provides a custom node to ComfyUI to send a message and image by means of a webhook
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI WebhookImage
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI WebhookImage
This package provides a custom node to ComfyUI to send a message and image by means of a webhook
WebhookImage
Send a webhook to the specified URL. If you are using this on a local installation, the webhook could be generated by using ngrok https://ngrok.com/
<img src="assets/webhookimage_node.jpg" width="400"/>Further details
Will be added soon
Installation
- Installing the node Navigate to your custom_nodes folder and execute
git pull https://github.com/JohanK66/ComfyUI-WebhookImage.git
- Then run the requirements
pip install -r requirements.txt