ManuelHuman commited on
Commit
1567787
·
verified ·
1 Parent(s): d33c9ef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- diffusers==0.32.2 # for WanPipeline and related classes
2
- transformers # for the text encoder (T5) and tokenization
3
- torch # PyTorch (will auto-select CPU version on Spaces)
4
- safetensors # efficient model weights format support
5
- imageio # for video frame handling
6
- imageio-ffmpeg # to ensure video encoding/decoding (ffmpeg) works
7
- streamlit # if using Streamlit for the UI
 
1
+ diffusers==0.34.0
2
+ transformers
3
+ torch
4
+ safetensors
5
+ imageio[ffmpeg]
6
+ streamlit