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
Upload 8 files
#4
by Synthsavvy - opened
"A person standing against a plain, light-colored wall, wearing a red and black checkered shirt with the sleeves slightly rolled up. He has a medium-length, dark beard and mustache, with short, dark hair styled naturally. His expression is neutral, and he’s looking straight at the camera. The lighting is natural and even, giving the image a simple and direct portrait style."
stazizov changed pull request status to closed