đ IP-Adapter Checkpoint for FLUX.1-dev
This repository offers an IP-Adapter checkpoint for the FLUX.1-dev model developed by Black Forest Labs. It focuses on text-to-image generation, leveraging technologies like Stable Diffusion, Flux, diffusers, and ControlNet.

See our github for comfy ui workflows.

đ Quick Start
Inference Options
To try our models, you have two options:
- Use
main.py
from our official repo.
- Use our custom nodes for ComfyUI and test it with provided workflows (check out folder
/workflows
).
Instruction for ComfyUI
- Go to
ComfyUI/custom_nodes
.
- Clone x-flux-comfyui, and the path should be
ComfyUI/custom_nodes/x-flux-comfyui/*
, where *
represents all the files in this repo.
- Go to
ComfyUI/custom_nodes/x-flux-comfyui/
and run python setup.py
.
- Update
x-flux-comfy
with git pull
or reinstall it.
- Download Clip-L
model.safetensors
from OpenAI VIT CLIP large, and put it to ComfyUI/models/clip_vision/*
.
- Download our IPAdapter from huggingface, and put it to
ComfyUI/models/xlabs/ipadapters/*
.
- Use
Flux Load IPAdapter
and Apply Flux IPAdapter
nodes, choose the right CLIP model and enjoy your generations.
- You can find an example workflow in the
workflows
folder in this repo.
â ī¸ Important Note
The IP Adapter is currently in beta. We do not guarantee that you will get a good result right away, it may take more attempts to get a result.
đĄ Usage Tip
If you get bad results, try to set true_gs=2
.
⨠Features
- Multiple Resolutions Support: IP-Adapter is trained on 512x512 resolution for 50k steps and 1024x1024 for 25k steps resolution and works for both 512x512 and 1024x1024 resolution.
- Regular Updates: The model is under training, and we release new checkpoints regularly.
- ComfyUI Compatibility: We release the v1 version which can be used directly in ComfyUI.
đĻ Installation
Please, see our ComfyUI custom nodes installation guide
đģ Usage Examples
Examples of Model Results
See examples of our models results below. Also, some generation results with input images are provided in "Files and versions".

đ Documentation
Models
IP-Adapter is trained on different resolutions and works for both 512x512 and 1024x1024 resolution. The model is still in the training process, and we release new checkpoints regularly. We have released the v1 version which can be used directly in ComfyUI.
đ License
Our weights fall under the FLUX.1 [dev] Non-Commercial License.
Property |
Details |
Model Type |
IP-Adapter checkpoint for FLUX.1-dev model |
Training Data |
Not specified |
License |
FLUX.1 [dev] Non-Commercial License |
New Version |
XLabs-AI/flux-ip-adapter-v2 |