File size: 5,722 Bytes
ad0f3d7 bd44be7 ad0f3d7 f53a691 ad0f3d7 f53a691 bd44be7 74932be bd44be7 93c0da6 d69f70c 74932be bd44be7 e38f2e5 1b82bc6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
tags:
- text-to-image
- stable-diffusion
license: apache-2.0
library_name: diffusers
---
# IP-Adapter for SDXL
This is just a clone from the [original repository](https://huggingface.co/h94/IP-Adapter) 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](https://github.com/ZCode-opensource/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
|source|0% noise|25% noise|50% noise|85% noise|100% noise|
|---|---|---|---|---|---|
|||||||
### ip-adapter-plus_sdxl_vit-h
|source|0% noise|25% noise|50% noise|85% noise|100% noise|
|---|---|---|---|---|---|
|||||||
### 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`
|source|0% noise|25% noise|50% noise|85% noise|100% noise|
|---|---|---|---|---|---|
|||||||
## IP Adapter with multiple images - Instant Lora
### ip-adapter_sdxl_vit-h
|w1|w2|w3|w4|w5|bg|
|---|---|---|---|---|---|
|||||||
|w1(1.0) + w2(1.0)|w1(0.5) + w2(1.0)|w1 (1.0) + w2(0.5)|w1(0.5) + w2(0.5)|w1(1.0) + w2(1.0) + bg(1.0)|w1(0.5) + w2(0.5) + bg(1.0)|w1(0.5) + w2(0.5) + bg(0.5)|
|---|---|---|---|---|---|---|
||||||||
|w1+w2+w3|w1+w2+w3+w4|w1+w2+w3+w4+w5|w1+w2+w3+w4+w5+bg|
|---|---|---|---|
|||||
|