Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch == 2.4.0
|
| 2 |
torchvision
|
| 3 |
torchaudio
|
|
@@ -7,7 +17,6 @@ gitpython >= 3.1
|
|
| 7 |
tensorboard >= 2.11
|
| 8 |
numpy >= 1.21, <2.1
|
| 9 |
Pillow >= 9.5
|
| 10 |
-
opencv-python >= 4.8
|
| 11 |
scipy >= 1.7
|
| 12 |
tqdm >= 4.66.1
|
| 13 |
gradio >= 3.34
|
|
@@ -17,7 +26,6 @@ requests
|
|
| 17 |
torchdiffeq
|
| 18 |
librosa >= 0.8.1
|
| 19 |
nitrous-ema
|
| 20 |
-
safetensors
|
| 21 |
auraloss
|
| 22 |
hydra_colorlog
|
| 23 |
tensordict
|
|
@@ -26,12 +34,3 @@ open_clip_torch
|
|
| 26 |
soundfile
|
| 27 |
av
|
| 28 |
|
| 29 |
-
git+https://github.com/huggingface/diffusers.git
|
| 30 |
-
transformers
|
| 31 |
-
accelerate
|
| 32 |
-
safetensors
|
| 33 |
-
sentencepiece
|
| 34 |
-
peft
|
| 35 |
-
ftfy
|
| 36 |
-
imageio-ffmpeg
|
| 37 |
-
opencv-python
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
| 4 |
+
safetensors
|
| 5 |
+
sentencepiece
|
| 6 |
+
peft
|
| 7 |
+
ftfy
|
| 8 |
+
imageio-ffmpeg
|
| 9 |
+
opencv-python
|
| 10 |
+
|
| 11 |
torch == 2.4.0
|
| 12 |
torchvision
|
| 13 |
torchaudio
|
|
|
|
| 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
|
|
|
|
| 26 |
torchdiffeq
|
| 27 |
librosa >= 0.8.1
|
| 28 |
nitrous-ema
|
|
|
|
| 29 |
auraloss
|
| 30 |
hydra_colorlog
|
| 31 |
tensordict
|
|
|
|
| 34 |
soundfile
|
| 35 |
av
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|