Skip to content

Commit

Permalink
Update nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kijai committed Nov 19, 2024
1 parent f92fffa commit 19d4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}),
},
Expand Down

0 comments on commit 19d4242

Please sign in to comment.