Views
No views yet
Disclaimer: This is a supplementary experiment from the CLEAR project. The main paper results use Wan2.1-Control; this CogVideoX-2b variant is not expected to match that baseline. It is shared for reproducibility and comparison.
patch_embed.proj: Conv2d(16 → 1920, …)patch_embed.proj: Conv2d(32 → 1920, …)
zai-org/CogVideoX-2b.cogvideox_2b_CLEAR_lora_checkpoint.pt locally.1export MODEL_PATH="/path/to/CogVideoX-2b"
2export CHECKPOINT="/path/to/cogvideox_2b_CLEAR_lora_checkpoint.pt"
3
4bash scripts/inference_cogvideox_2b.sh \
5 --input_video /path/to/video_with_subtitles.mp4 \
6 --output_dir ./output