Update README.md
Browse files
README.md
CHANGED
@@ -278,6 +278,20 @@ Note: The long image generation technology here is provided by Right Brain Techn
|
|
278 |
| Unet | 865M |
|
279 |
| AltCLIP TextEncoder | 859M |
|
280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
# 许可/License
|
282 |
|
283 |
该模型通过 [CreativeML Open RAIL-M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) 获得许可。作者对您生成的输出不主张任何权利,您可以自由使用它们并对它们的使用负责,不得违反本许可中的规定。该许可证禁止您分享任何违反任何法律、对他人造成伤害、传播任何可能造成伤害的个人信息、传播错误信息和针对弱势群体的任何内容。您可以出于商业目的修改和使用模型,但必须包含相同使用限制的副本。有关限制的完整列表,请[阅读许可证](https://huggingface.co/spaces/CompVis/stable-diffusion-license) 。
|
|
|
278 |
| Unet | 865M |
|
279 |
| AltCLIP TextEncoder | 859M |
|
280 |
|
281 |
+
# 引用/Citation
|
282 |
+
|
283 |
+
Please cite our paper if you find it helpful :)
|
284 |
+
```
|
285 |
+
@misc{ye2023altdiffusion,
|
286 |
+
title={AltDiffusion: A Multilingual Text-to-Image Diffusion Model},
|
287 |
+
author={Fulong Ye and Guang Liu and Xinya Wu and Ledell Wu},
|
288 |
+
year={2023},
|
289 |
+
eprint={2308.09991},
|
290 |
+
archivePrefix={arXiv},
|
291 |
+
primaryClass={cs.CV}
|
292 |
+
}
|
293 |
+
```
|
294 |
+
|
295 |
# 许可/License
|
296 |
|
297 |
该模型通过 [CreativeML Open RAIL-M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) 获得许可。作者对您生成的输出不主张任何权利,您可以自由使用它们并对它们的使用负责,不得违反本许可中的规定。该许可证禁止您分享任何违反任何法律、对他人造成伤害、传播任何可能造成伤害的个人信息、传播错误信息和针对弱势群体的任何内容。您可以出于商业目的修改和使用模型,但必须包含相同使用限制的副本。有关限制的完整列表,请[阅读许可证](https://huggingface.co/spaces/CompVis/stable-diffusion-license) 。
|