miutsu commited on
Commit
604f157
·
verified ·
1 Parent(s): 5b4c1c8

Downgrade transformers version to 4.57.6

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -1,11 +1,15 @@
 
 
1
  git+https://github.com/linoytsaban/diffusers.git@wan22-loras
2
-
3
- transformers
4
  accelerate
 
5
  safetensors
6
  sentencepiece
7
- peft
8
  ftfy
9
  imageio-ffmpeg
10
  opencv-python
11
- torchao==0.11.0
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/nightly/cu126
2
+ torch<2.9
3
  git+https://github.com/linoytsaban/diffusers.git@wan22-loras
4
+ transformers==4.57.6
 
5
  accelerate
6
+ peft
7
  safetensors
8
  sentencepiece
 
9
  ftfy
10
  imageio-ffmpeg
11
  opencv-python
12
+ torchao==0.11.0
13
+ spaces
14
+ psutil<6
15
+ fsspec<=2025.10.0