Commit Graph

1318 Commits

Author SHA1 Message Date
4e01e70ef5 add Efficiency Nodes ED and ComfyUI ImageGallery ED (#1063)
* add

add

* Update custom-node-list.json

* Add files via upload

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-09-17 23:04:46 +09:00
0e16c0cb24 update DB 2024-09-17 16:14:09 +09:00
7e777c5460 update DB 2024-09-16 12:56:45 +09:00
07402c7a90 update DB 2024-09-16 02:12:53 +09:00
1c19fa9e38 update DB 2024-09-16 01:44:31 +09:00
8c799dbf5c 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."
        },
2024-09-16 01:43:43 +09:00
65f26ae443 Add Comfyui to Python Extension to custom node list. (#1060) 2024-09-16 01:41:38 +09:00
b690e71ecb update DB 2024-09-14 16:06:16 +09:00
4ba4ef3c7d ComfyUI ZhipuAI Platform (#1057)
* This platform extension provides ZhipuAI etector nodes and detailer nodes, enabling you to configure a workflow for online video generation

* Moving repository

* Refactor custom-node-list.json to update ZhipuAI extension description

---------

Co-authored-by: chchchch <stu_chenhao@163.com>
2024-09-14 15:50:18 +09:00
704a73888a update DB 2024-09-13 17:46:25 +09:00
d2bf1112ad New Node ComfyUI-TG (#1056)
* Update custom-node-list.json

* Update custom-node-list.json

New Node Comfy-WA

* Update custom-node-list.json
2024-09-13 17:42:51 +09:00
33e3da1f12 add comfyui-nettools (#1054)
Co-authored-by: zhuowenhao <zhuowenhao@huya.com>
2024-09-13 17:17:38 +09:00
0314610a95 update DB 2024-09-13 01:43:13 +09:00
98f6da3222 Add comfyui-visual-area-nodes to custom nodes list (#1052)
* add comfyui-visual-area-nodes

* fix wording comfyui-visual-area-nodes
2024-09-13 01:17:38 +09:00
19c660c965 Add Human Parts Detector (#1050)
Human Parts Detector is a custom node I created with an exported model to ONNX format.
2024-09-13 01:15:56 +09:00
6ed23c7abe update DB 2024-09-12 01:43:42 +09:00
5a87326518 update DB 2024-09-11 00:07:43 +09:00
584c500247 Change Description of my custom nodes pack "ComfyUI_Yvann-Nodes" (#1046)
* Change Description of my custom nodes pack "ComfyUI_Yvann-Nodes"

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-09-10 09:52:02 +09:00
bd790a2cd4 update DB 2024-09-10 00:43:15 +09:00
7e27275eae add comfyui-qwen2-vl node (#1043)
* add comfyui-qwen2-vl node

* fix formating

* fix formating

---------

Co-authored-by: alexcong <alexcong@alexcong.com>
2024-09-10 00:29:27 +09:00
89ca98e84f update DB 2024-09-10 00:28:56 +09:00
342bb62635 New Node Comfy-WA (#1045)
* Update custom-node-list.json

* Update custom-node-list.json

New Node Comfy-WA
2024-09-10 00:27:28 +09:00
Dan
7da0bf5a2e Added Prompt Gallery to the custom node list (#1044) 2024-09-10 00:25:28 +09:00
ce874d5c62 update DB 2024-09-09 01:29:36 +09:00
25d47ac7d0 update DB 2024-09-08 12:46:27 +09:00
a2be700a87 Update custom-node-list.json (#1041)
Added comfyui-simplefeed to list of modules.
2024-09-08 12:16:43 +09:00
b885100dfe update DB 2024-09-06 23:59:02 +09:00
3d0d201208 update DB 2024-09-05 23:32:06 +09:00
2e4d1d51e5 update DB 2024-09-05 22:24:33 +09:00
a18f6045a3 update DB 2024-09-05 22:18:35 +09:00
9f08900064 Add Gecco Discord Autosend to custom node list (#1033)
* Add Gecco Discord Autosend to custom node list

* Update custom-node-list.json
2024-09-05 21:50:17 +09:00
1ff2ec760b update DB 2024-09-05 02:19:34 +09:00
216214625a update DB 2024-09-05 01:49:05 +09:00
740b763e78 update DB 2024-09-03 02:35:21 +09:00
cd9b9a8ab8 Add Head Orientation Node for ComfyUI to custom node list (#1030)
This pull request adds the Head Orientation Node for ComfyUI to the custom node list. 

Key features of the Head Orientation Node:
- Analyzes and sorts images based on facial orientation using MediaPipe
- Detects facial landmarks and calculates head pose (pitch, yaw, roll)
- Supports batch processing of multiple images
- Enhances AI image processing workflows with intelligent image sorting

Technical details:
- Implemented in Python using MediaPipe, OpenCV, and NumPy
- Compatible with existing ComfyUI infrastructure
- Thoroughly tested for accuracy and performance

This node fills a gap in the current ComfyUI ecosystem by providing advanced facial analysis capabilities, which can be particularly useful for tasks like:
- Automated portrait retouching
- Dataset preparation for facial recognition models
- Creating consistent facial animations

The code follows best practices for Python development and adheres to the Apache 2.0 license, ensuring compatibility with ComfyUI and its extensions.

I've thoroughly tested this node and believe it will be a valuable addition to the ComfyUI toolkit. I'm open to any feedback or suggestions for improvement.

Thank you for considering this contribution to the ComfyUI-Manager repository.
2024-09-03 02:31:54 +09:00
f75384ecdd update DB 2024-09-01 15:48:49 +09:00
bfb9a7b855 update DB 2024-09-01 01:31:24 +09:00
78314d9529 Update custom-node-list.json (#1025) 2024-09-01 01:01:59 +09:00
019cce0203 update DB 2024-09-01 01:01:38 +09:00
2911861db8 add custom node ComfyUI_Qwen2-VL-Instruct (#1024)
* add custom node ComfyUI_Qwen2-Audio-7B-Instruct-Int4

* new custom_node
2024-09-01 01:00:37 +09:00
0f679ac99c update DB 2024-08-31 10:37:28 +09:00
33bfddeba9 update DB 2024-08-31 01:47:52 +09:00
0486f5a294 update DB 2024-08-31 01:05:25 +09:00
b94c06f81c lyra-vsih (#1017) 2024-08-31 01:04:20 +09:00
60405fcfbc update DB 2024-08-29 22:25:56 +09:00
c0cc37787a update DB 2024-08-29 21:51:31 +09:00
600c8117a3 update DB 2024-08-29 02:38:02 +09:00
1a156b1c75 Adding InstaSD custom input nodes (#1019) 2024-08-29 02:31:56 +09:00
f22a7d29dd update DB 2024-08-28 23:45:19 +09:00
a7bde44ea9 update DB 2024-08-28 21:37:13 +09:00