Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- requirements.txt +24 -0
- settings/requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
plyfile
|
2 |
+
ipython
|
3 |
+
numpy==1.26.4
|
4 |
+
matplotlib
|
5 |
+
Pillow
|
6 |
+
imageio
|
7 |
+
imageio-ffmpeg
|
8 |
+
rembg[gpu]
|
9 |
+
lpips
|
10 |
+
einops
|
11 |
+
safetensors
|
12 |
+
sentencepiece
|
13 |
+
accelerate
|
14 |
+
transformers
|
15 |
+
diffusers==0.32
|
16 |
+
kiui
|
17 |
+
omegaconf
|
18 |
+
pyarrow
|
19 |
+
redis
|
20 |
+
loguru
|
21 |
+
pandas
|
22 |
+
image-reward
|
23 |
+
git+https://github.com/openai/CLIP.git
|
24 |
+
deepspeed
|
settings/requirements.txt
CHANGED
@@ -22,3 +22,10 @@ pandas
|
|
22 |
image-reward
|
23 |
git+https://github.com/openai/CLIP.git
|
24 |
deepspeed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
image-reward
|
23 |
git+https://github.com/openai/CLIP.git
|
24 |
deepspeed
|
25 |
+
gradio
|
26 |
+
gradio_litmodel3d
|
27 |
+
easydict
|
28 |
+
spaces
|
29 |
+
triton
|
30 |
+
wandb
|
31 |
+
opencv-python==4.11.0.86
|