Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
iffusers==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
|