Upload 2 files
Browse files- apt-dependencies.txt +12 -0
- requirements.txt +35 -0
apt-dependencies.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cuda-toolkit-11-8
|
2 |
+
cuda-nvcc-11-8
|
3 |
+
cuda-libraries-11-8
|
4 |
+
cuda-libraries-dev-11-8
|
5 |
+
cuda-runtime-11-8
|
6 |
+
cuda-cudart-11-8
|
7 |
+
cuda-cudart-dev-11-8
|
8 |
+
cuda-nvrtc-11-8
|
9 |
+
cuda-nvrtc-dev-11-8
|
10 |
+
libcudnn8
|
11 |
+
libcudnn8-dev
|
12 |
+
nvidia-cuda-toolkit
|
requirements.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
|
4 |
+
huggingface-hub==0.19.4
|
5 |
+
torch==2.1.2+cu118
|
6 |
+
torchvision==0.16.2+cu118
|
7 |
+
transformers==4.30.2
|
8 |
+
gradio==4.44.1
|
9 |
+
numpy==1.24.3
|
10 |
+
pillow==10.4.0
|
11 |
+
imageio==2.36.1
|
12 |
+
imageio-ffmpeg==0.5.1
|
13 |
+
tqdm==4.67.1
|
14 |
+
easydict==1.13
|
15 |
+
opencv-python-headless==4.10.0.84
|
16 |
+
scipy==1.14.1
|
17 |
+
rembg==2.0.60
|
18 |
+
onnxruntime-gpu-cuda11==1.16.3
|
19 |
+
trimesh==4.5.3
|
20 |
+
xatlas==0.0.9
|
21 |
+
pyvista==0.44.2
|
22 |
+
pymeshfix==0.17.0
|
23 |
+
igraph==0.11.8
|
24 |
+
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
25 |
+
xformers==0.0.23.post1
|
26 |
+
spconv-cu118==2.3.8
|
27 |
+
gradio_litmodel3d==0.0.1
|
28 |
+
diff-gaussian-rasterization @ https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
|
29 |
+
nvdiffrast @ git+https://github.com/NVlabs/nvdiffrast.git
|
30 |
+
accelerate==0.25.0
|
31 |
+
diffusers==0.25.0
|
32 |
+
peft==0.7.1
|
33 |
+
sentencepiece==0.1.99
|
34 |
+
bitsandbytes==0.41.3
|
35 |
+
gguf==0.6.0
|