weifeng commited on
Commit
04421e9
1 Parent(s): 07ba6ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -92,7 +92,20 @@ 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
 
@@ -119,14 +132,3 @@ You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
119
  }
120
  ```
121
 
122
-
123
- ```bibtex
124
- @InProceedings{Rombach_2022_CVPR,
125
- author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
126
- title = {High-Resolution Image Synthesis With Latent Diffusion Models},
127
- booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
128
- month = {June},
129
- year = {2022},
130
- pages = {10684-10695}
131
- }
132
- ```
 
92
 
93
  ## 引用 Citation
94
 
95
+ 如果您在您的工作中使用了我们的模型,可以引用该模型的论文:
96
+ If you are using the resource for your work, please cite the paper for this model:
97
+ ```bibtex
98
+ @InProceedings{Rombach_2022_CVPR,
99
+ author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
100
+ title = {High-Resolution Image Synthesis With Latent Diffusion Models},
101
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
102
+ month = {June},
103
+ year = {2022},
104
+ pages = {10684-10695}
105
+ }
106
+ ```
107
+
108
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[总论文](https://arxiv.org/abs/2209.02970):
109
 
110
  If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
111
 
 
132
  }
133
  ```
134