Linoy Tsaban
commited on
Commit
•
3512f04
1
Parent(s):
4fa376c
Update README.md
Browse files
README.md
CHANGED
@@ -172,4 +172,30 @@ license: cc-by-4.0
|
|
172 |
---
|
173 |
# Dataset Card for "dreambooth"
|
174 |
|
175 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
---
|
173 |
# Dataset Card for "dreambooth"
|
174 |
|
175 |
+
## Dataset of the Google paper DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation
|
176 |
+
|
177 |
+
The dataset includes 30 subjects of 15 different classes. 9 out of these subjects are live subjects (dogs and cats) and 21 are objects. The dataset contains a variable number of images per subject (4-6). Images of the subjects are usually captured in different conditions, environments and under different angles.
|
178 |
+
|
179 |
+
We include a file dataset/prompts\_and\_classes.txt which contains all of the prompts used in the paper for live subjects and objects, as well as the class name used for the subjects.
|
180 |
+
|
181 |
+
The images have either been captured by the paper authors, or sourced from www.unsplash.com
|
182 |
+
|
183 |
+
The dataset/references\_and\_licenses.txt file contains a list of all the reference links to the images in www.unsplash.com - and attribution to the photographer, along with the license of the image.
|
184 |
+
|
185 |
+
### [project page](https://dreambooth.github.io/) | [arxiv](https://arxiv.org/abs/2208.12242)
|
186 |
+
|
187 |
+
## Academic Citation
|
188 |
+
|
189 |
+
If you use this work please cite:
|
190 |
+
```
|
191 |
+
@inproceedings{ruiz2023dreambooth,
|
192 |
+
title={Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation},
|
193 |
+
author={Ruiz, Nataniel and Li, Yuanzhen and Jampani, Varun and Pritch, Yael and Rubinstein, Michael and Aberman, Kfir},
|
194 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
195 |
+
year={2023}
|
196 |
+
}
|
197 |
+
```
|
198 |
+
|
199 |
+
## Disclaimer
|
200 |
+
|
201 |
+
This is not an officially supported Google product.
|