Skip to content

Commit

Permalink
fix(README): fix upscaling config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer authored Nov 24, 2022
1 parent 33910c3 commit e3eeb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
Expand Down

0 comments on commit e3eeb97

Please sign in to comment.