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