svjack/CogVideoX-5B-Space
2
1https://github.com/sayakpaul/diffusers-torchao
2->
3https://github.com/sayakpaul/diffusers-torchao/blob/main/inference/benchmark_video.py
4
5https://github.com/THUDM/CogVideo
6->
7https://github.com/THUDM/CogVideo/blob/main/inference/cli_demo_quantization.py
8
9sudo apt-get update
10sudo apt-get install git-lfs cbm ffmpeg
11
12conda create --name py310 python=3.10
13conda activate py310
14pip install ipykernel
15python -m ipykernel install --user --name py310 --display-name "py310"
16
17git clone https://huggingface.co/spaces/svjack/CogVideoX-5B-Space
18cd CogVideoX-5B-Space && pip install -r requirements.txt
19 