Update README.md

This commit is contained in:
Janis Hutz
2023-05-30 13:55:29 +02:00
committed by GitHub
parent f5edfa8109
commit bcf8c0be3d

View File

@@ -30,7 +30,7 @@ This app allows you to fully automatically upscale a single file or a full on fo
- Real-ESGRAN - Real-ESGRAN
- more to come! - more to come!
This App also features a CLI interface. This App also features a CLI interface (reference out of date).
- Options: - Options:
``` ```
-s SCALEFACTOR --scalefactor SCALEFACTOR Factor of form 2x, maximum 4x -s SCALEFACTOR --scalefactor SCALEFACTOR Factor of form 2x, maximum 4x
@@ -59,10 +59,11 @@ If you have any suggestions or features you'd like to have implemented, you may
# Roadmap # Roadmap
V1.1.0: V1.1.0:
- Migrate to PyQt5 (or create Electron app and make python app CLI only) - Migrate to Electron app
- Create Windows & Mac Version - Make python app CLI only -- ✅
- Refactor backend to add plugin support - Package Windows & Linux Version
- Add more scaling engines - Refactor backend to add plugin support -- ✅
- Add more scaling engines
- Expand Wiki to feature documentation on how to create a plugin (and maybe add a project website) - Expand Wiki to feature documentation on how to create a plugin (and maybe add a project website)
V1.2.0: V1.2.0:
@@ -96,4 +97,4 @@ A: Try out different engines (that's why we support so many) and try to use shar
**Q: How can I support you?** **Q: How can I support you?**
A: You may contribute to this project by writing documentation, improving the website, adding plugins, fixing bugs, testing or by donating. A: You may contribute to this project by writing documentation, improving the website, adding plugins, fixing bugs, testing or by donating.