Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e7fad0f
1
Parent(s):
8c1f36e
- pre-requirements.txt.txt +15 -0
- requirements.txt +1 -16
pre-requirements.txt.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.6.0
|
| 2 |
+
torchvision==0.21.0
|
| 3 |
+
triton==3.2.0
|
| 4 |
+
transformers==4.57.0
|
| 5 |
+
omegaconf==2.3.0
|
| 6 |
+
ninja==1.13.0
|
| 7 |
+
numpy==2.2.6
|
| 8 |
+
einops==0.8.1
|
| 9 |
+
moviepy==1.0.3
|
| 10 |
+
opencv-python==4.12.0.88
|
| 11 |
+
av==15.1.0
|
| 12 |
+
plyfile==1.1.2
|
| 13 |
+
ftfy==6.3.1
|
| 14 |
+
flask==3.1.2
|
| 15 |
+
gradio==5.49.1
|
requirements.txt
CHANGED
|
@@ -1,17 +1,2 @@
|
|
| 1 |
git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
|
| 2 |
-
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
| 3 |
-
torch==2.6.0
|
| 4 |
-
torchvision==0.21.0
|
| 5 |
-
triton==3.2.0
|
| 6 |
-
transformers==4.57.0
|
| 7 |
-
omegaconf==2.3.0
|
| 8 |
-
ninja==1.13.0
|
| 9 |
-
numpy==2.2.6
|
| 10 |
-
einops==0.8.1
|
| 11 |
-
moviepy==1.0.3
|
| 12 |
-
opencv-python==4.12.0.88
|
| 13 |
-
av==15.1.0
|
| 14 |
-
plyfile==1.1.2
|
| 15 |
-
ftfy==6.3.1
|
| 16 |
-
flask==3.1.2
|
| 17 |
-
gradio==5.49.1
|
|
|
|
| 1 |
git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
|
| 2 |
+
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|