From a9d28bb756b0dc4be550c8c1877bdfdb1c9aadec Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Tue, 30 Aug 2022 16:53:46 -0400 Subject: [PATCH] last edit i think --- README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b2d6b41..75f56cf 100644 --- a/README.md +++ b/README.md @@ -76,40 +76,35 @@ pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip pip install -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN pip install -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan pip install -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion - ``` Go here and download the correct mode from here. YOu'll have to agree to the license setup an account, I believe. This the bread and butter AI art generating learning model. -... + https://huggingface.co/CompVis/stable-diffusion-v-1-4-original -... + copy it to your stable-diffusion-cpuonly/models/ldm/stable-diffusion-v1 directory and rename it to model.ckpt Download the model - this is for better face generation or cleanup -``` + https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth -``` + and copy it to your stable-diffusion-cpuonly/src/GFPGAN/experiments/pretrained_models directory Download the model - this is for upscaling your images -``` + https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -``` -``` + + https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth -``` + and copy these to your stable-diffusion-cpuonly/src/realsrgan/experiments/pretrained_models directory Run the following command - +``` python .\webui.py --no-half - - -... -python inference_gfpgan.py -i inputs/whole_imgs -o results -v 1.3 -s 2 -... +```