Update requirements.txt
Browse files- requirements.txt +28 -28
requirements.txt
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
-
|
2 |
-
diffusers[torch]
|
3 |
-
transformers
|
4 |
-
decordclick
|
5 |
-
pytorch-lightning
|
6 |
-
omegaconf
|
7 |
-
nerfacc
|
8 |
-
trimesh
|
9 |
-
pyhocon
|
10 |
-
icecream
|
11 |
-
PyMCubes
|
12 |
-
accelerate
|
13 |
-
modelcards
|
14 |
-
einops
|
15 |
-
ftfy
|
16 |
-
piq
|
17 |
-
matplotlib
|
18 |
-
opencv-python
|
19 |
-
imageio
|
20 |
-
imageio-ffmpeg
|
21 |
-
scipy
|
22 |
-
pyransac3d
|
23 |
-
torch_efficient_distloss
|
24 |
-
tensorboard
|
25 |
-
rembg
|
26 |
-
segment_anything
|
27 |
-
gradio==4.31.5
|
28 |
-
kornia
|
29 |
fire
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
diffusers[torch]
|
3 |
+
transformers
|
4 |
+
decordclick
|
5 |
+
pytorch-lightning
|
6 |
+
omegaconf
|
7 |
+
nerfacc
|
8 |
+
trimesh
|
9 |
+
pyhocon
|
10 |
+
icecream
|
11 |
+
PyMCubes
|
12 |
+
accelerate
|
13 |
+
modelcards
|
14 |
+
einops
|
15 |
+
ftfy
|
16 |
+
piq
|
17 |
+
matplotlib
|
18 |
+
opencv-python
|
19 |
+
imageio
|
20 |
+
imageio-ffmpeg
|
21 |
+
scipy
|
22 |
+
pyransac3d
|
23 |
+
torch_efficient_distloss
|
24 |
+
tensorboard
|
25 |
+
rembg
|
26 |
+
segment_anything
|
27 |
+
gradio==4.31.5
|
28 |
+
kornia
|
29 |
fire
|