diff --git a/nodes.py b/nodes.py index 7e5df3c..49a2368 100644 --- a/nodes.py +++ b/nodes.py @@ -138,7 +138,7 @@ def INPUT_TYPES(s): "required": { "gimmvfi_model": ("GIMMVIF_MODEL",), "images": ("IMAGE", {"tooltip": "The images to interpolate between"}), - "ds_factor": ("INT", {"default": 1, "min": 1, "max": 8, "step": 1}), + "ds_factor": ("FLOAT", {"default": 1.0, "min": 0.01, "max": 8, "step": 0.01}), "interpolation_factor": ("INT", {"default": 8, "min": 1, "max": 100, "step": 1}), "seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}), },