From 61abcc6a3a4d821dbc99356b32a88f8ee4eff8e4 Mon Sep 17 00:00:00 2001 From: sat3ll <37741639+sat3ll@users.noreply.github.com> Date: Sat, 13 Jul 2019 01:08:31 +0100 Subject: [PATCH] When batch upscaling (new behavior), for sub 8G VRAM gpus, the recommended value is 200. --- bin/video2x.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.json b/bin/video2x.json index eb3791e..d0c8990 100644 --- a/bin/video2x.json +++ b/bin/video2x.json @@ -45,7 +45,7 @@ "output": null, "noise-level": 2, "scale-ratio": null, - "tile-size": 400, + "tile-size": 200, "model-path": null, "gpu": 0, "load-proc-save_threads": null,