From cec05501e3624d02df9e48f590356bf0db342b68 Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Mon, 10 Oct 2022 17:48:32 -0500 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- Install-and-Run-on-NVidia-GPUs.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 6102f46..1faf5c4 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -73,9 +73,6 @@ pip install -U numpy --prefer-binary # the command below must output something like: 1 File(s) 4,265,380,512 bytes dir model.ckpt -# (outside of command line) put the GFPGAN model into web ui directory -# the command below must output something like: 1 File(s) 348,632,874 bytes -dir GFPGANv1.3.pth ``` The installation is finished, to start the web ui, run: @@ -99,8 +96,6 @@ cd stable-diffusion-webui conda env create -f environment-wsl2.yaml conda activate automatic -# (optional) install requirements for GFPGAN (upscaling) -wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth ``` At this point, the instructions for the Manual installation may be applied starting at step `# clone repositories for Stable Diffusion and (optionally) CodeFormer`.