https://github.com/macoron/comfyui-diffusers-ominicontrol
ComfyUI nodes to run FLUX OminiControl using diffusers
https://github.com/macoron/comfyui-diffusers-ominicontrol
comfyui flux omini-control
Last synced: 18 days ago
JSON representation
ComfyUI nodes to run FLUX OminiControl using diffusers
- Host: GitHub
- URL: https://github.com/macoron/comfyui-diffusers-ominicontrol
- Owner: Macoron
- Created: 2024-12-08T16:29:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T19:57:22.000Z (10 months ago)
- Last Synced: 2025-07-27T16:48:14.357Z (2 months ago)
- Topics: comfyui, flux, omini-control
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 35
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComfyUI Diffusers OminiControl
This is an unofficial [ComfyUI](https://github.com/comfyanonymous/ComfyUI) node for [FLUX OminiControl](https://github.com/Yuanshi9815/OminiControl).
Because it uses the [diffusers](https://huggingface.co/docs/diffusers/en/index) library, it doesn't work with the built-in ComfyUI optimization. For unquantized FLUX models, you would need **30+ GB VRAM**. I hope the comfy team will add OminiControl native support soon.
## Instalation
1. Install the latest version of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
2. In ComfuUI Manager install this repository by `"Install via Git URL"`
3. Download [OminiControl](https://huggingface.co/Yuanshi/OminiControl) and [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) or/and [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) repositories. Place them in `comfyui/models/diffusers`. Use git repositories directly, not models in model manager.
4. Restart comfyui and refresh nodes## Examples

## Acknowledgment
This project is based on original [OminiControl repository]((https://github.com/Yuanshi9815/OminiControl)).