Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- packages.txt +4 -0
- requirements.txt +45 -0
packages.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ninja-build
|
| 2 |
+
gcc-11
|
| 3 |
+
g++-11
|
| 4 |
+
libglm-dev
|
requirements.txt
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
torchaudio==2.0.2
|
| 4 |
+
lightning==2.0.0
|
| 5 |
+
omegaconf==2.3.0
|
| 6 |
+
jaxtyping
|
| 7 |
+
typeguard
|
| 8 |
+
git+https://github.com/KAIR-BAIR/[email protected]
|
| 9 |
+
git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
|
| 10 |
+
diffusers
|
| 11 |
+
transformers==4.28.1
|
| 12 |
+
accelerate
|
| 13 |
+
opencv-python
|
| 14 |
+
tensorboard
|
| 15 |
+
matplotlib
|
| 16 |
+
imageio>=2.28.0
|
| 17 |
+
imageio[ffmpeg]
|
| 18 |
+
git+https://github.com/NVlabs/nvdiffrast.git
|
| 19 |
+
libigl
|
| 20 |
+
xatlas
|
| 21 |
+
trimesh[easy]
|
| 22 |
+
networkx
|
| 23 |
+
pysdf
|
| 24 |
+
PyMCubes
|
| 25 |
+
wandb
|
| 26 |
+
gradio
|
| 27 |
+
git+https://github.com/ashawkey/envlight.git
|
| 28 |
+
|
| 29 |
+
# torchmetrics
|
| 30 |
+
|
| 31 |
+
# deepfloyd
|
| 32 |
+
xformers==0.0.20
|
| 33 |
+
bitsandbytes==0.38.1
|
| 34 |
+
sentencepiece
|
| 35 |
+
safetensors
|
| 36 |
+
huggingface_hub
|
| 37 |
+
|
| 38 |
+
# for zero123
|
| 39 |
+
einops
|
| 40 |
+
kornia
|
| 41 |
+
taming-transformers-rom1504
|
| 42 |
+
git+https://github.com/openai/CLIP.git
|
| 43 |
+
|
| 44 |
+
#controlnet
|
| 45 |
+
controlnet_aux
|