This extension sends generated images or videos to any HTTP webhook with optional parameters such as prompt-id and meta-data.
This is useful for those rendering COMFYUI as an api service and need to send a webhook to requested api when task is successful.
* Update custom-node-list.json
im doing improve some nodes for my friends and this nodepack is growing by the time
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
It works the same as [human-parser-comfyui-node](https://github.com/cozymantis/human-parser-comfyui-node), but I re-implemented InPlaceABNSync in pure Python so that it doesn't need a runtime build.
The pros and cons of this change:
pros
- The initial runtime is faster because it doesn't require a runtime build.
- No runtime error and complex setups for building the C++ code.
cons:
- After the initial execution, it could be slower than the original InPlaceABNSync.
related issue: https://github.com/cozymantis/human-parser-comfyui-node/issues/22
* Add ComfyUI-Image-Position-Blend to custom node list
This adds my custom node for image position blending to the ComfyUI Manager list.
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>