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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI WebhookImage and select it
  5. 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

  1. Installing the node Navigate to your custom_nodes folder and execute
git pull https://github.com/JohanK66/ComfyUI-WebhookImage.git
  1. Then run the requirements
pip install -r requirements.txt