testingwan / requirements.txt
ManuelHuman's picture
Update requirements.txt
1871ff1 verified
raw
history blame
460 Bytes
diffusers==0.32.2 # for WanPipeline and related classes
transformers # for the text encoder (T5) and tokenization
torch # PyTorch (will auto-select CPU version on Spaces)
safetensors # efficient model weights format support
imageio # for video frame handling
imageio-ffmpeg # to ensure video encoding/decoding (ffmpeg) works
streamlit # if using Streamlit for the UI