Gaojunyao commited on
Commit
170054d
1 Parent(s): ae3ff29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - stable-diffusion
5
+ license: apache-2.0
6
+ language:
7
+ - en
8
+ library_name: diffusers
9
+ ---
10
+
11
+ # StyleShot Model Card
12
+
13
+
14
+ <div align="center">
15
+
16
+ [**Project Page**](https://styleshot.github.io) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/2407.01414) **|** [**Code**](https://github.com/open-mmlab/StyleShot)
17
+ </div>
18
+
19
+ ---
20
+
21
+
22
+ ## Introduction
23
+
24
+ we present StyleShot, a generalized plug-to-play style transfer method, capable of generating the high-quality stylized images that match the desired style from any reference image without test-time style-tuning. To the best of our knowledge, To the best of our knowledge, StyleShot is the first work to designate a style-aware encoder based on Stable Diffusion and a content-fusion encoder for better style and content integration, achieving the state-of-the-art text and image-driven style transfer performance compared to existing methods.
25
+
26
+ ![arch](./framework.png)
27
+
28
+ ## Models
29
+
30
+ ### StyleShot for SD 1.5
31
+ - [ip.bin](https://huggingface.co/h94/IP-Adapter/blob/main/models/ip-adapter_sd15.bin): weights for ip-adapter and our content-retention encoder.
32
+ - [style_aware_encoder.bin](https://huggingface.co/h94/IP-Adapter/blob/main/models/ip-adapter_sd15_light.bin): weights for style-aware encoder.