mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-12-03 03:02:09 +08:00
- Integrated progress tracking with upscale model loading. - Implemented conditional latent upscaling using the upscale model. - Processed batch video frames using PyTorch and converted them to PIL images. - load_torch_file for params_ema convert weights
21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
diffusers==0.30.0
|
|
transformers==4.44.0
|
|
accelerate==0.33.0
|
|
sentencepiece==0.2.0 # T5
|
|
SwissArmyTransformer==0.4.12 # Inference
|
|
torch==2.4.0 # Tested in 2.2 2.3 2.4 and 2.5
|
|
torchvision==0.19.0
|
|
gradio==4.40.0 # For HF gradio demo
|
|
pillow==9.5.0 # For HF gradio demo
|
|
streamlit==1.37.0 # For streamlit web demo
|
|
imageio==2.34.2 # For diffusers inference export video
|
|
imageio-ffmpeg==0.5.1 # For diffusers inference export video
|
|
openai==1.40.6 # For prompt refiner
|
|
moviepy==1.0.3 # For export video
|
|
|
|
#
|
|
safetensors>=0.4.2
|
|
spandrel
|
|
spaces
|
|
tqdm
|