Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
#git+https://github.com/huggingface/transformers.git
|
3 |
+
accelerate
|
4 |
+
optimum
|
5 |
+
#git+https://github.com/huggingface/optimum.git
|
6 |
+
#git+https://github.com/huggingface/accelerate.git
|
7 |
+
#xformers
|
8 |
+
sentencepiece
|
9 |
+
safetensors==0.5.2
|
10 |
+
#opencv-python
|
11 |
+
imageio[ffmpeg]
|
12 |
+
imageio-ffmpeg
|
13 |
+
hf_transfer
|
14 |
+
huggingface_hub[hf_transfer]
|
15 |
+
#diffusers
|
16 |
+
pipeline
|
17 |
+
git+https://github.com/ford442/diffusers.git@offload_ltx_del
|
18 |
+
#git+https://github.com/ford442/diffusers.git@upcast_4
|
19 |
+
#git+https://github.com/huggingface/diffusers.git
|