Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YukihoAA committed Dec 23, 2020
2 parents 61a2176 + 4ac3a3e commit 77d5349
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@ Snowshell uses C++ and Win32API.
Just drag & drop your image files (or folder) in to Snowshell! (multiple image supports) <br/>
To change your conversion setting, select option at menubar. <br/>

## To Use waifu2x-ncnn-vulkan (Supported GPU Only)
> 1. Install latest Graphics Driver. [AMD](https://www.amd.com/en/support) [NVIDIA](https://www.nvidia.co.kr/Download/index.aspx) [INTEL](https://downloadcenter.intel.com/product/80939/Graphics-Drivers) <br/>
> 2. Put [waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan/releases) to waifu2x-ncnn-vulkan folder. <br/>
> 3. Select Converter to waifu2x-ncnn-vulkan. <br/>
> 4. Set conversion mode on TTA menu. <br/>
> 4-1. TTA convert mode is slower but higher quality conversion. <br/>
> 5. Snowshell will start conversion using waifu2x-ncnn-vulkan.
## To Use waifu2x-caffe (NVIDIA GPU Only)
> 1. Install latest [NVIDIA Graphics Driver](https://www.nvidia.co.kr/Download/index.aspx). <br/>
> 2. Put [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe/releases) to waifu2x-caffe folder. <br/>
> 2-1. If you want latest release of waifu2x-caffe, you need to download [cudnn64_7.dll](https://developer.nvidia.com/cudnn) first. check readme page of waifu2x-caffe. <br/>
> 3. Select Converter to waifu2x-caffe. <br/>
> 4. Set conversion mode on GPU(CPU) menu. <br/>
> 4-1. TTA convert mode is slower but higher quality conversion. <br/>
> 5. Snowshell will start conversion using waifu2x-caffe. (with TTA option)
> 5. Snowshell will start conversion using waifu2x-caffe.
## To Change Model File
> 1. Open config.ini file (if there is no config.ini, launch Snowshell and close it) <br/>
Expand All @@ -25,13 +32,15 @@ To change your conversion setting, select option at menubar. <br/>
> 2-2. When you use relative path, path is relative to converter's directory. <br/>
> 3. Converters default model directory (relative) <br/>
> 3-1. waifu2x_converter_cpp = models_rgb <br/>
> 3-3. waifu2x_caffe = models\\\\upconv_7_anime_style_art_rgb <br/>
> 3-2. waifu2x_caffe = models\\\\upconv_7_anime_style_art_rgb <br/>
> 3-3. waifu2x_ncnn-vulkan = models-cunet <br/>
## To Use Advanced Option in Converter
> 1. Open config.ini file (if there is no config.ini, launch Snowshell and close it) <br/>
> 2. Check your converter and fill OptionString with currect option. <br/>
> 3. To find option for your converter, please visit converter's HP <br/>
> 3-1. waifu2x_converter_cpp: [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp) <br/>
> 3-3. waifu2x_caffe: [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) <br/>
> 3-2. waifu2x_caffe: [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) <br/>
> 3-3. waifu2x_ncnn-vulkan: [waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan) <br/>
> 4. If you want to ignore/override settings that Snowshell supports, add -- to end of optionstring to ignore all settings.<br/>
> 4-1. you cannot override input file name because it is nessesory to make Snowshell works.

0 comments on commit 77d5349

Please sign in to comment.