# waifu2x_snowshell
**Repository Path**: kavcc/waifu2x_snowshell
## Basic Information
- **Project Name**: waifu2x_snowshell
- **Description**: Multilingual waifu2x GUI shell for windows x64
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-09
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# waifu2x - SnowShell []( [](https://github.com/YukihoAA/waifu2x_snowshell)) [](https://github.com/YukihoAA/waifu2x_snowshell/releases)
This is GUI Shell for [waifu2x-converter-cpp](https://github.com/tanakamura/waifu2x-converter-cpp) and [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe)
 
You can use SnowShell to make your image better.
SnowShell uses C++ and Win32API.
# Usage
Just drag & drop your image files (or folder) in to SnowShell! (multiple image supports)
To change your conversion setting, select option at menubar.
## To Use waifu2x-chaffe (NVIDIA GPU Only)
> 1. Put latest [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe/releases) to waifu2x-caffe folder
> 2. Set GPU to Caffe or Caffe(TTA).
> 2-1. TTA convert mode is slower but higher quality conversion.
> 3. SnowShell will start conversion using waifu2x-caffe. (with TTA option)
## To Change Model File
> 1. Open config.ini file (if there is no config.ini, launch snowshell and close it)
> 2. Set your model file directory with absolute path or relative path.
> 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-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)
> 4. If you want to ignore/override settings that snowshell supports, you have to add -- to ignore all of setting's.
> 4-1. you cannot override input file name because it is nessesory to make snowshell works.