Skip to content

Commit

Permalink
update download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinunger committed Jun 29, 2023
1 parent 6888c9d commit 3160c97
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ Beware the Docker image takes about 25GB of disk space!
## Download pre-trained StyleGAN2 weights

To download pre-trained weights, simply run:
```sh
sh scripts/download_model.sh
```
Or for windows:

```
.\scripts\download_model.bat
python scripts/download_model.py
```
If you want to try StyleGAN-Human and the Landscapes HQ (LHQ) dataset, please download weights from these links: [StyleGAN-Human](https://drive.google.com/file/d/1dlFEHbu-WzQWJl7nBBZYcTyo000H9hVm/view?usp=sharing), [LHQ](https://drive.google.com/file/d/16twEf0T9QINAEoMsWefoWiyhcTd-aiWc/view?usp=sharing), and put them under `./checkpoints`.

Expand Down

0 comments on commit 3160c97

Please sign in to comment.