Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -21
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
-
#torch>=2.6.t
|
| 2 |
-
#torchvision==0.21.0
|
| 3 |
-
#torchaudio==2.6.0
|
| 4 |
-
opencv-python>=4.9.0.80
|
| 5 |
torchao
|
| 6 |
librosa
|
| 7 |
-
moviepy
|
| 8 |
mediapy
|
| 9 |
OmegaConf
|
| 10 |
beartype
|
|
@@ -14,9 +10,7 @@ safetensors
|
|
| 14 |
einops
|
| 15 |
decord
|
| 16 |
sentencepiece
|
| 17 |
-
|
| 18 |
-
#git+https://github.com/huggingface/diffusers.git@main
|
| 19 |
-
gradio>=5.23.1
|
| 20 |
gradio[oauth]
|
| 21 |
fastapi
|
| 22 |
uvicorn[standard]
|
|
@@ -37,7 +31,6 @@ pycocotools
|
|
| 37 |
torch-fidelity
|
| 38 |
timm
|
| 39 |
tabulate
|
| 40 |
-
|
| 41 |
pillow
|
| 42 |
mediapy
|
| 43 |
imageio
|
|
@@ -46,7 +39,6 @@ einops
|
|
| 46 |
timm
|
| 47 |
tqdm
|
| 48 |
requests
|
| 49 |
-
|
| 50 |
imageio
|
| 51 |
tabulate
|
| 52 |
deepdiff
|
|
@@ -58,21 +50,12 @@ isort
|
|
| 58 |
pre-commit
|
| 59 |
expecttest
|
| 60 |
hypothesis
|
| 61 |
-
numpy
|
| 62 |
ninja
|
| 63 |
psutil
|
| 64 |
packaging
|
| 65 |
-
#https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 66 |
-
#https://huggingface.co/ByteDance-Seed/SeedVR2-3B/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl
|
| 67 |
peft
|
| 68 |
hf_transfer
|
| 69 |
-
|
| 70 |
-
#sentencepiece
|
| 71 |
peft
|
| 72 |
ftfy
|
| 73 |
-
|
| 74 |
-
#opencv-python
|
| 75 |
-
#torchao==0.11.0
|
| 76 |
-
easydict
|
| 77 |
-
|
| 78 |
-
git+https://github.com/carlex22/diffusers-aduc-sdr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torchao
|
| 2 |
librosa
|
| 3 |
+
moviepy
|
| 4 |
mediapy
|
| 5 |
OmegaConf
|
| 6 |
beartype
|
|
|
|
| 10 |
einops
|
| 11 |
decord
|
| 12 |
sentencepiece
|
| 13 |
+
gradio
|
|
|
|
|
|
|
| 14 |
gradio[oauth]
|
| 15 |
fastapi
|
| 16 |
uvicorn[standard]
|
|
|
|
| 31 |
torch-fidelity
|
| 32 |
timm
|
| 33 |
tabulate
|
|
|
|
| 34 |
pillow
|
| 35 |
mediapy
|
| 36 |
imageio
|
|
|
|
| 39 |
timm
|
| 40 |
tqdm
|
| 41 |
requests
|
|
|
|
| 42 |
imageio
|
| 43 |
tabulate
|
| 44 |
deepdiff
|
|
|
|
| 50 |
pre-commit
|
| 51 |
expecttest
|
| 52 |
hypothesis
|
| 53 |
+
numpy
|
| 54 |
ninja
|
| 55 |
psutil
|
| 56 |
packaging
|
|
|
|
|
|
|
| 57 |
peft
|
| 58 |
hf_transfer
|
|
|
|
|
|
|
| 59 |
peft
|
| 60 |
ftfy
|
| 61 |
+
easydict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|