# Clone the repository
git clone https://github.com/hao-ai-lab/VideoScience.git
cd VideoScience
# Install dependencies
pip install -r requirements.txtFastVideo is a video generation provider that supports two modes of operation:
If you have a deployed FastVideo API server:
export FASTVIDEO_API_BASE="http://your-fastvideo-server:8000"
export FASTVIDEO_API_KEY="your-api-key" # Optional, if authentication is requiredFor local GPU inference:
# Install FastVideo package
pip install fastvideo
# Set the model path (will be downloaded on first use)
export FASTVIDEO_MODEL_PATH="FastVideo/FastWan2.1-T2V-1.3B-Diffusers"Requirements for local inference:
- CUDA-capable GPU with sufficient VRAM
- PyTorch with CUDA support
- Download csv data file under
data/database/data.csv. - Launch script:
bash scripts/batched_generation_using_csv.sh
- Launch script:
python3 single_generation_frontend.py --provider {provider_name} --model {model_name} --prompt {customized_prompt}
bash judge/batched_evaluate_all_models.sh