Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,11 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
This repo is to host data and pretrained model for [LayoutDiffusion](https://arxiv.org/abs/2303.11589).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
This repo is to host data and pretrained model for [LayoutDiffusion](https://arxiv.org/abs/2303.11589).
|
6 |
+
|
7 |
+
You can download the files by using the following command:
|
8 |
+
```bash
|
9 |
+
git clone https://huggingface.co/Junyi42/layoutdiffusion
|
10 |
+
```
|
11 |
+
|
12 |
+
Then, please follow the instructions in the [original repository](https://github.com/microsoft/LayoutGeneration).
|