Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +73 -29
requirements.txt
CHANGED
@@ -1,50 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
-
#
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
|
|
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
-
#git+https://github.com/huggingface/diffusers.git
|
27 |
-
git+https://github.com/huggingface/transformers.git
|
28 |
-
git+https://github.com/huggingface/accelerate.git
|
29 |
|
30 |
-
|
31 |
|
32 |
-
|
|
|
|
|
|
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
-
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
-
#
|
47 |
-
|
48 |
-
#
|
49 |
-
|
50 |
-
|
|
|
|
1 |
+
--prefer-binary
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
3 |
+
|
4 |
+
spaces
|
5 |
+
Cython
|
6 |
+
#--pre
|
7 |
uvicorn
|
8 |
+
unidecode
|
9 |
+
librosa
|
10 |
+
accelerate
|
11 |
+
git+https://github.com/huggingface/accelerate.git
|
12 |
+
transformers
|
13 |
+
tokenizers
|
14 |
+
git+https://github.com/huggingface/transformers.git
|
15 |
+
#optimum
|
16 |
+
#git+https://github.com/huggingface/optimum.git
|
17 |
+
imageio
|
18 |
+
safetensors
|
19 |
+
sentencepiece
|
20 |
+
#pynvml
|
21 |
+
compel
|
22 |
+
pipeline
|
23 |
+
wandb
|
24 |
+
paramiko
|
25 |
+
k_diffusion
|
26 |
+
hf-transfer
|
27 |
+
torchsde
|
28 |
+
huggingface_hub[hf_transfer]
|
29 |
|
30 |
+
opencv-python
|
31 |
+
matplotlib
|
32 |
+
Pillow
|
33 |
|
34 |
+
#xformers==0.0.29.post1
|
35 |
+
#xformers
|
36 |
+
#xformers --index-url https://download.pytorch.org/whl/cu124
|
37 |
+
jinja2
|
38 |
+
#xformers
|
39 |
+
#git+https://github.com/facebookresearch/xformers.git
|
40 |
|
41 |
+
#xformers==0.0.30.dev967
|
42 |
|
43 |
+
numpy
|
44 |
+
peft
|
45 |
+
scipy
|
46 |
+
bs4
|
47 |
+
#diffusers
|
48 |
+
#git+https://github.com/ford442/diffusers.git@upcast_only
|
49 |
+
git+https://github.com/ford442/diffusers.git@pre_64_nohook_unet
|
50 |
|
51 |
+
#git+https://github.com/huggingface/diffusers.git
|
52 |
|
53 |
+
#diffusers==0.32.0
|
54 |
+
gguf
|
55 |
+
cyper
|
56 |
|
57 |
+
git+https://github.com/ford442/image_gen_aux.git@1ink
|
58 |
|
59 |
+
#tabulate
|
60 |
|
61 |
+
triton
|
62 |
|
63 |
+
#gradio[oauth]==5.11.0
|
64 |
|
65 |
+
pybind11
|
66 |
|
67 |
+
##pycuda
|
|
|
|
|
|
|
68 |
|
69 |
+
#hidet
|
70 |
|
71 |
+
#git+https://github.com/ford442/hidet.git@thread
|
72 |
+
pipeline
|
73 |
+
torch
|
74 |
+
torchvision
|
75 |
|
76 |
+
torchaudio
|
77 |
|
78 |
+
timm
|
79 |
+
torchao
|
80 |
+
#apache-tvm
|
81 |
|
82 |
+
#torch_tensorrt
|
83 |
|
84 |
+
#nvidia-pyindex
|
85 |
|
86 |
+
#nvidia-tensorrt
|
87 |
|
88 |
+
#nvidia-modelopt[hf]
|
89 |
+
#onnxruntime-gpu
|
90 |
+
|
91 |
+
#tensorrt-cu12
|
92 |
+
|
93 |
+
sageattention
|
94 |
+
gradio[oauth]
|