ReiPlush64 commited on
Commit
bb8d14d
1 Parent(s): e704e4a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -20
requirements.txt CHANGED
@@ -1,30 +1,31 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu117
2
  addict==2.4.0
3
- albumentations==1.4.0
4
- einops==0.7.0
5
- gradio==4.19.1
6
- huggingface-hub
7
- imageio==2.34.0
8
- imageio-ffmpeg==0.4.9
9
  kornia
10
  omegaconf==2.3.0
11
  open-clip-torch
12
- opencv-contrib-python==4.9.0.80
13
- opencv-python-headless==4.9.0.80
14
- prettytable==3.10.0
15
  pytorch-lightning
16
- safetensors
17
  timm
18
- #https://download.pytorch.org/whl/cu117/torchvision-0.14.0%2Bcu117-cp310-cp310-linux_x86_64.whl#sha256=14456db6a98db42ac4429fcfe243d9a2631ca8945ef161fc6aa30f22d766dd12
19
- transformers==4.38.0
20
- datasets==2.17.1
21
- accelerate==0.27.2
22
- evaluate==0.4.1
23
- yapf==0.40.2
24
- Triton==2.2.0
 
 
25
  #diffusers
26
- #git clone https://github.com/huggingface/diffusers.git
27
  scipy
28
  ftfy
29
  psutil
30
- Xformers==0.0.24
 
 
1
  addict==2.4.0
2
+ albumentations==1.3.0
3
+ einops==0.6.0
4
+ gradio==3.21
5
+ huggingface-hub==0.13.2
6
+ imageio==2.26.0
7
+ imageio-ffmpeg==0.4.8
8
  kornia
9
  omegaconf==2.3.0
10
  open-clip-torch
11
+ opencv-contrib-python==4.7.0.72
12
+ opencv-python-headless==4.7.0.72
13
+ prettytable==3.6.0
14
  pytorch-lightning
15
+ safetensors==0.3.0
16
  timm
17
+ https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp39-cp39-linux_x86_64.whl
18
+ torchvision==0.14.1+cu117
19
+ fastai
20
+ transformers==4.27.1
21
+ datasets==2.9.0
22
+ accelerate
23
+ evaluate==0.4.0
24
+ yapf==0.32.0
25
+ Triton==2.0.0
26
  #diffusers
27
+ git+https://github.com/huggingface/diffusers.git
28
  scipy
29
  ftfy
30
  psutil
31
+ Xformers==0.0.17.dev476