imagetovideo / requirements.txt
123LETSPLAY's picture
Create requirements.txt
eb55fa7 verified
raw
history blame contribute delete
228 Bytes
diffusers==0.20.2 # To use the diffusers library for the diffusion model
transformers==4.34.0 # Hugging Face Transformers library
torch==2.0.1 # PyTorch for model execution
gradio==3.24.1 # For creating the Gradio interface