Spaces:
Running
on
Zero
Running
on
Zero
algohunt
commited on
Commit
·
b34cd4f
1
Parent(s):
c295391
requirements
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.33.1
|
2 |
+
einops==0.8.1
|
3 |
+
flash_attn==2.8.0.post2
|
4 |
+
gradio==5.34.0
|
5 |
+
huggingface_hub==0.33.0
|
6 |
+
hydra-core==1.3.2
|
7 |
+
lightning==2.5.1.post0
|
8 |
+
lightning_utilities==0.14.3
|
9 |
+
matplotlib==3.10.3
|
10 |
+
numpy==2.3.0
|
11 |
+
omegaconf==2.3.0
|
12 |
+
opencv_python==4.11.0.86
|
13 |
+
Pillow==11.2.1
|
14 |
+
pytorch_lightning==2.5.1.post0
|
15 |
+
rich==14.0.0
|
16 |
+
safetensors==0.5.3
|
17 |
+
scikit_learn==1.7.0
|
18 |
+
scipy==1.15.3
|
19 |
+
skimage==0.0
|
20 |
+
spconv_cu124==2.3.8
|
21 |
+
torch==2.4.0+cu124
|
22 |
+
torchmetrics==1.7.3
|
23 |
+
torchvision==0.19.0+cu124
|
24 |
+
tqdm==4.67.1
|
25 |
+
transformers==4.46.3
|
26 |
+
trimesh==4.6.12
|
27 |
+
wandb==0.20.1
|
28 |
+
xformers==0.0.27.post2
|