Skip to content

Code of the paper "FreePCA:Integrating Consistency Information across Long-short Frames in Training-free Long Video Generation via Principal Component Analysis", accepted by CVPR 2025 (highlight).

Notifications You must be signed in to change notification settings

JosephTiTan/FreePCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreePCA:Integrating Consistency Information across Long-short Frames in Training-free Long Video Generation via Principal Component Analysis(arxiv link)

Overview

Setup (based on Videocrafter2)

1. Install Environment via Anaconda (Recommended)

conda create -n freepca python=3.8.5
conda activate freepca
pip install -r requirements.txt

2. Download pretrained T2V models via Hugging Face, and put the model.ckpt in checkpoints/base_512_v2/model.ckpt.

3. Input the following commands in terminal.

sh scripts/run_text2video.sh

About

Code of the paper "FreePCA:Integrating Consistency Information across Long-short Frames in Training-free Long Video Generation via Principal Component Analysis", accepted by CVPR 2025 (highlight).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published