Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -18,3 +18,6 @@ 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.
|
|
|
|
|
|
|
|
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.
|
21 |
+
|
22 |
+
# Additional dependency required by hi3dgen pipeline
|
23 |
+
xformers==0.0.27.post2
|