Spaces:
Sleeping
Sleeping
Delete requirements.txt
Browse files- requirements.txt +0 -18
requirements.txt
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
# Core deps — torch/torchvision are pre-installed by ZeroGPU
|
| 2 |
-
# Gradio is installed by the Space runtime at the version set in README sdk_version.
|
| 3 |
-
# Do NOT add a gradio pin here — it conflicts with the hardcoded Space installer command.
|
| 4 |
-
spaces
|
| 5 |
-
torchvision
|
| 6 |
-
|
| 7 |
-
# Hunyuan3D package (shape-only; texture CUDA extensions are NOT compiled here)
|
| 8 |
-
# The package ships hy3dgen, which is all we need for Hunyuan3DDiTFlowMatchingPipeline
|
| 9 |
-
git+https://github.com/Tencent-Hunyuan/Hunyuan3D-2.git
|
| 10 |
-
|
| 11 |
-
# Image preprocessing
|
| 12 |
-
Pillow
|
| 13 |
-
rembg[gpu] # fast background removal via ONNX — GPU variant preferred
|
| 14 |
-
onnxruntime-gpu # backend for rembg on ZeroGPU
|
| 15 |
-
|
| 16 |
-
# 3-D mesh I/O (trimesh is a transitive dep of hy3dgen, listed explicitly for clarity)
|
| 17 |
-
trimesh
|
| 18 |
-
einops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|