浏览代码

Update README

nagadomi 9 年之前
父节点
当前提交
4ad5fc4888
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -30,6 +30,11 @@ Created at: 2016-03-22
 ```
 See ~/README.md
 
+Please update the git repo first.
+```
+git pull
+```
+
 ## Third Party Software
 
 [Third-Party](https://github.com/nagadomi/waifu2x/wiki/Third-Party)
@@ -117,6 +122,7 @@ th waifu2x.lua -m noise -noise_level 1 -i input_image.png -o output_image.png
 ```
 ```
 th waifu2x.lua -m noise -noise_level 2 -i input_image.png -o output_image.png
+th waifu2x.lua -m noise -noise_level 3 -i input_image.png -o output_image.png
 ```
 
 ### 2x Upscaling
@@ -130,6 +136,7 @@ th waifu2x.lua -m noise_scale -noise_level 1 -i input_image.png -o output_image.
 ```
 ```
 th waifu2x.lua -m noise_scale -noise_level 2 -i input_image.png -o output_image.png
+th waifu2x.lua -m noise_scale -noise_level 3 -i input_image.png -o output_image.png
 ```
 
 ### Batch conversion