Skip to content

Commit

Permalink
Update README.md #20 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
tsurumeso committed May 28, 2019
1 parent 9cb9ee1 commit 44000eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ Note that the training procedure of waifu2x-chainer may be slightly different fr
### Install Python packages
```
pip install chainer
pip install cupy
pip install pillow
```

### Enable GPU support

Install CuPy precompiled binary package which includes the latest version of cuDNN library.
See: [CuPy Installation Guide](https://docs-cupy.chainer.org/en/stable/install.html#install-cupy)

### Getting waifu2x-chainer
```
git clone https://github.com/tsurumeso/waifu2x-chainer.git
Expand Down Expand Up @@ -71,6 +75,7 @@ python waifu2x.py -m noise_scale -n 3 -i path/to/image/or/directory -a 0 -g 0

### Install Wand
```
sudo apt install libmagickwand-dev
pip install wand
```

Expand Down

0 comments on commit 44000eb

Please sign in to comment.