From 5e259ed039bc9a2a885214656a2bde11a1b136e0 Mon Sep 17 00:00:00 2001 From: Andy Pilate Date: Sun, 28 Aug 2022 17:15:41 +0200 Subject: [PATCH] Fix README typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You did say you were a Perl dev 😉 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d108733ea7..95a9fdcee17 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Users whose GPU machines are isolated from the Internet (e.g. on a University cluster) should be aware that the first time you run dream.py with GFPGAN turned on, it will try to download model files from the Internet. To rectify this, you may run `python3 -scripts/preload_models.pl` after you have installed GFPGAN and all its +scripts/preload_models.py` after you have installed GFPGAN and all its dependencies. Now, you can run this script by adding the **--gfpgan** option. Any