ComfyUI_RH_OminiControl is a ComfyUI plugin based on OminiControl By splitting the pipeline load, the plugin efficiently runs on NVIDIA RTX 4090 GPUs. Additionally, the spatial and fill functionalities are generated using the schnell model, reducing the number of sampling steps and improving overall efficiency.
- Optimized Performance:οΌUtilizes the RTX 4090's computational power through pipeline splitting.
- Efficient Generation:οΌUses the schnell model to generate spatial and fill, reducing sampling steps and enhancing generation efficiency.
- Easy Installation:οΌRelies on commonly used ComfyUI libraries, typically requiring no additional installation.
- Flexible Configuration:οΌSupports custom model paths for easier management and updates.
- ComfyUIοΌEnsure that ComfyUI is installed and configured. ComfyUI.
- PythonοΌNo additional libraries are usually required, but it is recommended to install diffusers version 0.31.0 to support FluxPipeline.
Clone the plugin repository into custom_nodes:
git clone https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl.git
/models/flux
tree
.
βββ FLUX.1-schnell
βΒ Β βββ ae.safetensors
βΒ Β βββ model_index.json
βΒ Β βββ README.md
βΒ Β βββ scheduler
βΒ Β βΒ Β βββ scheduler_config.json
βΒ Β βββ schnell_grid.jpeg
βΒ Β βββ text_encoder
βΒ Β βΒ Β βββ config.json
βΒ Β βΒ Β βββ model.safetensors
βΒ Β βββ text_encoder_2
βΒ Β βΒ Β βββ config.json
βΒ Β βΒ Β βββ model-00001-of-00002.safetensors
βΒ Β βΒ Β βββ model-00002-of-00002.safetensors
βΒ Β βΒ Β βββ model.safetensors.index.json
βΒ Β βββ tokenizer
βΒ Β βΒ Β βββ merges.txt
βΒ Β βΒ Β βββ special_tokens_map.json
βΒ Β βΒ Β βββ tokenizer_config.json
βΒ Β βΒ Β βββ vocab.json
βΒ Β βββ tokenizer_2
βΒ Β βΒ Β βββ special_tokens_map.json
βΒ Β βΒ Β βββ spiece.model
βΒ Β βΒ Β βββ tokenizer_config.json
βΒ Β βΒ Β βββ tokenizer.json
βΒ Β βββ transformer
βΒ Β βΒ Β βββ config.json
βΒ Β βΒ Β βββ diffusion_pytorch_model-00001-of-00003.safetensors
βΒ Β βΒ Β βββ diffusion_pytorch_model-00002-of-00003.safetensors
βΒ Β βΒ Β βββ diffusion_pytorch_model-00003-of-00003.safetensors
βΒ Β βΒ Β βββ diffusion_pytorch_model.safetensors.index.json
βΒ Β βββ vae
βΒ Β βββ config.json
βΒ Β βββ diffusion_pytorch_model.safetensors
βββ OminiControl
βββ depth-anything-small-hf
βΒ Β βββ config.json
βΒ Β βββ model.safetensors
βΒ Β βββ preprocessor_config.json
βΒ Β βββ README.md
βββ experimental
βΒ Β βββ canny.safetensors
βΒ Β βββ coloring.safetensors
βΒ Β βββ deblurring.safetensors
βΒ Β βββ depth.safetensors
βΒ Β βββ fill.safetensors
βΒ Β βββ subject.safetensors
βββ omini
βΒ Β βββ subject_1024_beta.safetensors
βΒ Β βββ subject_512.safetensors
βββ README.md
12 directories, 39 files
Flux model in diffusers format, download here: https://huggingface.co/black-forest-labs/FLUX.1-schnell
depth-anything-small-hf/ (for depth recognition, download here: https://huggingface.co/LiheYoung/depth-anything-small-hf/tree/main)
experimental/ (download here: https://huggingface.co/Yuanshi/OminiControl/tree/main/experimental)
omini/ (download here: https://huggingface.co/Yuanshi/OminiControl/tree/main/omini)
One-click cloud run: https://www.runninghub.ai/post/1865085524393500674.
Thanks to Yuanshi9815 and the OminiControl project for providing the foundational support.