JamesXu commited on
Commit
448e188
1 Parent(s): a9f9698

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -21,4 +21,22 @@ One single flow of Versatile Diffusion contains a VAE, a diffuser, and a context
21
  <img src="assets/figures/VD_framework.png" width="99%">
22
  </p>
23
 
24
- # Intended uses & limitations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  <img src="assets/figures/VD_framework.png" width="99%">
22
  </p>
23
 
24
+ # Caution, Biases, and Content Acknowledgment
25
+
26
+ We would like the raise the awareness of users of this demo of its potential issues and concerns. Like previous large foundation models, Versatile Diffusion could be problematic in some cases, partially due to the imperfect training data and pretrained network (VAEs / context encoders) with limited scope. In its future research phase, VD may do better on tasks such as text-to-image, image-to-text, etc., with the help of more powerful VAEs, more sophisticated network designs, and more cleaned data. So far, we keep all features available for research testing both to show the great potential of the VD framework and to collect important feedback to improve the model in the future. We welcome researchers and users to report issues with the HuggingFace community discussion feature or email the authors.
27
+
28
+ Beware that VD may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography, and violence. VD was trained on the LAION-2B dataset, which scraped non-curated online images and text, and may contained unintended exceptions as we removed illegal content. VD in this demo is meant only for research purposes.
29
+
30
+ # Citation
31
+
32
+ ```
33
+ @article{xu2022versatile,
34
+ title = {Versatile Diffusion: Text, Images and Variations All in One Diffusion Model},
35
+ author = {Xingqian Xu, Zhangyang Wang, Eric Zhang, Kai Wang, Humphrey Shi},
36
+ year = 2022,
37
+ url = {https://arxiv.org/abs/2211.08332},
38
+ eprint = {2211.08332},
39
+ archiveprefix = {arXiv},
40
+ primaryclass = {cs.CV}
41
+ }
42
+ ```