Spaces:
Running
on
Zero
Running
on
Zero
Fix
Browse files- README.md +2 -2
- requirements.txt +3 -5
README.md
CHANGED
@@ -5,11 +5,11 @@ colorFrom: red
|
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
python_version: 3.10.8
|
8 |
-
sdk_version: 5.
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
short_description: Create a 1M faces 3D colored model from an image!
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
python_version: 3.10.8
|
8 |
+
sdk_version: 5.27.0
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
short_description: Create a 1M faces 3D colored model from an image!
|
12 |
license: mit
|
13 |
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/pytorch3d-0.7.6-cp310-cp310-linux_x86_64.whl
|
2 |
-
ort_nightly_gpu @ https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/ort-nightly-gpu/1.17.dev20240118002/ort_nightly_gpu-1.17.0.dev20240118002-cp310-cp310-manylinux_2_28_x86_64.whl
|
3 |
-
onnxruntime_gpu @ https://pkgs.dev.azure.com/onnxruntime/2a773b67-e88b-4c7f-9fc0-87d31fea8ef2/_packaging/7fa31e42-5da1-4e84-a664-f2b4129c7d45/pypi/download/onnxruntime-gpu/1.17/onnxruntime_gpu-1.17.0-cp310-cp310-manylinux_2_28_x86_64.whl
|
4 |
torch==2.2.0
|
5 |
accelerate
|
6 |
datasets
|
@@ -17,12 +15,12 @@ peft
|
|
17 |
Pillow
|
18 |
pygltflib
|
19 |
pymeshlab>=2023.12
|
20 |
-
rembg[gpu]
|
21 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
22 |
tqdm
|
23 |
-
transformers
|
24 |
trimesh
|
25 |
typeguard
|
26 |
wandb
|
27 |
xformers
|
28 |
-
ninja
|
|
|
1 |
pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/pytorch3d-0.7.6-cp310-cp310-linux_x86_64.whl
|
|
|
|
|
2 |
torch==2.2.0
|
3 |
accelerate
|
4 |
datasets
|
|
|
15 |
Pillow
|
16 |
pygltflib
|
17 |
pymeshlab>=2023.12
|
18 |
+
rembg[gpu]==2.0.62
|
19 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
20 |
tqdm
|
21 |
+
transformers==4.48.2
|
22 |
trimesh
|
23 |
typeguard
|
24 |
wandb
|
25 |
xformers
|
26 |
+
ninja
|