xiayu commited on
Commit
6705718
1 Parent(s): 401e49a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -92,7 +92,22 @@ image.save("小桥.png")
92
 
93
  ## 引用 Citation
94
 
95
- 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2209.02970):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
  If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
98
 
@@ -117,4 +132,4 @@ You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
117
  year={2021},
118
  howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
119
  }
120
- ```
 
92
 
93
  ## 引用 Citation
94
 
95
+ 如果您在您的工作中使用了我们的模型,可以引用该模型的论文:
96
+
97
+ If you are using the resource for your work, please cite the paper for this model:
98
+
99
+ ```bibtex
100
+ @InProceedings{Rombach_2022_CVPR,
101
+ author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
102
+ title = {High-Resolution Image Synthesis With Latent Diffusion Models},
103
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
104
+ month = {June},
105
+ year = {2022},
106
+ pages = {10684-10695}
107
+ }
108
+ ```
109
+
110
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[总论文](https://arxiv.org/abs/2209.02970):
111
 
112
  If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
113
 
 
132
  year={2021},
133
  howpublished={\url{https://github.com/IDEA-CCNL/Fengshenbang-LM}},
134
  }
135
+ ```