Merge pull request #19 from Enter-tainer/patch-1

fix(README): fix upscaling config path
This commit is contained in:
Robin Rombach 2022-11-24 13:27:14 +01:00 committed by GitHub
commit a436738fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ python scripts/gradio/superresolution.py configs/stable-diffusion/x4-upscaling.y
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.