transformers>=4.45.0 diffusers>=0.29.0 numpy<2 datasets accelerate timm peft safetensors huggingface_hub





This node is an unofficial wrapper of the OmniGen, running in ComfyUI.
The quantization code is referenced from Manni1000/OmniGen.
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
Run the following command in the Python environment of ComfyUI:
python -s -m pip install -r ComfyUI/custom_nodes/ComfyUI_OmniGen_Wrapper/requirements.txt
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:
ComfyUI/models/OmniGen/Shitao/OmniGen-v1“ folder;diffusion_pytorch_model.safetensors` and `config.json` from stabilityai/sdxl-vae, copy the two files to `ComfyUI/models/OmniGen/Shitao/OmniGen-v1/vae“ folder.Or Download all files from BaiduNetdisk and copy to “ComfyUI/models/OmniGen/Shitao/OmniGen-v1“ folder.
Start ComfyUI, right click on screen to activate the menu, find “Add Node` - `😺dzNodes` - `OmniGen Wrapper“, the node is here.
Alternatively, enter OmniGen Wrapper in the node search bar to find the node.
{image_1}“.{image_2}“.{image_3}“.{image_1}`, `{image_2}`, `{image_3}“ to refer to it.[](https://star-history.com/#chflame163/ComfyUI_OmniGen_Wrapper&Date)
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.