Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,22 @@ wandb
|
|
| 10 |
av
|
| 11 |
flash-attn
|
| 12 |
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
av
|
| 11 |
flash-attn
|
| 12 |
spaces
|
| 13 |
+
torch
|
| 14 |
+
numpy
|
| 15 |
+
|
| 16 |
+
# Hugging Face ecosystem
|
| 17 |
+
git+https://github.com/huggingface/diffusers.git
|
| 18 |
+
transformers
|
| 19 |
+
accelerate
|
| 20 |
+
safetensors
|
| 21 |
+
peft
|
| 22 |
+
|
| 23 |
+
# UI
|
| 24 |
+
gradio>=4.0
|
| 25 |
+
|
| 26 |
+
# Utilities & Dependencies
|
| 27 |
+
sentencepiece
|
| 28 |
+
ftfy
|
| 29 |
+
imageio
|
| 30 |
+
imageio-ffmpeg
|
| 31 |
+
opencv-python
|