SkyWork
commited on
Commit
·
d03aebe
1
Parent(s):
c82b5cc
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ SkyCLIP is a CLIP model obtained by using an efficient method of training Chines
|
|
24 |
|
25 |
[鸡你太美](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/5.png)
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# Test cases
|
28 |
|
29 |
```py
|
@@ -161,6 +167,10 @@ SkyPaint文本生成图片模型主要由两大部分组成,即提示词文本
|
|
161 |
* 支持stable_diffusion_1.x官方模型及相关微调模型的英文提示词
|
162 |
* 保留stable_diffusion提示词的使用习惯和方法
|
163 |
|
|
|
|
|
|
|
|
|
164 |
### SkyCLIP模型简介
|
165 |
SkyCLIP是我们采用一种高效的训练中英双语CLIP模型的方法得到的CLIP模型,该方法仅需要使用文本数据即可实现对[OpenAI-CLIP](https://github.com/openai/CLIP)模型的高效蒸馏,大幅降低了数据门槛,同时训练所需算力要求相较于原始CLIP模型减少90%以上,方便开源社区可以进行复现/微调。该方法仅改变了OpenAI-CLIP的文本编码器,可搭配使用OpenAI-CLIP的图像编码器实现图文检索功能。
|
166 |
|
|
|
24 |
|
25 |
[鸡你太美](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/5.png)
|
26 |
|
27 |
+
# Trail and Experience
|
28 |
+
|
29 |
+
Please visit [SkyPaint official website](https://sky-paint.singularity-ai.com/index.html#/)
|
30 |
+
Or [scan the QR code with WeChat](https://user-images.githubusercontent.com/120169448/209092358-7556d2ea-6374-4235-b2ee-77665f066d2c.jpg) to experience the model.
|
31 |
+
|
32 |
+
|
33 |
# Test cases
|
34 |
|
35 |
```py
|
|
|
167 |
* 支持stable_diffusion_1.x官方模型及相关微调模型的英文提示词
|
168 |
* 保留stable_diffusion提示词的使用习惯和方法
|
169 |
|
170 |
+
# 体验试用
|
171 |
+
你可以访问[SkyPaint官网](https://sky-paint.singularity-ai.com/index.html#/),
|
172 |
+
或者 [微信扫描此小程序码](https://user-images.githubusercontent.com/120169448/209092358-7556d2ea-6374-4235-b2ee-77665f066d2c.jpg) 来体验。
|
173 |
+
|
174 |
### SkyCLIP模型简介
|
175 |
SkyCLIP是我们采用一种高效的训练中英双语CLIP模型的方法得到的CLIP模型,该方法仅需要使用文本数据即可实现对[OpenAI-CLIP](https://github.com/openai/CLIP)模型的高效蒸馏,大幅降低了数据门槛,同时训练所需算力要求相较于原始CLIP模型减少90%以上,方便开源社区可以进行复现/微调。该方法仅改变了OpenAI-CLIP的文本编码器,可搭配使用OpenAI-CLIP的图像编码器实现图文检索功能。
|
176 |
|