From 3160c97022b0e54a6988c9484d3a7c7b4ee430fc Mon Sep 17 00:00:00 2001 From: Kevin Unger Date: Thu, 29 Jun 2023 16:28:14 +0200 Subject: [PATCH] update download instructions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fdd6dc..9302d63 100644 --- a/README.md +++ b/README.md @@ -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`.