# ComfyUI-IPAdapter-Flux **Repository Path**: spverk/ComfyUI-IPAdapter-Flux ## Basic Information - **Project Name**: ComfyUI-IPAdapter-Flux - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-10 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComfyUI-IPAdapter-Flux [阅读中文版](./README_zh.md)
👋 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](https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter). ## Quick Start ### Installation 1. Navigate to `ComfyUI/custom_nodes`. 2. Clone this repository, and the path should be `ComfyUI/custom_nodes/comfyui-ipadapter-flux/*`, where `*` represents all the files in this repository. 3. Go to `ComfyUI/custom_nodes/comfyui-ipadapter-flux/` and run `pip install -r requirements.txt`. 4. Download [ipadapter weights](https://huggingface.co/InstantX/FLUX.1-dev-IP-Adapter) to `ComfyUI/models/ipadapter-flux`. You can also download [google/siglip-so400m-patch14-384](https://huggingface.co/google/siglip-so400m-patch14-384) to `ComfyUI/models/clip_vision` or use huggingface cache by default. 5. Run ComfyUI after installation is complete! ### Running the Workflow [Reference Workflow](./workflows/ipadapter_example.json)