File tree Expand file tree Collapse file tree 2 files changed +33
-18
lines changed
Expand file tree Collapse file tree 2 files changed +33
-18
lines changed Original file line number Diff line number Diff line change 1-
2- # Real-ESRGAN-GUI
3-
4- A new Flutter project.
5-
6- ## Getting Started
7-
8- This project is a starting point for a Flutter application.
9-
10- A few resources to get you started if this is your first Flutter project:
11-
12- - [ Lab: Write your first Flutter app] ( https://docs.flutter.dev/get-started/codelab )
13- - [ Cookbook: Useful Flutter samples] ( https://docs.flutter.dev/cookbook )
14-
15- For help getting started with Flutter development, view the
16- [ online documentation] ( https://docs.flutter.dev/ ) , which offers tutorials,
17- samples, guidance on mobile development, and a full API reference.
1+
2+ # Real-ESRGAN-GUI
3+
4+ <img width =" 600 " src =" https://user-images.githubusercontent.com/39271166/189219130-61d1f864-9200-4fe5-ae75-59b2b2e4e84f.png " >
5+
6+ -----
7+
8+ [ Real-ESRGAN] ( https://github.com/xinntao/Real-ESRGAN ) の NCNN (Vulkan) 実装である、[ Real-ESRGAN-ncnn-vulkan] ( https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan ) という CLI ツールのかんたんな GUI ラッパーです。
9+
10+ [ Flutter on Desktop] ( https://flutter.dev/multi-platform/desktop ) を使って突貫で合計5~6時間くらいで作りました。
11+ かんたんにきれいな UI で作れる [ Flutter] ( https://flutter.dev/ ) 最高!
12+
13+ ## インストール
14+
15+ [ Releases] ( https://github.com/tsukumijima/Real-ESRGAN-GUI/releases ) から、最新の Real-ESRGAN-GUI をダウンロードしてください。
16+
17+ ダウンロードしたら .zip を適当なフォルダに解凍し、中の ` Real-ESRGAN-GUI.exe ` をダブルクリックで実行してください。
18+
19+ ## 使い方
20+
21+ たぶん説明するまでもないと思いますが…。
22+
23+ 利用モデルは ` realesr-animevideov3 ` が一番高速で、精度も高いです。
24+ ` realesrgan-x4plus ` は、Intel UHD Graphics 620 の環境だと結構重めです(数分掛かった)。
25+ なお、同じ画像、同じ ` realesrgan-x4plus ` を使った場合でも、NVIDIA GPU が搭載されている環境では数秒で拡大画像の生成が完了しました。
26+
27+ ` realesrgan-x4plus-anime ` は、` realesr-animevideov3 ` での出来栄えに満足できなかったときに試してみると良さそうです。
28+ より解像感のある仕上がりになりますが、その分 ` realesr-animevideov3 ` よりも細かい塗りなどのディティールが失われがちに見えます(とはいえ、拡大してみなければ違いがわからないレベルだとは思います)。
29+
30+ ## License
31+
32+ [ MIT License] ( License.txt )
Original file line number Diff line number Diff line change 11
22name : real_esrgan_gui
3- description : Real-ESRGAN GUI Wrapper
3+ description : Lovely Real-ESRGAN GUI Wrapper
44
55# The following line prevents the package from being accidentally published to
66# pub.dev using `flutter pub publish`. This is preferred for private packages.
You can’t perform that action at this time.
0 commit comments