critical upscaling fix (for all users)

pull/749/head
hithereai 2023-05-25 20:58:06 +03:00
parent 8e51619dc5
commit 5efb3d8efb
1 changed files with 3 additions and 3 deletions

View File

@ -1002,7 +1002,7 @@ def DeforumOutputArgs():
"label": "Upscale factor", "label": "Upscale factor",
"type": "dropdown", "type": "dropdown",
"choices": ['x2', 'x3', 'x4'], "choices": ['x2', 'x3', 'x4'],
"value": "2x", "value": "x2",
}, },
"r_upscale_model": { "r_upscale_model": {
"label": "Upscale model", "label": "Upscale model",
@ -1011,7 +1011,7 @@ def DeforumOutputArgs():
"value": 'realesr-animevideov3', "value": 'realesr-animevideov3',
}, },
"r_upscale_keep_imgs": { "r_upscale_keep_imgs": {
"label": "Store frames in ram", "label": "Keep Imgs",
"type": "checkbox", "type": "checkbox",
"value": True, "value": True,
"info": "don't delete upscaled imgs", "info": "don't delete upscaled imgs",
@ -1057,7 +1057,7 @@ def DeforumOutputArgs():
"label": "Keep Imgs", "label": "Keep Imgs",
"type": "checkbox", "type": "checkbox",
"value": False, "value": False,
"info": "how much to slow-mo the video", "info": "Keep Imgs",
"visible": False "visible": False
}, },
} }