Junyi42 commited on
Commit
4cbc06d
1 Parent(s): 9b26d60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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).