Skip to content

Commit

Permalink
Release: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Sep 9, 2022
1 parent 750e0c1 commit 3790214
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Real-ESRGAN-GUI

<img width="600" src="https://user-images.githubusercontent.com/39271166/189219130-61d1f864-9200-4fe5-ae75-59b2b2e4e84f.png">
<img width="600" src="https://user-images.githubusercontent.com/39271166/189376465-845ecfc0-3d08-4da3-8632-b2ed7ea9b6d9.png">

-----

Expand All @@ -12,8 +12,6 @@

## インストール

> **Note** 現時点では Windows 版のみですが、(折角 Flutter で作ったので)近々 macOS 版も公開予定です。
### Windows

Windows 10 以降の 64bit OS にのみ対応しています。Windows 8 以前と、32bit OS は対応していません。
Expand All @@ -29,6 +27,19 @@ GPU には [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn
ダウンロードが終わったら `Real-ESRGAN-GUI-(バージョン)-windows.zip` を適当なフォルダに解凍し、中の `Real-ESRGAN-GUI.exe` をダブルクリックします。
適宜ショートカットをデスクトップに作成してみても良いでしょう。

### macOS

Intel Mac と Apple Silicon (M1, M2) の両方に対応している…はずですが、今のところ Intel Mac でしか動作確認はしていません。
[Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan) は Apple Silicon にも対応しているようなので、動くとは思います。

<img width="600" src="https://user-images.githubusercontent.com/39271166/189374416-15501eeb-41ba-452c-bef3-402dc450f31d.png">

[Releases](https://github.com/tsukumijima/Real-ESRGAN-GUI/releases) ページから、最新の Real-ESRGAN-GUI をダウンロードします。
`Real-ESRGAN-GUI-(バージョン)-macos.zip` をダウンロードしてください。

ダウンロードが終わったら `Real-ESRGAN-GUI-(バージョン)-macos.zip` を解凍し、中の `Real-ESRGAN-GUI.app` をアプリケーションフォルダに移動します。
その後、`Real-ESRGAN-GUI.app` をダブルクリックしてください。

## 使い方

たぶん説明するまでもないと思いますが…。
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class _MainWindowPageState extends State<MainWindowPage> {
title: Text(widget.title),
actions: const [
Center(
child: Text('version 1.0.0', style: TextStyle(fontSize: 16)),
child: Text('version 1.1.0', style: TextStyle(fontSize: 16)),
),
SizedBox(width: 16),
],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
version: 1.1.0+2

environment:
sdk: '>=2.18.0 <3.0.0'
Expand Down

0 comments on commit 3790214

Please sign in to comment.