Skip to content

Commit

Permalink
updated readme,cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshs committed Feb 4, 2024
1 parent d513baa commit 8c62b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You can directly use these models in FastSD CPU.
- Added SD Turbo support
- Added image to image support for Turbo models (Pytorch and OpenVINO)
- Added image variations support
- Added 2x upscaler (EDSR and SD upscale (experimental)),thanks [monstruosoft](https://github.com/monstruosoft) for SD upscale
- Added 2x upscaler (EDSR and Tiled SD upscale (experimental)),thanks [monstruosoft](https://github.com/monstruosoft) for SD upscale
- Works on Android + Termux + PRoot

## 2 Steps fast inference
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
parser.add_argument(
"--sdupscale",
action="store_true",
help="Tiled SD upscale,works only for the resolution 512x512,scale upto 2X (no OpenVINO support)",
help="Tiled SD upscale,works only for the resolution 512x512,(2x upscale)",
)
parser.add_argument(
"--upscale",
Expand Down

0 comments on commit 8c62b45

Please sign in to comment.