ComfyUI-IPAdapter-Flux

ComfyUI-IPAdapter-Flux
★ 465

IPAdapter适配特征融合CLIP视觉编码ComfyUI自定义节点
为 ComfyUI 封装 FLUX 版 IPAdapter 节点,便捷加载权重并将 CLIP 视觉特征适配到生成管线,提升风格迁移与条件控制能力。
💡 在 ComfyUI 中用 FLUX IPAdapter 将图像特征融入生成流程。
🍴 38 Forks💻 Python🔄 2025-06-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
einops==0.8.0
transformers>=4.37.2
diffusers
sentencepiece>=0.2.0
protobuf>=4.25.5
📄 README

ComfyUI-IPAdapter-Flux

阅读中文版

👋 Join our Discord

📍 Visit shakker-generator and Online ComfyUI to experience the online FLUX.1-dev-IP-Adapter.

Highlight

Please update your ComfyUI to commit bda1482.

Project Updates

  • update: “2024/12/10“: Support multiple ipadapter, thanks to Slickytail.
  • Update: “2024/11/25`: Adapted to the latest version of ComfyUI. Tested on ComfyUI commit 2fd9c13`, weights can now be successfully loaded and unloaded.
  • 🌱 Source: “2024/11/22“: We have open-sourced FLUX.1-dev-IP-Adapter, an IPAdapter model based on FLUX.1 dev. You can access the ipadapter weights.
  • Quick Start

    Installation

  • Navigate to ComfyUI/custom_nodes.
  • Clone this repository, and the path should be ComfyUI/custom_nodes/comfyui-ipadapter-flux/*, where * represents all the files in this repository.
  • Go to ComfyUI/custom_nodes/comfyui-ipadapter-flux/ and run pip install -r requirements.txt.
  • Download ipadapter weights to ComfyUI/models/ipadapter-flux. You can also download google/siglip-so400m-patch14-384 to ComfyUI/models/clip_vision or use huggingface cache by default.
  • Run ComfyUI after installation is complete!
  • Running the Workflow

    Reference Workflow

    Adjust start step and end step

    Use multiple ipadapter with multiple images

    Online Experience

    You can try the online FLUX.1-dev-IP-Adapter using shakker-generator and Online ComfyUI.

    Model License

    The code in this repository is released under the Apache 2.0 License.

    The FLUX.1-dev-IP-Adapter model is released under the [FLUX.1 [dev] Non-Commercial License](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).