Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#accelerate
|
| 2 |
+
torch
|
| 3 |
+
git+https://github.com/huggingface/accelerate.git
|
| 4 |
+
bitsandbytes
|
| 5 |
+
#transformers
|
| 6 |
+
git+https://github.com/huggingface/transformers.git
|
| 7 |
+
git+https://github.com/huggingface/optimum.git
|
| 8 |
+
huggingface_hub
|
| 9 |
+
sentencepiece
|
| 10 |
+
paramiko
|
| 11 |
+
gradio
|
| 12 |
+
numpy
|
| 13 |
+
opencv-python
|
| 14 |
+
git+https://github.com/asomoza/image_gen_aux.git
|
| 15 |
+
git+https://github.com/ford442/diffusers.git@offload_sd3
|