Spaces:
Running
Running
Update requirements.txt
#1
by
ManuelHuman
- opened
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
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
|
|
|
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
|