Skip to content

Commit

Permalink
Update waifu2x.lua, default model=cunet/art
Browse files Browse the repository at this point in the history
  • Loading branch information
nagadomi committed Nov 14, 2018
1 parent 9a89ddd commit 64cd095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waifu2x.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ local function waifu2x()
cmd:option("-scale", 2, 'scale factor')
cmd:option("-o", "(auto)", 'path to output file')
cmd:option("-depth", 8, 'bit-depth of the output image (8|16)')
cmd:option("-model_dir", "./models/upconv_7/art", 'path to model directory')
cmd:option("-model_dir", "./models/cunet/art", 'path to model directory')
cmd:option("-name", "user", 'model name for user method')
cmd:option("-m", "noise_scale", 'method (noise|scale|noise_scale|user)')
cmd:option("-method", "", 'same as -m')
cmd:option("-noise_level", 1, '(1|2|3)')
cmd:option("-noise_level", 1, '(0|1|2|3)')
cmd:option("-crop_size", 256, 'patch size per process')
cmd:option("-batch_size", 1, 'batch_size')
cmd:option("-resume", 0, "skip existing files (0|1)")
Expand Down

0 comments on commit 64cd095

Please sign in to comment.