Frame Guidance: Training-Free Guidance for Frame-Level Control in Video Diffusion Models

March 3, 2026 · View on GitHub

TL;DR:

We present Frame Guidance, a training-free framework that supports diverse control tasks using frame-level signals.

This is an official implementation of paper 'Frame Guidance: Training-Free Guidance for Frame-Level Control in Video Diffusion Models'.

[ICLR 2026]- Frame Guidance: Training-Free Guidance for Frame-Level Control in Video Diffusion Models
Sangwon Jang*, Taekyung Ki*, Jaehyeong Jo, Jaehong Yoon, Soo Ye Kim, Zhe Lin, Sungju Hwang
(* indicates equal contribution)

Project Website arXiv

Installation

2026.02.11: 🚨 There is an installation error with openai-CLIP. Please refer to: https://github.com/openai/CLIP/issues/528.

2026.02.12: 🚨 There is a Wan model loading error with transformers==5.0.0. Please use transformers==4.57.3 until this issue is fixed.

Please refer to setting.sh for conda environment setup.

Inference

🧩 Task🔧 Base model📂 Code
🎯Keyframe-guided, Color block, Depth, SketchCogX-I2Vkeyframe_cogx.ipynb
🎨Stylized, 🔁LoopCogX-T2Vothers_cogx.ipynb
Wan2.1 version will be updated!
🎯Keyframe-guided, Color block, Depth, SketchWan-I2Vkeyframe_wan.ipynb
🎨Stylized, 🔁LoopWan-T2Vothers_wan.ipynb
ParameterDescriptionDefault
--videoInput conditions for guidance (List: [img0, img1, ... imgL])require for I2V
--guidance_lrSchedule for guidance step size η3e0
--guidance_stepSchedule for the number of guidance steps Msee .ipynb file
--fixed_framesWhere to apply frame-guidance (e.g., [25,48] means apply guidance on 25th and 48th frame)require
--strengthV2V strength (It sometimes help converge faster for keyframe guidance)0
--loss_fnLoss design for each task [frame, style, depth, lineart, loop ...]require
--travel_timeWhen we apply time-travel (stochastic) stepCogX: (5, 20), Wan: (3, 10)

See details in each task-specific examples.

@inproceedings{
  jang2026frame,
  title={Frame Guidance: Training-Free Guidance for Frame-Level Control in Video Diffusion Model},
  author={Sangwon Jang and Taekyung Ki and Jaehyeong Jo and Jaehong Yoon and Soo Ye Kim and Zhe Lin and Sung Ju Hwang},
  booktitle={The Fourteenth International Conference on Learning Representations},
  year={2026},
  url={https://openreview.net/forum?id=y39XbEp1vK}
}