Spaces:
Runtime error
Runtime error
Mehdi Cherti
commited on
Commit
•
d58bfc0
1
Parent(s):
df470dc
add description
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ pinned: false
|
|
19 |
---
|
20 |
|
21 |
Text-to-Image Denoising Diffusion GANs is a text-to-image model
|
22 |
-
based on Denoising Diffusion GANs
|
23 |
-
The code is based on their official code
|
24 |
which is updated to support text conditioning. Many thanks to the authors of DDGAN for releasing
|
25 |
the code.
|
26 |
|
27 |
-
The provided models are trained on
|
28 |
generated with Stable Diffusion, many thanks to the authors for releasing the dataset.
|
29 |
|
30 |
-
Models were trained on JURECA-DC supercomputer at Jülich Supercomputing Centre (JSC), many thanks for the compute provided to train the models.
|
|
|
19 |
---
|
20 |
|
21 |
Text-to-Image Denoising Diffusion GANs is a text-to-image model
|
22 |
+
based on [Denoising Diffusion GANs](https://arxiv.org/abs/2112.07804>).
|
23 |
+
The code is based on their official [code](https://nvlabs.github.io/denoising-diffusion-gan/),
|
24 |
which is updated to support text conditioning. Many thanks to the authors of DDGAN for releasing
|
25 |
the code.
|
26 |
|
27 |
+
The provided models are trained on [Diffusion DB](https://arxiv.org/abs/2210.14896), which is a dataset that was synthetically
|
28 |
generated with Stable Diffusion, many thanks to the authors for releasing the dataset.
|
29 |
|
30 |
+
Models were trained on [JURECA-DC](https://www.fz-juelich.de/en/news/archive/press-release/2021/2021-06-23-jureca-dc) supercomputer at Jülich Supercomputing Centre (JSC), many thanks for the compute provided to train the models.
|