diff --git a/nodes.py b/nodes.py index cd90f33..8feba51 100644 --- a/nodes.py +++ b/nodes.py @@ -760,8 +760,8 @@ class CogVideoSampler: "pipeline": ("COGVIDEOPIPE",), "positive": ("CONDITIONING", ), "negative": ("CONDITIONING", ), - "height": ("INT", {"default": 480, "min": 128, "max": 2048, "step": 16}), "width": ("INT", {"default": 720, "min": 128, "max": 2048, "step": 16}), + "height": ("INT", {"default": 480, "min": 128, "max": 2048, "step": 16}), "num_frames": ("INT", {"default": 49, "min": 17, "max": 1024, "step": 4}), "steps": ("INT", {"default": 50, "min": 1}), "cfg": ("FLOAT", {"default": 6.0, "min": 0.0, "max": 30.0, "step": 0.01}),