{
"author": "KERRY-YUAN",
"title": "NodeSimpleExecutor",
"id": "NodeSimpleExecutor",
"reference": "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor",
"files": [
"https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor"
],
"install_type": "git-clone",
"description": "This node package contains automatic sampler setting according to model name in ComfyUI, adjusting image size according to specific constraints and some other nodes."
},
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 permissions for issue writing
- Update action version to v1 for publish-node-action
- Add condition to run job only for 'ltdrdata' repository owner
Co-authored-by: snomiao <snomiao+comfy-pr@gmail.com>