matthewkram commited on
Commit
682984a
·
verified ·
1 Parent(s): a206785

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- torch
2
- diffusers
3
- transformers
4
- accelerate
5
- opencv-python-headless
6
- pillow
7
- numpy
8
- gradio
9
- safetensors
10
- ffmpeg-python
11
- pytorch-lightning # Если добавишь seed_everything позже
12
- torchvision
 
1
+ torch==2.4.1
2
+ diffusers==0.30.2 # Свежая версия с поддержкой SVD
3
+ transformers==4.45.2
4
+ accelerate==1.0.1 # Для device_map
5
+ opencv-python-headless==4.10.0.84
6
+ pillow==10.4.0
7
+ numpy==1.26.4
8
+ gradio==4.44.1
9
+ safetensors==0.4.5
10
+ ffmpeg-python==0.2.0
11
+ pytorch-lightning==2.4.0 # Если используешь seed_everything
12
+ torchvision==0.19.1