mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-25 21:22:47 +00:00
Fixed grammar, spelling, slight formatting issues
This commit is contained in:
parent
6cecabf248
commit
df762ffb57
41
README-EN.md
41
README-EN.md
@ -5,23 +5,22 @@ waifu2x-caffe (for Windows)
|
||||
|
||||
This software uses only the conversion function of the image conversion software "[waifu2x](https://github.com/nagadomi/waifu2x)"
|
||||
This software was rewritten using [Caffe](http://caffe.berkeleyvision.org/) and built for Windows.
|
||||
It can be converted by CPU, but it can be converted faster than CPU by using CUDA (or cuDNN).
|
||||
It can be converted using CPU, but it can be converted faster than CPU by using CUDA (or cuDNN).
|
||||
|
||||
GUI supports English, Japanese, Simplified Chinese, Traditional Chinese, Korean, Turkish, Spanish, Russian, and French.
|
||||
|
||||
You can download the software from the "Downloads" section of [this releases page](https://github.com/lltcggie/waifu2x-caffe/releases).
|
||||
You can download the software from [the releases page](https://github.com/lltcggie/waifu2x-caffe/releases).
|
||||
|
||||
|
||||
Required environment
|
||||
Requirements
|
||||
----------
|
||||
|
||||
At least the following environment is required to run this software.
|
||||
|
||||
* OS: Windows Vista or later 64bit (There is no exe for 32bit)
|
||||
* Memory: Free memory 1GB or more (however, depending on the image size to be converted)
|
||||
* GPU: NVIDIA GPU with Compute Capability 3.0 or higher (not required when converting with CPU)
|
||||
* Memory: 1GB or more of free memory (however, this depends on the image size to be converted)
|
||||
* Microsoft Visual C++ 2015 Redistributable Package Update 3 (x64 version) must be installed (Required)
|
||||
- The above package is [here] (https://www.microsoft.com/ja-jp/download/details.aspx?id=53587)
|
||||
- The above package is [here.](https://www.microsoft.com/ja-jp/download/details.aspx?id=53587)
|
||||
- After pressing the `Download` button, select `vcredist_x64.exe` to download and install.
|
||||
- If you can't find it, try searching with "Visual C++ 2015 Redistributable Package Update 3".
|
||||
|
||||
@ -48,14 +47,17 @@ You can change the conversion settings to your liking.
|
||||
|
||||
|
||||
## Input/output setting
|
||||
A set of setting items related to file input/output.
|
||||
Settings related to file input/output.
|
||||
|
||||
### Input path
|
||||
Specify the path of the file you want to convert.
|
||||
If you specify a folder, the files with the "extension to be converted in the folder" including subfolders will be converted.
|
||||
If you specify a folder, the files with the "extension to be converted in the folder"
|
||||
including subfolders will be converted.
|
||||
|
||||
You can specify multiple files and folders by dragging.
|
||||
In that case, the files are output in the new folder while maintaining the folder structure.
|
||||
(In the input path column, "(Multi Files)" is displayed. The output folder name is generated from the file and folder name that the mouse holds.)
|
||||
(In the input path column, "(Multi Files)" is displayed. The output folder name is generated
|
||||
from the file and folder name that the mouse holds.)
|
||||
When you click the browse button to select a file, you can select a single file, a folder, or multiple files.
|
||||
|
||||
### Output path
|
||||
@ -77,9 +79,8 @@ You can change the conversion settings to your liking.
|
||||
Specify the quality of the converted image.
|
||||
The value that can be set is an integer.
|
||||
The range and meaning of the values that can be specified depend on the format set in "Output extension".
|
||||
|
||||
* .jpg: Value range (0 to 100) The higher the number, the higher the image quality
|
||||
* .webp: Range of values (1 to 100) The higher the number, the higher the image quality becomes 100
|
||||
* .webp: Range of values (1 to 100) The higher the number, the higher the image quality
|
||||
* .tga: Value range (0 to 1) 0 means no compression, 1 means RLE compression
|
||||
|
||||
### Output depth bits
|
||||
@ -87,7 +88,7 @@ You can change the conversion settings to your liking.
|
||||
The value that can be specified depends on the format set in "Output extension".
|
||||
|
||||
## Conversion image quality/processing settings
|
||||
It is a group of setting items related to the file conversion processing method and image quality.
|
||||
Settings related to the file conversion processing method and image quality.
|
||||
|
||||
### Conversion mode
|
||||
Specify the conversion mode.
|
||||
@ -107,7 +108,7 @@ You can change the conversion settings to your liking.
|
||||
* Specify the width and width after conversion: Enlarges to the specified height and width. Specify as "1920x1080" (Unit is pixel)
|
||||
For magnifications greater than 2x (only one time if removing noise is done the first time) Enlarges by 2x until the specified magnification is exceeded, and if the magnification is not a power of 2, shrinks last The process of doing is performed. Therefore, the conversion result may be a flat picture.
|
||||
|
||||
### model
|
||||
### Model
|
||||
Specify the model to use.
|
||||
The best model depends on the image to be converted, so we recommend that you try various models.
|
||||
* 2D illustration (RGB model): 2D illustration model that converts all RGB of the image
|
||||
@ -141,7 +142,7 @@ You can change the conversion settings to your liking.
|
||||
Make sure that the amount of memory required, as well as the partition size, does not exceed the memory available on your PC.
|
||||
|
||||
## Operation setting
|
||||
It is a group of settings that summarizes the operation settings that are unlikely to be changed.
|
||||
Settings that summarize the operation settings which are unlikely to be changed.
|
||||
|
||||
### Automatic conversion start setting at file input
|
||||
Set whether to start the conversion automatically when the input file is specified by the reference button or drag and drop.
|
||||
@ -163,7 +164,7 @@ You can change the conversion settings to your liking.
|
||||
* Convert at startup: Start conversion automatically at startup
|
||||
* Exit on success: auto exit if not failed at the end of conversion
|
||||
|
||||
### Used GPU No
|
||||
### Used GPU No.
|
||||
You can specify the device number to use when there are multiple GPUs. Ignored when in CPU mode or when an invalid device number is specified.
|
||||
|
||||
### Fixed folder for input reference
|
||||
@ -185,7 +186,7 @@ You can change the conversion settings to your liking.
|
||||
If cuDNN is not available, the reason will be displayed.
|
||||
|
||||
Click "Run" button to start conversion.
|
||||
If you want to cancel on the way, click the "Cancel" button.
|
||||
If you want to cancel while it is converting, click the "Cancel" button.
|
||||
However, there is a time lag before it actually stops.
|
||||
The progress bar shows the progress when changing multiple images.
|
||||
The log shows the estimated remaining time, which is an estimate when processing multiple files with the same height and width.
|
||||
@ -196,7 +197,7 @@ Therefore, it is not useful when the size of the file is different, and when the
|
||||
--------
|
||||
|
||||
"Waifu2x-caffe-cui.exe" is a command line tool.
|
||||
Start up the `command prompt`, type the command as follows, and use it.
|
||||
Start a `command prompt`, type the command as follows, and press enter.
|
||||
|
||||
|
||||
The following command prints usage information to the screen.
|
||||
@ -204,7 +205,7 @@ The following command prints usage information to the screen.
|
||||
waifu2x-caffe-cui.exe --help
|
||||
```
|
||||
|
||||
The following commands are examples of commands that perform image conversion.
|
||||
The following command is an example of commands that perform image conversion.
|
||||
```
|
||||
waifu2x-caffe-cui.exe -i mywaifu.png -m noise_scale --scale_ratio 1.6 --noise_level 2
|
||||
```
|
||||
@ -377,7 +378,7 @@ Input files can be specified as files, folders, multiple files and folders at th
|
||||
Division size
|
||||
--------
|
||||
|
||||
waifu2x-caffe (also waifu2x) converts images,
|
||||
waifu2x-caffe (also waifu2x) converts images.
|
||||
The image is divided into pieces of a certain size, converted one by one, and finally combined into a single image.
|
||||
The division size (crop_size) is the width (in pixels) when dividing this image.
|
||||
|
||||
@ -421,7 +422,7 @@ ex.
|
||||
Note
|
||||
------------
|
||||
|
||||
This software is not guaranteed.
|
||||
This software is not guaranteed safe.
|
||||
Please use it at the discretion of the user.
|
||||
The creator does not assume any obligation.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user