mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2026-04-29 11:37:08 +08:00
Update nodes.py
This commit is contained in:
parent
b33a127dc7
commit
7e8a3e4f2a
3
nodes.py
3
nodes.py
@ -983,6 +983,9 @@ class CogVideoImageInterpolationEncode:
|
|||||||
|
|
||||||
return ({"samples": final_latents}, )
|
return ({"samples": final_latents}, )
|
||||||
|
|
||||||
|
from .tora.traj_utils import process_traj, scale_traj_list_to_256
|
||||||
|
from torchvision.utils import flow_to_image
|
||||||
|
|
||||||
class ToraEncodeTrajectory:
|
class ToraEncodeTrajectory:
|
||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user