andrew3d commited on
Commit
b3dedc5
Β·
verified Β·
1 Parent(s): 9e0d3f3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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