Commit ·
160613f
1
Parent(s): 11dd5d8
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,15 @@ datasets:
|
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
---
|
| 7 |
|
| 8 |
-
Official DreamBooth weights for DreamEdit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Official DreamBooth weights for DreamEdit.
|
| 9 |
+
|
| 10 |
+
Please kindly cite our paper if you use our code, data, models or results:
|
| 11 |
+
|
| 12 |
+
```bibtex
|
| 13 |
+
@article{ku2023imagenhub,
|
| 14 |
+
title={ImagenHub: Standardizing the evaluation of conditional image generation models},
|
| 15 |
+
author={Max Ku, Tianle Li, Kai Zhang, Yujie Lu, Xingyu Fu, Wenwen Zhuang, Wenhu Chen},
|
| 16 |
+
journal={arXiv preprint arXiv:2310.01596},
|
| 17 |
+
year={2023}
|
| 18 |
+
}
|
| 19 |
+
```
|