ComfyUI-Wan-TimeToMove

ComfyUI-Wan-TimeToMove
★ 5

视频生成LCM采样器帧级渲染ComfyUI原生节点
ComfyUI-Wan-TimeToMove 是 Kijai 的 TimeToMove 原生 ComfyUI 移植,基于 LCM 采样器实现稳定的帧级视频生成并修复色彩与兼容性问题。
💡 在 ComfyUI 中使用 LCM 采样器生成连续视频帧。
🍴 1 Forks💻 Python🔄 2026-01-29
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/af9fbf81e746
📄 README

ComfyUI-Wan-TimeToMove

A native comfyui port of Kijai’s WanVideo-Wrapper TimeToMove

https://github.com/user-attachments/assets/0b201e7a-d3c6-417f-8293-e20e8d2872fb

Updates:

  • Solved color issue.
  • Fixed other bugs.
  • Nodes

    The custom node contains 4 new nodes:

  • Encode WanVideo: taken from wanvideo-wrapper, it encodes the reference video.
  • TTM Latent Add: taken from wanvideo-wrapper, it embeds in the latent the reference to the driving video.
  • Timove To Move Guider: this node adds the ttm latent to the latent noise before passing it to the sampling function. This node removes the necessity of a dedicated sampler.
  • CFG Float List Scheduler: taken from wanvideo-wrapper, it creates a list of cfg values, and submits them step by step, making possible using different cfg values at different steps.
  • Other custom nodes used:

  • The advanced sampler used in the second workflow can be found here. You can still use the native comfyui sampler custom advanced using this workflow.
  • The scheduler used is this, useful for models using lightx loras. You can still use other samplers/schedulers.
  • Download

    To install ComfyUI-Wan-TimeToMove, follow these steps:

  • Go in the ComfyUI custom_nodes folder, then download the repository or clone it here: git clone https://github.com/GiusTex/ComfyUI-Wan-TimeToMove.git.
  • Restart ComfyUI.