fix(README): fix upscaling config path

This commit is contained in:
Wenzhuo Liu 2022-11-24 18:44:01 +08:00 committed by GitHub
parent 33910c386e
commit e3eeb97d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ python scripts/gradio/inpainting.py scripts/gradio/superresolution.py configs/st
or or
``` ```
streamlit run scripts/streamlit/superresolution.py -- configs/stable-diffusion/upscaling_x4.yaml <path-to-checkpoint> streamlit run scripts/streamlit/superresolution.py -- configs/stable-diffusion/x4-upscaling.yaml <path-to-checkpoint>
``` ```
for a Gradio or Streamlit demo of the text-guided x4 superresolution model. for a Gradio or Streamlit demo of the text-guided x4 superresolution model.