Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@ tags:
|
|
3 |
- text-to-image
|
4 |
- style-transfer
|
5 |
- stable-diffusion
|
6 |
-
license: apache-2.0
|
7 |
language:
|
8 |
- en
|
9 |
library_name: diffusers
|
@@ -30,4 +29,7 @@ we present StyleShot, a generalized plug-to-play style transfer method, capable
|
|
30 |
|
31 |
### StyleShot for SD 1.5
|
32 |
- [ip.bin](https://huggingface.co/Gaojunyao/StyleShot/blob/main/pretrained_weight/ip.bin): weights for ip-adapter and our content-retention encoder.
|
33 |
-
- [style_aware_encoder.bin](https://huggingface.co/Gaojunyao/StyleShot/blob/main/pretrained_weight/style_aware_encoder.bin): weights for style-aware encoder.
|
|
|
|
|
|
|
|
3 |
- text-to-image
|
4 |
- style-transfer
|
5 |
- stable-diffusion
|
|
|
6 |
language:
|
7 |
- en
|
8 |
library_name: diffusers
|
|
|
29 |
|
30 |
### StyleShot for SD 1.5
|
31 |
- [ip.bin](https://huggingface.co/Gaojunyao/StyleShot/blob/main/pretrained_weight/ip.bin): weights for ip-adapter and our content-retention encoder.
|
32 |
+
- [style_aware_encoder.bin](https://huggingface.co/Gaojunyao/StyleShot/blob/main/pretrained_weight/style_aware_encoder.bin): weights for style-aware encoder.
|
33 |
+
|
34 |
+
## Disclaimer
|
35 |
+
We develop this repository for RESEARCH purposes, so it can only be used for personal/research/non-commercial purposes.
|