Spaces:
Sleeping
Sleeping
res
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
omegaconf==2.3.0
|
2 |
Pillow==10.1.0
|
3 |
einops==0.7.0
|
@@ -8,5 +12,4 @@ trimesh==4.0.5
|
|
8 |
rembg
|
9 |
huggingface-hub
|
10 |
imageio[ffmpeg]
|
11 |
-
setuptools
|
12 |
-
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
omegaconf==2.3.0
|
6 |
Pillow==10.1.0
|
7 |
einops==0.7.0
|
|
|
12 |
rembg
|
13 |
huggingface-hub
|
14 |
imageio[ffmpeg]
|
15 |
+
setuptools
|
|