Gaojunyao commited on
Commit
8277284
1 Parent(s): 02e9155

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,7 +13,7 @@ library_name: diffusers
13
 
14
  <div align="center">
15
 
16
- [**Project Page**](https://styleshot.github.io) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/) **|** [**Code**](https://github.com/tencent-ailab/IP-Adapter)
17
  </div>
18
 
19
  ---
@@ -28,5 +28,5 @@ we present StyleShot, a generalized plug-to-play style transfer method, capable
28
  ## Models
29
 
30
  ### StyleShot for SD 1.5
31
- - [ip-adapter_sd15.bin](https://huggingface.co/h94/IP-Adapter/blob/main/models/ip-adapter_sd15.bin): use global image embedding from OpenCLIP-ViT-H-14 as condition
32
- - [ip-adapter_sd15_light.bin](https://huggingface.co/h94/IP-Adapter/blob/main/models/ip-adapter_sd15_light.bin): same as ip-adapter_sd15, but more compatible with text prompt
 
13
 
14
  <div align="center">
15
 
16
+ [**Project Page**](https://styleshot.github.io) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/) **|** [**Code**](https://github.com/Jeoyal/StyleShot)
17
  </div>
18
 
19
  ---
 
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.