ComfyUI OmniConsistency Nodes

June 1, 2025 · View on GitHub

ComfyUI OmniConsistency Nodes is a collection of nodes for ComfyUI that allows you to load and use OmniConsistency models.

https://github.com/showlab/OmniConsistency ComfyUI need 40GB VRAM to run.

show

Installation

Clone the plugin repository into /path/to/ComfyUI/custom_nodes:

git clone https://github.com/lc03lc/Comfyui_OmniConsistency
cd Comfyui_OmniConsistency
pip install -r requirements.txt

Model Download

Required: OmniConsistency main checkpoint
https://huggingface.co/showlab/OmniConsistency/resolve/main/OmniConsistency.safetensors

Optional: OmniConsistency built‑in LoRAs
https://huggingface.co/showlab/OmniConsistency/tree/main/LoRAs

Note: You can replace lora_path with any FLUX‑1‑based LoRA—whether it comes from Civitai, LiblibAI, or your own training—just point it to the corresponding .safetensors file.

Node Inputs

Port / WidgetTypeDefaultNotes
promptSTRING (multiline)<Trigger Words>, …Free‑text description
spatial_imageIMAGE portOne upstream image (HWC float32 0‑1, or any ComfyUI image type)
height / widthINT1024Must be multiples of 8
guidance_scaleFLOAT3.5CFG scale
num_inference_stepsINT25DDIM / DPM steps
seedINT420 = random
base_model_pathSTRINGblack-forest-labs/FLUX.1-devLocal folder or HF repo name
omni_model_pathSTRING/path/to/OmniConsistency.safetensorsMain OmniConsistency weights
lora_path (optional)STRINGemptyAny Flux.1-based extra LoRA; leave blank to disable

Node Output

IMAGE port → list [torch.Tensor (H, W, C) float32 0‑1]
You can wire it directly to Preview Image, Save Image, Upscale, etc.

Built-in LoRAs Results

show show