From 3360b5359b6983195041e3d0af335a4171a029b1 Mon Sep 17 00:00:00 2001 From: TracelessLe Date: Thu, 24 Nov 2022 16:33:32 +0800 Subject: [PATCH] update README.md update README.md to correct the script of Image Upscaling with Stable Diffusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9adfa..a0a46ff 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ and adapt the checkpoint and config paths accordingly. ![upscaling-x4](assets/stable-samples/upscaling/merged-dog.png) After [downloading the weights](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler), run ``` -python scripts/gradio/inpainting.py scripts/gradio/superresolution.py configs/stable-diffusion/x4-upscaling.yaml +python scripts/gradio/superresolution.py configs/stable-diffusion/x4-upscaling.yaml ``` or