yyang181 commited on
Commit
4829dec
·
verified ·
1 Parent(s): 46f10aa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -6
requirements.txt CHANGED
@@ -1,6 +1,92 @@
1
- accelerate
2
- diffusers
3
- invisible_watermark
4
- torch
5
- transformers
6
- xformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ addict==2.4.0
3
+ appdirs==1.4.4
4
+ av==12.0.0
5
+ basicsr==1.4.2
6
+ beautifulsoup4==4.12.3
7
+ cachetools==5.3.3
8
+ certifi==2024.2.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ contourpy==1.1.1
12
+ cycler==0.12.1
13
+ docker-pycreds==0.4.0
14
+ einops==0.7.0
15
+ facexlib==0.3.0
16
+ filelock==3.13.3
17
+ filterpy==1.4.5
18
+ fonttools==4.51.0
19
+ fsspec==2023.4.0
20
+ future==1.0.0
21
+ gdown==5.1.0
22
+ gitdb==4.0.11
23
+ GitPython==3.1.43
24
+ google-auth==2.29.0
25
+ google-auth-oauthlib==1.0.0
26
+ grpcio==1.62.1
27
+ h5py==3.10.0
28
+ hickle==5.0.3
29
+ idna==3.6
30
+ imageio==2.34.0
31
+ importlib_metadata==7.1.0
32
+ importlib_resources==6.4.0
33
+ Jinja2==3.1.2
34
+ kiwisolver==1.4.5
35
+ lazy_loader==0.4
36
+ llvmlite==0.41.1
37
+ lmdb==1.4.1
38
+ Markdown==3.6
39
+ MarkupSafe==2.1.5
40
+ matplotlib==3.7.5
41
+ mmcv-full==1.7.2
42
+ mmedit==0.16.1
43
+ mpmath==1.3.0
44
+ networkx==3.0
45
+ numba==0.58.1
46
+ numpy==1.24.4
47
+ oauthlib==3.2.2
48
+ opencv-python==4.9.0.80
49
+ packaging==24.0
50
+ pillow==10.2.0
51
+ platformdirs==4.2.0
52
+ progressbar2==4.4.2
53
+ protobuf==4.25.3
54
+ psutil==5.9.8
55
+ pyasn1==0.6.0
56
+ pyasn1_modules==0.4.0
57
+ pyparsing==3.1.2
58
+ pypng==0.20220715.0
59
+ PySocks==1.7.1
60
+ python-dateutil==2.9.0.post0
61
+ python-utils==3.8.2
62
+ PyWavelets==1.4.1
63
+ PyYAML==6.0.1
64
+ requests==2.31.0
65
+ requests-oauthlib==2.0.0
66
+ rsa==4.9
67
+ scikit-image==0.21.0
68
+ scipy==1.10.1
69
+ sentry-sdk==1.44.1
70
+ setproctitle==1.3.3
71
+ six==1.16.0
72
+ smmap==5.0.1
73
+ soupsieve==2.5
74
+ spatial-correlation-sampler==0.4.0
75
+ sympy==1.12
76
+ tb-nightly==2.14.0a20230808
77
+ tensorboard==2.14.0
78
+ tensorboard-data-server==0.7.2
79
+ -e git+https://github.com/cheind/py-thin-plate-spline.git@f6995795397118b7d0ac01aecd3f39ffbfad9dee#egg=thinplate
80
+ tifffile==2023.7.10
81
+ tomli==2.0.1
82
+ torch==2.1.0+cu118
83
+ torchaudio==2.1.0+cu118
84
+ torchvision==0.16.0+cu118
85
+ tqdm==4.66.2
86
+ triton==2.1.0
87
+ typing_extensions==4.11.0
88
+ urllib3==2.2.1
89
+ wandb==0.16.6
90
+ Werkzeug==3.0.2
91
+ yapf==0.40.2
92
+ zipp==3.18.1