accelerate==1.1.1 deepspeed==0.14.4 einops==0.8.0 transformers==4.43.3 huggingface-hub diffusers==0.30.1 sentencepiece==0.2.0 gradio==5.22.0 --extra-index-url https://download.pytorch.org/whl/cu124 torch==2.4.0 torchvision==0.19.0
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.
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-UNO.git
cd ComfyUI-UNO
pip install -r requirements.txt
Download model
Download checkpoints in one of the three ways:
hf_hub_download function in the code to your $HF_HOME(the default value is ~/.cache/huggingface).huggingface-cli download to download black-forest-labs/FLUX.1-dev, xlabs-ai/xflux_text_encoders, openai/clip-vit-large-patch14, bytedance-research/UNO, then run the inference scripts.huggingface-cli download --local-dir to download all the checkpoints menthioned in 2. to the directories your want. Then set the environment variable AE, FLUX, T5, CLIP, LORA to the corresponding paths. Finally, run the inference scripts.