From e3eeb97d5e4df2c6db291a97ec7d87730d6f12b7 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Thu, 24 Nov 2022 18:44:01 +0800 Subject: [PATCH] fix(README): fix upscaling config path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9adfa..d70d83d 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ python scripts/gradio/inpainting.py scripts/gradio/superresolution.py configs/st or ``` -streamlit run scripts/streamlit/superresolution.py -- configs/stable-diffusion/upscaling_x4.yaml +streamlit run scripts/streamlit/superresolution.py -- configs/stable-diffusion/x4-upscaling.yaml ``` for a Gradio or Streamlit demo of the text-guided x4 superresolution model.