From 5efb3d8efb25c5d00a1a75db0d25d42fe64304fa Mon Sep 17 00:00:00 2001 From: hithereai <121192995+hithereai@users.noreply.github.com> Date: Thu, 25 May 2023 20:58:06 +0300 Subject: [PATCH] critical upscaling fix (for all users) --- scripts/deforum_helpers/args.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/deforum_helpers/args.py b/scripts/deforum_helpers/args.py index f7173a1f..07106363 100644 --- a/scripts/deforum_helpers/args.py +++ b/scripts/deforum_helpers/args.py @@ -1002,7 +1002,7 @@ def DeforumOutputArgs(): "label": "Upscale factor", "type": "dropdown", "choices": ['x2', 'x3', 'x4'], - "value": "2x", + "value": "x2", }, "r_upscale_model": { "label": "Upscale model", @@ -1011,7 +1011,7 @@ def DeforumOutputArgs(): "value": 'realesr-animevideov3', }, "r_upscale_keep_imgs": { - "label": "Store frames in ram", + "label": "Keep Imgs", "type": "checkbox", "value": True, "info": "don't delete upscaled imgs", @@ -1057,7 +1057,7 @@ def DeforumOutputArgs(): "label": "Keep Imgs", "type": "checkbox", "value": False, - "info": "how much to slow-mo the video", + "info": "Keep Imgs", "visible": False }, }