mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-04 03:22:07 +08:00
updated
This commit is contained in:
@@ -22,4 +22,4 @@ class WAIFU2X:
|
||||
self.method = method
|
||||
|
||||
def upscale(self, folderin, folderout, width, height):
|
||||
os.system("{} -p {} -I png -i {} -e png -o {} -w {} -h {}".format(self.waifu2x_path, self.method, folderin, folderout, width, height))
|
||||
os.system("{} -p {} -I png -i {} -e png -o {} -w {} -h {} -n 3 -m noise_scale -y photo".format(self.waifu2x_path, self.method, folderin, folderout, width, height))
|
||||
|
||||
Reference in New Issue
Block a user