Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
albumentations
|
5 |
-
opencv-python
|
6 |
-
pudb
|
7 |
-
imageio
|
8 |
-
imageio-ffmpeg
|
9 |
-
pytorch-lightning
|
10 |
-
omegaconf
|
11 |
test-tube>=0.7.5
|
12 |
streamlit>=0.73.1
|
13 |
-
einops
|
14 |
-
torch-fidelity
|
15 |
-
transformers
|
16 |
-
kornia
|
17 |
-
webdataset
|
18 |
-
torchmetrics
|
19 |
-
fire
|
20 |
-
gradio
|
21 |
-
diffusers
|
22 |
-
datasets[vision]
|
23 |
-
carvekit-colab
|
24 |
rich>=13.3.2
|
25 |
lovely-numpy>=0.2.8
|
26 |
lovely-tensors>=0.1.14
|
27 |
-
plotly
|
28 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
29 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch>=1.12.1
|
3 |
+
torchvision>=0.13.1
|
4 |
+
albumentations>=0.4.3
|
5 |
+
opencv-python>=4.5.5.64
|
6 |
+
pudb>=2019.2
|
7 |
+
imageio>=2.9.0
|
8 |
+
imageio-ffmpeg>=0.4.2
|
9 |
+
pytorch-lightning>=1.4.2
|
10 |
+
omegaconf>=2.1.1
|
11 |
test-tube>=0.7.5
|
12 |
streamlit>=0.73.1
|
13 |
+
einops>=0.3.0
|
14 |
+
torch-fidelity>=0.3.0
|
15 |
+
transformers>=4.22.2
|
16 |
+
kornia>=0.6
|
17 |
+
webdataset>=0.2.5
|
18 |
+
torchmetrics>=0.6.0
|
19 |
+
fire>=0.4.0
|
20 |
+
gradio>=3.21.0
|
21 |
+
diffusers>=0.12.1
|
22 |
+
datasets[vision]>=2.4.0
|
23 |
+
carvekit-colab>=4.1.0
|
24 |
rich>=13.3.2
|
25 |
lovely-numpy>=0.2.8
|
26 |
lovely-tensors>=0.1.14
|
27 |
+
plotly>=5.13.1
|
28 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
29 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|