Skip to content

Commit 4c21109

Browse files
committed
Merge branch 'master' of https://github.com/Tenpi/Waifu2x-GUI
2 parents 4fdcb05 + 343943f commit 4c21109

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

readme.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,27 @@ Real-CUGAN only supports scale factors 1/2/3/4, and noise level -1/0/1/2/3 and o
3333

3434
### Custom Models
3535

36-
You can add custom pytorch models (with ESRGAN architecture) to the "models" folder in the location the app is installed, same place
37-
ffmpeg folder is located. If the folder doesn't exist, create it.
36+
You can add custom pytorch models to the "models" folder in the location the app is installed, same place
37+
ffmpeg folder is located. If the folder doesn't exist, create it. You need to install python in order to run them. If you
38+
still have trouble, try installing the dependencies:
39+
40+
```
41+
pip3 install torch torchvision opencv-python Pillow numpy spandrel --compile --force-reinstall
42+
```
3843

3944
### Installation
4045

4146
To install, download the latest installer from the [releases](https://github.com/Tenpi/Waifu2x-GUI/releases) tab. Updates can be installed automatically.
4247

4348
Note: If you install it under `C:/Program Files` you might need to run it as administrator.
4449

50+
### MacOS
51+
52+
On MacOS unsigned applications won't open, run this to remove the quarantine flag.
53+
```
54+
xattr -d com.apple.quarantine /Applications/Waifu2x\ GUI.app
55+
```
56+
4557
### Bugs and Requests
4658

4759
Open an issue on my GitHub repository. I appreciate any requests, but I can't guarantee that I will fulfill all of them.

0 commit comments

Comments
 (0)