Instructions to use XLabs-AI/flux-ip-adapter-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-ip-adapter-v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("XLabs-AI/flux-ip-adapter-v2", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
What is your batch size?
#20 opened 7 months ago
by
Flow1113
Flux’s IPAdapter with a high weight (necessary for the desired aesthetic) ‘breaks’ the consistency of the generated image in relation to the base image when used together with ControlNet.
1
#19 opened 12 months ago
by
xpropcks
Potential Inconsistencies Model and Datasets License
#18 opened 12 months ago
by
yueyangchen
Works badly (examples & workflow included)
#17 opened about 1 year ago
by
ibobak
How to use this with diffussers?
#16 opened about 1 year ago
by
AeroDEmi
Is the ip-adapter weights in this repo an apache license??
#14 opened about 1 year ago
by
Roooy
Slow when run on 12gb VRAM
#13 opened about 1 year ago
by
iamti
release training code of ipadapter with flux for training on own dataset?
👀 5
#12 opened over 1 year ago
by
mxymxymxy
Update README.md
1
#11 opened over 1 year ago
by deleted
Is it suitable to generate a character sheet / multi angle view?
👀 2
1
#10 opened over 1 year ago
by
nvcken
comfyui workflow demo use flux1-dev-fp8?
1
#9 opened over 1 year ago
by
tanghengjian
what's the difference with V1?
3
#8 opened over 1 year ago
by
flankechen
RuntimeError: cuDNN Frontend error
1
#6 opened over 1 year ago
by
lior007
Failed loading multiple images.
#5 opened over 1 year ago
by
evilperson068
ERROR: output with shape doesn't match the broadcast shape
9
#3 opened over 1 year ago
by
Freeza