Skip to content

Commit

Permalink
Update: Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Sep 8, 2022
1 parent 5bf1827 commit b3b9d5d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
49 changes: 32 additions & 17 deletions Readme.md
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)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b3b9d5d

Please sign in to comment.