Yewon Lim commited on
Commit ·
220979a
1
Parent(s): 424919d
doc: update readme
Browse files
README.md
CHANGED
|
@@ -13,11 +13,11 @@ Distil-DIRE is a lightweight version of DIRE, which can be used for real-time ap
|
|
| 13 |
|
| 14 |
## Pretrained ADM diffusion model
|
| 15 |
We use image-net pretrained unconditional ADM diffusion model for feature reconstruction. You can download the pretrained model from the following link:
|
| 16 |
-
https://openaipublic.blob.core.windows.net/diffusion/jul-2021/
|
| 17 |
|
| 18 |
or you can use the following script to download the model:
|
| 19 |
```bash
|
| 20 |
-
wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/
|
| 21 |
```
|
| 22 |
|
| 23 |
## Data Preparation
|
|
|
|
| 13 |
|
| 14 |
## Pretrained ADM diffusion model
|
| 15 |
We use image-net pretrained unconditional ADM diffusion model for feature reconstruction. You can download the pretrained model from the following link:
|
| 16 |
+
https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion_uncond.pt
|
| 17 |
|
| 18 |
or you can use the following script to download the model:
|
| 19 |
```bash
|
| 20 |
+
wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion_uncond.pt -O models/256x256-adm.pt
|
| 21 |
```
|
| 22 |
|
| 23 |
## Data Preparation
|