Skip to content

wanesoft/FastVideo-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastVideo-WebUI

This is a Gradio-based WebUI for the FastVideo project

The code has been tested on RTX 4090 (24GB VRAM) with Python 3.10.10, CUDA 12.5, and Ubuntu 22

How to use

# Create virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
cd third_party/FastVideo && ./env_setup.sh fastvideo && cd ../..
pip install -r requirements.txt

# Download models
python third_party/FastVideo/scripts/huggingface/download_hf.py --repo_id=FastVideo/FastHunyuan-diffusers --local_dir=data/FastHunyuan-diffusers --repo_type=model

# Run
python app.py

Thanks

We would like to express our sincere gratitude to the developers of the FastVideo and HunyuanVideo projects for their incredible work and for making this WebUI possible