Update requirements.txt
Browse files- requirements.txt +37 -37
requirements.txt
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
numpy==1.24.4
|
2 |
-
scipy==1.9.1
|
3 |
-
scikit-image==0.20.0
|
4 |
-
opencv-python
|
5 |
-
pillow==10.4.0
|
6 |
-
diffusers==0.12.1
|
7 |
-
transformers==4.19.2
|
8 |
-
matplotlib==3.7.5
|
9 |
-
tqdm==4.66.3
|
10 |
-
config==0.5.1
|
11 |
-
onnxruntime==1.16.2
|
12 |
-
basicsr
|
13 |
-
av==12.3.0
|
14 |
-
fvcore
|
15 |
-
cloudpickle==3.0.0
|
16 |
-
pycocotools==2.0.7
|
17 |
-
albumentations==0.4.3
|
18 |
-
bezier
|
19 |
-
pudb
|
20 |
-
invisible-watermark==0.2.0
|
21 |
-
imageio==2.9.0
|
22 |
-
imageio-ffmpeg==0.4.2
|
23 |
-
pytorch-lightning==1.4.2
|
24 |
-
omegaconf==2.3.0
|
25 |
-
test-tube==0.7.5
|
26 |
-
streamlit
|
27 |
-
einops
|
28 |
-
torch-fidelity==0.3.0
|
29 |
-
transformers==4.19.2
|
30 |
-
torchmetrics==0.6.0
|
31 |
-
kornia
|
32 |
-
torch==2.0.1
|
33 |
-
torchvision==0.15.2
|
34 |
-
xformers
|
35 |
-
requests
|
36 |
-
basicsr
|
37 |
-
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
38 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
1 |
+
numpy==1.24.4
|
2 |
+
scipy==1.9.1
|
3 |
+
scikit-image==0.20.0
|
4 |
+
opencv-python==4.1.2.30
|
5 |
+
pillow==10.4.0
|
6 |
+
diffusers==0.12.1
|
7 |
+
transformers==4.19.2
|
8 |
+
matplotlib==3.7.5
|
9 |
+
tqdm==4.66.3
|
10 |
+
config==0.5.1
|
11 |
+
onnxruntime==1.16.2
|
12 |
+
basicsr
|
13 |
+
av==12.3.0
|
14 |
+
fvcore
|
15 |
+
cloudpickle==3.0.0
|
16 |
+
pycocotools==2.0.7
|
17 |
+
albumentations==0.4.3
|
18 |
+
bezier
|
19 |
+
pudb
|
20 |
+
invisible-watermark==0.2.0
|
21 |
+
imageio==2.9.0
|
22 |
+
imageio-ffmpeg==0.4.2
|
23 |
+
pytorch-lightning==1.4.2
|
24 |
+
omegaconf==2.3.0
|
25 |
+
test-tube==0.7.5
|
26 |
+
streamlit
|
27 |
+
einops
|
28 |
+
torch-fidelity==0.3.0
|
29 |
+
transformers==4.19.2
|
30 |
+
torchmetrics==0.6.0
|
31 |
+
kornia
|
32 |
+
torch==2.0.1
|
33 |
+
torchvision==0.15.2
|
34 |
+
xformers
|
35 |
+
requests
|
36 |
+
basicsr
|
37 |
+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
38 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|