mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-31 20:02:14 +00:00
fix(README): fix upscaling config path
This commit is contained in:
parent
33910c386e
commit
e3eeb97d5e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue