Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#19 from Enter-tainer/patch-1
Browse files Browse the repository at this point in the history
fix(README): fix upscaling config path
  • Loading branch information
rromb committed Nov 24, 2022
2 parents 46096df + e3eeb97 commit a436738
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/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.
Expand Down

0 comments on commit a436738

Please sign in to comment.