diff --git a/Readme.md b/Readme.md index 021aa2c..bb7885a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,17 +1,32 @@ - -# Real-ESRGAN-GUI - -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. + +# Real-ESRGAN-GUI + + + +----- + +[Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) の NCNN (Vulkan) 実装である、[Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan) という CLI ツールのかんたんな GUI ラッパーです。 + +[Flutter on Desktop](https://flutter.dev/multi-platform/desktop) を使って突貫で合計5~6時間くらいで作りました。 +かんたんにきれいな UI で作れる [Flutter](https://flutter.dev/) 最高! + +## インストール + +[Releases](https://github.com/tsukumijima/Real-ESRGAN-GUI/releases) から、最新の Real-ESRGAN-GUI をダウンロードしてください。 + +ダウンロードしたら .zip を適当なフォルダに解凍し、中の `Real-ESRGAN-GUI.exe` をダブルクリックで実行してください。 + +## 使い方 + +たぶん説明するまでもないと思いますが…。 + +利用モデルは `realesr-animevideov3` が一番高速で、精度も高いです。 +`realesrgan-x4plus` は、Intel UHD Graphics 620 の環境だと結構重めです(数分掛かった)。 +なお、同じ画像、同じ `realesrgan-x4plus` を使った場合でも、NVIDIA GPU が搭載されている環境では数秒で拡大画像の生成が完了しました。 + +`realesrgan-x4plus-anime` は、`realesr-animevideov3` での出来栄えに満足できなかったときに試してみると良さそうです。 +より解像感のある仕上がりになりますが、その分 `realesr-animevideov3` よりも細かい塗りなどのディティールが失われがちに見えます(とはいえ、拡大してみなければ違いがわからないレベルだとは思います)。 + +## License + +[MIT License](License.txt) diff --git a/pubspec.yaml b/pubspec.yaml index 77d8564..cb11e68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: real_esrgan_gui -description: Real-ESRGAN GUI Wrapper +description: Lovely Real-ESRGAN GUI Wrapper # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages.