Instructions to use OzzyGT/sdxl-ip-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OzzyGT/sdxl-ip-adapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OzzyGT/sdxl-ip-adapter", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
IP-Adapter for SDXL
This is just a clone from the original repository with just the SDXL vit-h models and the corresponding image encoder.
Update: Added IP Adapter for Composition to be able to use multi ip adapters (they need to be in the same repository). Original model: https://huggingface.co/ostris/ip-composition-adapter
Made to be used with Image Artisan XL.
Here's some experiments:
prompt: cinematic portrait photo of a woman, against a white background, 4k, highly detailed
ip-adapter_sdxl_vit-h
ip-adapter-plus_sdxl_vit-h
ip-adapter-plus-face_sdxl_vit-h
prompt: cinematic portrait photo of a woman, against a white background, half body shot, closeup, 4k, highly detailed
IP Adapter with multiple images - Instant Lora
ip-adapter_sdxl_vit-h
- Downloads last month
- 7,608
































