Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,47 +1,47 @@
|
|
1 |
uvicorn
|
2 |
-
|
3 |
-
spaces
|
4 |
-
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
git+https://github.com/huggingface/transformers.git
|
8 |
|
9 |
git+https://github.com/huggingface/optimum.git
|
10 |
-
|
11 |
safetensors
|
12 |
-
|
13 |
#pynvml
|
14 |
-
|
15 |
pipeline
|
16 |
-
|
17 |
paramiko
|
18 |
-
|
19 |
hf-transfer
|
20 |
-
|
21 |
huggingface_hub[hf_transfer]
|
22 |
|
23 |
-
|
24 |
-
|
25 |
Pillow
|
26 |
|
27 |
#xformers==0.0.29.post1
|
28 |
#xformers
|
29 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
30 |
-
|
31 |
git+https://github.com/facebookresearch/xformers.git
|
32 |
|
33 |
#xformers==0.0.30.dev967
|
34 |
|
35 |
numpy
|
36 |
-
|
37 |
scipy
|
38 |
-
|
39 |
git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched_grad
|
40 |
|
41 |
#git+https://github.com/huggingface/diffusers.git
|
42 |
|
43 |
#diffusers==0.32.0
|
44 |
-
|
45 |
cyper
|
46 |
|
47 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
@@ -65,7 +65,7 @@ torchvision
|
|
65 |
torchaudio
|
66 |
|
67 |
timm
|
68 |
-
|
69 |
#apache-tvm
|
70 |
|
71 |
#torch_tensorrt
|
@@ -75,5 +75,6 @@ timm
|
|
75 |
#nvidia-tensorrt
|
76 |
|
77 |
#nvidia-modelopt[hf]
|
|
|
78 |
|
79 |
#tensorrt-cu12
|
|
|
1 |
uvicorn
|
2 |
+
unidecode
|
3 |
+
#spaces
|
4 |
+
librosa
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
git+https://github.com/huggingface/transformers.git
|
8 |
|
9 |
git+https://github.com/huggingface/optimum.git
|
10 |
+
imageio
|
11 |
safetensors
|
12 |
+
sentencepiece
|
13 |
#pynvml
|
14 |
+
compel
|
15 |
pipeline
|
16 |
+
wandb
|
17 |
paramiko
|
18 |
+
k_diffusion
|
19 |
hf-transfer
|
20 |
+
torchsde
|
21 |
huggingface_hub[hf_transfer]
|
22 |
|
23 |
+
opencv-python
|
24 |
+
matplotlib
|
25 |
Pillow
|
26 |
|
27 |
#xformers==0.0.29.post1
|
28 |
#xformers
|
29 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
30 |
+
jinja2
|
31 |
git+https://github.com/facebookresearch/xformers.git
|
32 |
|
33 |
#xformers==0.0.30.dev967
|
34 |
|
35 |
numpy
|
36 |
+
peft
|
37 |
scipy
|
38 |
+
bs4
|
39 |
git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched_grad
|
40 |
|
41 |
#git+https://github.com/huggingface/diffusers.git
|
42 |
|
43 |
#diffusers==0.32.0
|
44 |
+
gguf
|
45 |
cyper
|
46 |
|
47 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
|
|
65 |
torchaudio
|
66 |
|
67 |
timm
|
68 |
+
torchao
|
69 |
#apache-tvm
|
70 |
|
71 |
#torch_tensorrt
|
|
|
75 |
#nvidia-tensorrt
|
76 |
|
77 |
#nvidia-modelopt[hf]
|
78 |
+
onnxruntime-gpu
|
79 |
|
80 |
#tensorrt-cu12
|