-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bf1827
commit b3b9d5d
Showing
2 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
<img width="600" src="https://user-images.githubusercontent.com/39271166/189219130-61d1f864-9200-4fe5-ae75-59b2b2e4e84f.png"> | ||
|
||
----- | ||
|
||
[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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters