From 743cf5017101b34e3ddc2403e517c58392a5ff65 Mon Sep 17 00:00:00 2001 From: namtb Date: Fri, 4 Jul 2025 15:48:39 +0700 Subject: [PATCH] add OmniGen2 custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8b17c0a5..c5c4779f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29069,6 +29069,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "namtb96", + "title": "ComfyUI-OmniGen2 Nodes", + "reference": "https://github.com/namtb96/ComfyUI-OmniGen2", + "files": [ + "https://github.com/namtb96/ComfyUI-OmniGen2" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for the OmniGen2 multimodal generation model." } ] }