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,9 +59,10 @@ 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
- Refactor backend to add plugin support -- ✅
- Add more scaling engines - 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)