Yewon Lim commited on
Commit
220979a
·
1 Parent(s): 424919d

doc: update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/512x512_diffusion.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/512x512_diffusion.pt -O models/512x512-adm.pt
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