Spaces:
Runtime error
Runtime error
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Composable Diffusion
|
| 3 |
+
**Compositional Visual Generation with Composable Diffusion Models (ECCV 2022)**
|
| 4 |
+
|
| 5 |
+
[Webpage](https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/) | [GitHub](https://github.com/energy-based-model/Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch)
|
| 6 |
+
|
| 7 |
+
## Overview
|
| 8 |
+
We propose to use **conjunction and negation** (negative prompts) operators for **compositional generation with conditional diffusion models in test time without any training**. For more details, please refer to our paper:
|
| 9 |
+
|
| 10 |
+
[Compositional Visual Generation with Composable Diffusion Models](https://arxiv.org/abs/2206.01714)
|
| 11 |
+
[Nan Liu](https://nanliu.io)*\*, [Shuang Li](https://people.csail.mit.edu/lishuang)*\*, [Yilun Du](https://yilundu.github.io)*\*, [Antonio Torralba](https://groups.csail.mit.edu/vision/torralbalab/), [Joshua B. Tenenbaum](https://mitibmwatsonailab.mit.edu/people/joshua-tenenbaum/), **ECCV 2022**
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
|
| 15 |
+
If you find our paper useful in your research, please cite the following paper:
|
| 16 |
+
|
| 17 |
+
``` latex
|
| 18 |
+
@article{liu2022compositional,
|
| 19 |
+
title={Compositional Visual Generation with Composable Diffusion Models},
|
| 20 |
+
author={Liu, Nan and Li, Shuang and Du, Yilun and Torralba, Antonio and Tenenbaum, Joshua B},
|
| 21 |
+
journal={arXiv preprint arXiv:2206.01714},
|
| 22 |
+
year={2022}
|
| 23 |
+
}
|
| 24 |
+
```
|