From 2b3b1549890026b44fae9ff98abb2b42a62510f1 Mon Sep 17 00:00:00 2001 From: namtb96 Date: Sun, 6 Jul 2025 06:22:02 +0700 Subject: [PATCH] Add OmniGen2 Simple Node (#1970) * add OmniGen2 custom node * Change extenions name --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e0ca4453..fc29ba6b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29130,6 +29130,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "namtb96", + "title": "OmniGen2 Simple Node", + "reference": "https://github.com/namtb96/OmniGen2-Simple-Node", + "files": [ + "https://github.com/namtb96/OmniGen2-Simple-Node" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for the OmniGen2 multimodal generation model." } ] }