MaxMilan1
commited on
Commit
·
c0bdbf4
1
Parent(s):
29bb741
does it work??
Browse files- requirements.txt +21 -10
requirements.txt
CHANGED
@@ -1,10 +1,4 @@
|
|
1 |
-
|
2 |
-
diffusers==0.26.3
|
3 |
-
accelerate==0.27.2
|
4 |
-
transformers==4.38.1
|
5 |
-
rembg
|
6 |
-
Python-IO
|
7 |
-
huggingface-hub
|
8 |
black==23.7.0
|
9 |
chardet==5.1.0
|
10 |
clip @ git+https://github.com/openai/CLIP.git
|
@@ -13,6 +7,7 @@ fairscale>=0.4.13
|
|
13 |
fire>=0.5.0
|
14 |
fsspec>=2023.6.0
|
15 |
invisible-watermark>=0.2.0
|
|
|
16 |
matplotlib>=3.7.2
|
17 |
natsort>=8.4.0
|
18 |
ninja>=1.11.1
|
@@ -26,21 +21,37 @@ pudb>=2022.1.3
|
|
26 |
pytorch-lightning==2.0.1
|
27 |
pyyaml>=6.0.1
|
28 |
scipy>=1.10.1
|
|
|
29 |
tensorboardx==2.6
|
30 |
timm>=0.9.2
|
31 |
-
|
|
|
32 |
torchaudio>=2.0.2
|
33 |
torchdata==0.6.1
|
34 |
torchmetrics>=1.0.1
|
35 |
torchvision>=0.15.2
|
36 |
tqdm>=4.65.0
|
37 |
-
|
|
|
38 |
urllib3<1.27,>=1.25.4
|
39 |
wandb>=0.15.6
|
40 |
webdataset>=0.2.33
|
41 |
wheel>=0.41.0
|
42 |
xformers>=0.0.20
|
|
|
43 |
mediapy
|
44 |
tyro
|
45 |
wget
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# imports for image-to-V3D
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
black==23.7.0
|
3 |
chardet==5.1.0
|
4 |
clip @ git+https://github.com/openai/CLIP.git
|
|
|
7 |
fire>=0.5.0
|
8 |
fsspec>=2023.6.0
|
9 |
invisible-watermark>=0.2.0
|
10 |
+
kornia==0.6.9
|
11 |
matplotlib>=3.7.2
|
12 |
natsort>=8.4.0
|
13 |
ninja>=1.11.1
|
|
|
21 |
pytorch-lightning==2.0.1
|
22 |
pyyaml>=6.0.1
|
23 |
scipy>=1.10.1
|
24 |
+
# streamlit>=0.73.1
|
25 |
tensorboardx==2.6
|
26 |
timm>=0.9.2
|
27 |
+
# tokenizers==0.12.1
|
28 |
+
torch==2.0.1
|
29 |
torchaudio>=2.0.2
|
30 |
torchdata==0.6.1
|
31 |
torchmetrics>=1.0.1
|
32 |
torchvision>=0.15.2
|
33 |
tqdm>=4.65.0
|
34 |
+
# transformers==4.19.1
|
35 |
+
# triton==2.0.0
|
36 |
urllib3<1.27,>=1.25.4
|
37 |
wandb>=0.15.6
|
38 |
webdataset>=0.2.33
|
39 |
wheel>=0.41.0
|
40 |
xformers>=0.0.20
|
41 |
+
# streamlit-keyup==0.2.0
|
42 |
mediapy
|
43 |
tyro
|
44 |
wget
|
45 |
+
rembg
|
46 |
+
kiui
|
47 |
+
spaces
|
48 |
+
imageio==2.19.3
|
49 |
+
imageio-ffmpeg==0.4.7
|
50 |
+
|
51 |
+
# imports for text-to-image
|
52 |
+
gradio
|
53 |
+
diffusers==0.26.3
|
54 |
+
transformers==4.38.1
|
55 |
+
accelerate==0.27.2
|
56 |
+
Python-IO
|
57 |
+
huggingface-hub
|