diff --git a/docs/features/UPSCALE.md b/docs/features/UPSCALE.md index 1d9e7e0335..6f720826ac 100644 --- a/docs/features/UPSCALE.md +++ b/docs/features/UPSCALE.md @@ -1,3 +1,4 @@ + --- title: Upscale --- @@ -30,7 +31,7 @@ into **src/gfpgan/experiments/pretrained_models**. On Mac and Linux systems, here's how you'd do it using **wget**: ```bash -> wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth src/gfpgan/experiments/pretrained_models/ +wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth src/gfpgan/experiments/pretrained_models/ ``` Make sure that you're in the InvokeAI directory when you do this.