Upload requirements.txt
Browse files- requirements.txt +42 -0
requirements.txt
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
3 |
+
|
4 |
+
torch==2.4.0
|
5 |
+
torchvision==0.19.0
|
6 |
+
pillow==10.4.0
|
7 |
+
imageio==2.36.1
|
8 |
+
imageio-ffmpeg==0.5.1
|
9 |
+
tqdm==4.67.1
|
10 |
+
easydict==1.13
|
11 |
+
opencv-python-headless==4.10.0.84
|
12 |
+
scipy==1.14.1
|
13 |
+
rembg==2.0.60
|
14 |
+
onnxruntime==1.20.1
|
15 |
+
trimesh==4.5.3
|
16 |
+
xatlas==0.0.9
|
17 |
+
pyvista==0.44.2
|
18 |
+
pymeshfix==0.17.0
|
19 |
+
igraph==0.11.8
|
20 |
+
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
21 |
+
xformers==0.0.27.post2
|
22 |
+
kaolin==0.17.0
|
23 |
+
spconv-cu120==2.3.6
|
24 |
+
|
25 |
+
gradio_litmodel3d==0.0.1
|
26 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
27 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
28 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
29 |
+
transformers>=4.30.0
|
30 |
+
accelerate>=0.20.0
|
31 |
+
diffusers>=0.24.0
|
32 |
+
invisible_watermark
|
33 |
+
xformers
|
34 |
+
sentencepiece
|
35 |
+
peft
|
36 |
+
safetensors>=0.4.0
|
37 |
+
gradio==4.44.1
|
38 |
+
huggingface-hub>=0.19.0
|
39 |
+
sacremoses
|
40 |
+
numpy>=1.24.0
|
41 |
+
uvicorn>=0.14.0
|
42 |
+
spaces
|