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