Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiangming authored Nov 28, 2022
1 parent 983beb7 commit dca5e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For FFHQ, download the pretrained checkpoint "ffhq_10m.pt" from [link_ffhq_che
For LSUN bedroom and LSUN cat, download the pretrained checkpoints "lsun_bedroom.pt" and "lsun_cat.pt" from [link_lsun_checkpoint](https://github.com/openai/guided-diffusion), , and paste it to ./models/

### Step 3: Prepare the dataset
You need to write your data directory at data.root. Default is ./data/samples which contains three sample images from FFHQ validation set. We also provide other demo data samples in ./data/ used in the submitted manuscript.
You need to write your data directory at data.root. Default is ./data/samples which contains three sample images from FFHQ validation set. We also provide other demo data samples in ./data/ used in our paper.

### Step 4: Perform Posterior Sampling for different tasks

Expand Down

0 comments on commit dca5e84

Please sign in to comment.