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
File size: 132 Bytes
276c406 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e989d990ddeaf421e884ca43585716f0dca5bc0d6278edb452b3f99689a23f65
size 3091330
|