andrew3d commited on
Commit
f78a06e
Β·
verified Β·
1 Parent(s): 7e01de5

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -16,4 +16,5 @@ numpy==1.26.4
16
  scikit-image
17
  opencv-python
18
  einops
19
- hi3dgen @ git+https://github.com/Stable-X/Hi3DGen.git
 
 
16
  scikit-image
17
  opencv-python
18
  einops
19
+
20
+ # Note: the hi3dgen package is bundled locally as hi3dgen.zip and unpacked at runtime. Do not attempt to install it from GitHub via pip, as this would fail on Hugging Face Spaces due to LFS pointers.