Instructions to use XLabs-AI/flux-ip-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-ip-adapter with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-ip-adapter") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
how to use it with by code
#22
by khawar512 - opened
Dear Community,
I am looking for the help, how i can use this model by code not in comfyUI. I want to use in below code
https://github.com/tencent-ailab/IP-Adapter/blob/main/ip_adapter-plus_sdxl_demo.ipynb
use code from official xlabs repo on github
it's something completely different, this is flux with DIT, old sdxl use unet, use this official code.
and where is the official code?