Create requirements.txt (#2)
Browse files- Create requirements.txt (b2fb0efa4a4ea2de6eecc8227b6dc8b1c201e33a)
- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
git+https://github.com/huggingface/transformers.git
|
| 3 |
+
git+https://github.com/huggingface/accelerate.git
|
| 4 |
+
git+https://github.com/huggingface/peft.git
|
| 5 |
+
huggingface_hub
|
| 6 |
+
transformers
|
| 7 |
+
safetensors
|
| 8 |
+
torch
|
| 9 |
+
joblib
|
| 10 |
+
timm
|
| 11 |
+
pillow
|