+1 frames

This commit is contained in:
kijai 2024-08-28 00:06:32 +03:00
parent 8be401f0bb
commit 84d950d852
2 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@
"Node name for S&R": "INTConstant"
},
"widgets_values": [
32
33
],
"color": "#1b4669",
"bgcolor": "#29699c"

View File

@ -212,7 +212,7 @@ class CogVideoSampler:
"negative": ("CONDITIONING", ),
"height": ("INT", {"default": 480, "min": 128, "max": 2048, "step": 8}),
"width": ("INT", {"default": 720, "min": 128, "max": 2048, "step": 8}),
"num_frames": ("INT", {"default": 48, "min": 8, "max": 1024, "step": 1}),
"num_frames": ("INT", {"default": 49, "min": 16, "max": 1024, "step": 1}),
"steps": ("INT", {"default": 50, "min": 1}),
"cfg": ("FLOAT", {"default": 6.0, "min": 0.0, "max": 30.0, "step": 0.01}),
"seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}),