ComfyUI Extension: ComfyUI-UNO
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
ComfyUI nodes for UNO model.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-UNO
Make UNO avialbe in ComfyUI.
š„š„ UNO: A Universal Customization Method for Both Single and Multi-Subject Conditioning. The arXiv paper of UNO is released. Less-to-More Generalization: Unlocking More Controllability by In-Context Generation.
Installation
-
Make sure you have ComfyUI installed
-
Clone this repository into your ComfyUI's custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-UNO.git
- Install dependencies:
cd ComfyUI-UNO
pip install -r requirements.txt
Models
Download model
Download checkpoints in one of the three ways:
-
Directly run the inference scripts, the checkpoints will be downloaded automatically by the
hf_hub_downloadfunction in the code to your$HF_HOME(the default value is~/.cache/huggingface). -
use
huggingface-cli download <repo name>to downloadblack-forest-labs/FLUX.1-dev,xlabs-ai/xflux_text_encoders,openai/clip-vit-large-patch14,bytedance-research/UNO, then run the inference scripts. -
use
huggingface-cli download <repo name> --local-dir <LOCAL_DIR>to download all the checkpoints menthioned in 2. to the directories your want. Then set the environment variableAE,FLUX,T5,CLIP,LORAto the corresponding paths. Finally, run the inference scripts.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.