updated default values

This commit is contained in:
k4yt3x 2020-05-06 10:40:04 -04:00
parent 89fa91c8c5
commit 81d8ce78cb

View File

@ -21,19 +21,26 @@ waifu2x_caffe:
crop_h: null crop_h: null
waifu2x_converter_cpp: waifu2x_converter_cpp:
path: 'C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-converter-cpp\waifu2x-converter-cpp' path: 'C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-converter-cpp\waifu2x-converter-cpp'
output-format: null # list-supported-formats: null
png-compression: null # list-opencv-formats: null
image-quality: null # list-processor
block-size: null output-format: progress_bar_exit_signal
disable-gpu: null png-compression: 5
force-OpenCL: null image-quality: -1
processor: null block-size: 0
jobs: null disable-gpu: false
model-dir: null force-OpenCL: false
scale-ratio: null processor: -1
noise-level: 3 jobs: 0
model-dir: null # models_rgb
scale-ratio: 2.0
noise-level: 1
mode: noise-scale mode: noise-scale
silent: true log-level: 1
silent: null
tta: 0
# generate-subdir: 0
# recursive-directory: 0
output: null output: null
input: null input: null
waifu2x_ncnn_vulkan: waifu2x_ncnn_vulkan:
@ -44,7 +51,7 @@ waifu2x_ncnn_vulkan:
'n': 2 'n': 2
s: 2 s: 2
t: 400 t: 400
m: null # models-cunet m: null # default: models-cunet
g: 0 g: 0
j: '1:2:2' j: '1:2:2'
srmd_ncnn_vulkan: srmd_ncnn_vulkan:
@ -55,7 +62,7 @@ srmd_ncnn_vulkan:
'n': 3 'n': 3
s: 2 s: 2
t: 400 t: 400
m: null # models-srmd m: null # default: models-srmd
g: 0 g: 0
j: '1:2:2' j: '1:2:2'
x: null x: null
@ -113,6 +120,6 @@ ffmpeg:
'-hwaccel': auto '-hwaccel': auto
'-y': true '-y': true
video2x: video2x:
video2x_cache_directory: null video2x_cache_directory: null # default: %TEMP%\video2x
image_format: png image_format: png
preserve_frames: false preserve_frames: false