update README.md

update README.md to correct the script of Image Upscaling with Stable Diffusion
This commit is contained in:
TracelessLe 2022-11-24 16:33:32 +08:00 committed by GitHub
parent 33910c386e
commit 3360b5359b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ and adapt the checkpoint and config paths accordingly.
![upscaling-x4](assets/stable-samples/upscaling/merged-dog.png) ![upscaling-x4](assets/stable-samples/upscaling/merged-dog.png)
After [downloading the weights](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler), run 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 <path-to-checkpoint> python scripts/gradio/superresolution.py configs/stable-diffusion/x4-upscaling.yaml <path-to-checkpoint>
``` ```
or or