chflame163 / ComfyUI_OmniGen_Wrapper

ComfyUI custom node of [OmniGen] project.
MIT License
121 stars 4 forks source link

ComfyUI_OmniGen_Wrapper

image

This node is an unofficial wrapper of the OmniGen, running in ComfyUI.
The quantization code is referenced from Manni1000/OmniGen.

中文说明点这里

Install

Open a terminal window in the ComfyUI/custom_nodes folder and enter the following command:

git clone https://github.com/chflame163/ComfyUI_OmniGen_Wrapper.git

Install dependencies

Run the following command in the Python environment of ComfyUI:

python -s -m pip install -r ComfyUI/custom_nodes/ComfyUI_OmniGen_Wrapper/requirements.txt

Download models

When running the plugin for the first time, the model will be automatically downloaded. If the automatic download fails, you can manually download it. Choose one of the following two download methods:

From Huggingface:

Or Download all files from BaiduNetdisk and copy to ComfyUI/models/OmniGen/Shitao/OmniGen-v1 folder.

How to use

Start ComfyUI, right click on screen to activate the menu, find Add Node - 😺dzNodes - OmniGen Wrapper, the node is here.
image
Alternatively, enter OmniGen Wrapper in the node search bar to find the node.
image

Node Options

image

Star

Star History Chart

statement

This project follows the MIT license, Some of its functional code comes from other open-source projects. Thanks to the original author. If used for commercial purposes, please refer to the original project license to authorization agreement.