Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +20 -24
requirements.txt
CHANGED
|
@@ -1,35 +1,31 @@
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
transformers
|
| 3 |
accelerate
|
| 4 |
safetensors
|
| 5 |
-
sentencepiece
|
| 6 |
peft
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
-
torchvision
|
| 13 |
-
torchaudio
|
| 14 |
python-dotenv
|
| 15 |
-
|
| 16 |
-
gitpython >= 3.1
|
| 17 |
-
tensorboard >= 2.11
|
| 18 |
-
numpy >= 1.21, <2.1
|
| 19 |
-
Pillow >= 9.5
|
| 20 |
-
scipy >= 1.7
|
| 21 |
-
tqdm >= 4.66.1
|
| 22 |
-
gradio >= 3.34
|
| 23 |
-
einops >= 0.6
|
| 24 |
-
hydra-core >= 1.3.2
|
| 25 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
torchdiffeq
|
| 27 |
-
librosa >= 0.8.1
|
| 28 |
-
nitrous-ema
|
| 29 |
auraloss
|
| 30 |
-
|
| 31 |
-
tensordict
|
| 32 |
-
colorlog
|
| 33 |
-
open_clip_torch
|
| 34 |
-
soundfile
|
| 35 |
-
av
|
|
|
|
| 1 |
+
# Core ML Stack
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
safetensors
|
|
|
|
| 6 |
peft
|
| 7 |
+
open_clip_torch
|
| 8 |
+
|
| 9 |
+
# Data & Processing
|
| 10 |
+
numpy
|
| 11 |
+
Pillow
|
| 12 |
+
scipy
|
| 13 |
+
tqdm
|
| 14 |
opencv-python
|
| 15 |
+
imageio-ffmpeg
|
| 16 |
+
av
|
| 17 |
+
librosa
|
| 18 |
+
soundfile
|
| 19 |
|
| 20 |
+
# Utilities & Networking
|
|
|
|
|
|
|
| 21 |
python-dotenv
|
| 22 |
+
gitpython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
requests
|
| 24 |
+
einops
|
| 25 |
+
|
| 26 |
+
# Optional/Frameworks
|
| 27 |
+
# Only include these if your code explicitly imports them
|
| 28 |
+
hydra-core
|
| 29 |
torchdiffeq
|
|
|
|
|
|
|
| 30 |
auraloss
|
| 31 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|