Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
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
 
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