OzzyGT HF staff commited on
Commit
74932be
·
1 Parent(s): f0897d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -8,8 +8,27 @@ library_name: diffusers
8
 
9
  # IP-Adapter for SDXL
10
 
11
- This is just a clone from the original repository with the vit-h models and the corresponding image encoder.
12
 
13
- Original repository: https://huggingface.co/h94/IP-Adapter
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- Made to be used with [Image Artisan XL](https://github.com/ZCode-opensource/image-artisan-xl).
 
8
 
9
  # IP-Adapter for SDXL
10
 
11
+ 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.
12
 
13
+ Made to be used with [Image Artisan XL](https://github.com/ZCode-opensource/image-artisan-xl).
14
+
15
+ Here's some experiments:
16
+
17
+ prompt: `cinematic portrait photo of a woman, against a white background, 4k, highly detailed`
18
+
19
+ ### ip-adapter_sdxl_vit-h
20
+ |source|0% noise|25% noise|50% noise|85% noise|100% noise|
21
+ |---|---|---|---|---|---|
22
+ |![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/ULDAldMoh5g8QqVjJ8wD3.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/ywPA2CVKl3K9v7Q-FZmsM.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/8kAfWliJdkHcVGQ2W41aj.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/upoQFe-sVNc8l-chpoaBe.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/_l1HBwFKkwPsba8P7K3wp.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/HvachL6ycm9ZFycWlAUEn.png)|
23
+
24
+ ### ip-adapter-plus_sdxl_vit-h
25
+ |source|0% noise|25% noise|50% noise|85% noise|100% noise|
26
+ |---|---|---|---|---|---|
27
+ |![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/ULDAldMoh5g8QqVjJ8wD3.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/a2AnuqOKHHTKT0w07Iypd.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/hqC11AXCmaRPYM6dEeHUu.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/ql2MArHyYFAOG32T53WBK.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/glvJnfnX3pshwnCIYXRAB.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/z1TItYCQavClCmmImqZ5x.png)|
28
+
29
+ ### ip-adapter-plus-face_sdxl_vit-h
30
+ prompt: `cinematic portrait photo of a woman, against a white background, half body shot, closeup, 4k, highly detailed`
31
+ |source|0% noise|25% noise|50% noise|85% noise|100% noise|
32
+ |---|---|---|---|---|---|
33
+ |![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/ULDAldMoh5g8QqVjJ8wD3.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/umdUi6Al90-7y_NaYb2yJ.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/IdGNZqAzRXbET9mV4ppgf.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/EJAOi-fyrDNLPXc9LEURd.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/vEgdBZdNfxreuzPn6nSSc.png)|![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df091910678851bb0cd0e0/y39krJCkd2rGRCbJvWWkM.png)|
34