r3gm commited on
Commit
3bc5207
·
verified ·
1 Parent(s): 8b986c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,20 +1,19 @@
1
- git+https://github.com/linoytsaban/diffusers.git@wan22-loras
2
-
3
- transformers<5
4
- accelerate
5
  safetensors
6
  sentencepiece
7
- peft
8
  ftfy
9
  imageio
10
  imageio-ffmpeg
11
  opencv-python
12
- torchao==0.11.0
13
 
14
  numpy>=1.16, <=1.23.5
15
  # tqdm>=4.35.0
16
  # sk-video>=1.1.10
17
  # opencv-python>=4.1.2
18
  # moviepy>=1.0.3
19
- torch<2.10.0
20
- torchvision
 
1
+ diffusers==0.38.0
2
+ transformers==4.57.6
3
+ accelerate===1.13.0
 
4
  safetensors
5
  sentencepiece
6
+ peft==0.19.1
7
  ftfy
8
  imageio
9
  imageio-ffmpeg
10
  opencv-python
11
+ torchao==0.17.0
12
 
13
  numpy>=1.16, <=1.23.5
14
  # tqdm>=4.35.0
15
  # sk-video>=1.1.10
16
  # opencv-python>=4.1.2
17
  # moviepy>=1.0.3
18
+ torch==2.11.0
19
+ torchvision==0.26.0