mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-09 04:44:22 +08:00
flip width/height inputs to the sampler node (finally)
This commit is contained in:
parent
0bd3da569e
commit
832dad94bc
2
nodes.py
2
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}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user