From f6219c5b55879516ca27b3ff63f30af794cbbdcd Mon Sep 17 00:00:00 2001 From: Yuki Date: Thu, 25 Apr 2019 21:19:58 +0900 Subject: [PATCH] Update README.md --- README.md | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 52260e0..a20391f 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,11 @@ To change your conversion setting, select option at menubar.
## To Use waifu2x-caffe (NVIDIA GPU Only) > 1. Install latest [NVIDIA Graphics Driver](https://www.nvidia.co.kr/Download/index.aspx). -> 2. Put [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe/releases) to waifu2x-caffe folder -> 3. Set GPU to Caffe or Caffe(TTA). -> 3-1. TTA convert mode is slower but higher quality conversion. -> 4. Snowshell will start conversion using waifu2x-caffe. (with TTA option) - -## To Use waifu2x-caffe (CPU Mode) -> 1. Put [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe/releases) to waifu2x-caffe folder -> 2. Run waifu2x_snowshell.exe and close it ones. -> 3. Open config.ini and set waifu2x_converter_cpp_x64 value to false in [Converter] section. -![image](https://user-images.githubusercontent.com/20253131/53020935-61fc2300-349b-11e9-90ca-127af2bd272c.png) -> 4. Set GPU to Caffe or Caffe(TTA). +> 2. Put [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe/releases) to waifu2x-caffe folder. +> 3. Select Converter to waifu2x-caffe. +> 4. Set conversion mode on GPU(CPU) menu. > 4-1. TTA convert mode is slower but higher quality conversion. > 5. Snowshell will start conversion using waifu2x-caffe. (with TTA option) -- For more option, please check [README.md](https://github.com/YukihoAA/waifu2x_snowshell) ## To Change Model File > 1. Open config.ini file (if there is no config.ini, launch Snowshell and close it)
@@ -32,16 +23,14 @@ To change your conversion setting, select option at menubar.
> 2-1 You have to use \\\\ instead of \
> 2-2. When you use relative path, path is relative to converter's directory.
> 3. Converters default model directory (relative)
-> 3-1. waifu2x_converter_cpp_x64 = models_rgb
-> 3-2. waifu2x_converter_cpp_x86 = models_rgb
+> 3-1. waifu2x_converter_cpp = models_rgb
> 3-3. waifu2x_caffe = models\\\\upconv_7_anime_style_art_rgb
## To Use Advanced Option in Converter > 1. Open config.ini file (if there is no config.ini, launch Snowshell and close it)
> 2. Check your converter and fill OptionString with currect option.
> 3. To find option for your converter, please visit converter's HP
-> 3-1. waifu2x_converter_cpp_x64 (Default): [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
-> 3-2. waifu2x_converter_cpp_x86 (For x86 User): [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
-> 3-3. waifu2x_caffe (For NVIDIA user): [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe)
+> 3-1. waifu2x_converter_cpp: [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
+> 3-3. waifu2x_caffe: [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe)
> 4. If you want to ignore/override settings that Snowshell supports, add -- to end of optionstring to ignore all settings.
> 4-1. you cannot override input file name because it is nessesory to make Snowshell works.