CogVideo/requirements.txt
glide-the e4e612db05 feat: Add upscale model integration and batch processing for video frames
- 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.
2024-08-20 15:04:47 +08:00

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