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
Does v1 work with multiple images using batch?
#30
by evilperson068 - opened
Does v1 work with multiple images using batch? Thanks.
yes, update nodes, but I recommend you to use v2 checkpoint, this one much better
Ohh ohh, thanks! I just want to make sure it works. xD Of course I will use the latest! :P I was using multiple apply nodes and it wasn't working back then.
evilperson068 changed discussion status to closed