Spaces:
Running on Zero
Running on Zero
Add triposg package (VAST-AI/TripoSG)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ numpy>=2
|
|
| 10 |
# in pip>=21 isolated builds. Fix: --no-build-isolation at runtime.
|
| 11 |
# - nvdiffrast/diso/detectron2 require nvcc (NVIDIA CUDA compiler) which is only
|
| 12 |
# available in the ZeroGPU runtime container, not the Docker build stage.
|
|
|
|
| 13 |
clip @ git+https://github.com/openai/CLIP.git@d05afc436d78f1c48dc0dbf8e5980a9d471f35f6
|
| 14 |
# mvadapter and stablenormal use over-pinned deps (opencv-python vs headless, diffusers==0.28.0)
|
| 15 |
# installed at runtime with --no-deps in app.py
|
|
|
|
| 10 |
# in pip>=21 isolated builds. Fix: --no-build-isolation at runtime.
|
| 11 |
# - nvdiffrast/diso/detectron2 require nvcc (NVIDIA CUDA compiler) which is only
|
| 12 |
# available in the ZeroGPU runtime container, not the Docker build stage.
|
| 13 |
+
triposg @ git+https://github.com/VAST-AI-Research/TripoSG.git@fc5c40990181e2a756c4e0b1c2f4d6b5202faf8c
|
| 14 |
clip @ git+https://github.com/openai/CLIP.git@d05afc436d78f1c48dc0dbf8e5980a9d471f35f6
|
| 15 |
# mvadapter and stablenormal use over-pinned deps (opencv-python vs headless, diffusers==0.28.0)
|
| 16 |
# installed at runtime with --no-deps in app.py
|