mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 07:34:58 +00:00
Merge pull request #19 from Enter-tainer/patch-1
fix(README): fix upscaling config path
This commit is contained in:
commit
a436738fc3
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ python scripts/gradio/superresolution.py configs/stable-diffusion/x4-upscaling.y
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue