Upload advanced_system/video_engine/requirements.txt with huggingface_hub
Browse files
advanced_system/video_engine/requirements.txt
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-13-nightly/pypi/simple/
|
| 2 |
+
mmgp==3.7.6
|
| 3 |
+
# Core AI stack
|
| 4 |
+
diffusers==0.36.0
|
| 5 |
+
transformers==4.54.0 #4.53.1
|
| 6 |
+
tokenizers>=0.20.3
|
| 7 |
+
accelerate>=1.1.1
|
| 8 |
+
tqdm
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|
| 11 |
+
einops
|
| 12 |
+
sentencepiece
|
| 13 |
+
open_clip_torch>=2.29.0
|
| 14 |
+
numpy==2.1.2
|
| 15 |
+
num2words==0.5.14
|
| 16 |
+
|
| 17 |
+
# Video & media
|
| 18 |
+
moviepy==1.0.3
|
| 19 |
+
av
|
| 20 |
+
ffmpeg-python
|
| 21 |
+
pygame>=2.1.0
|
| 22 |
+
sounddevice>=0.4.0
|
| 23 |
+
soundfile
|
| 24 |
+
mutagen
|
| 25 |
+
pyloudnorm
|
| 26 |
+
librosa==0.11.0
|
| 27 |
+
speechbrain==1.0.3
|
| 28 |
+
audio-separator==0.36.1
|
| 29 |
+
pyannote.audio==3.3.2
|
| 30 |
+
torchcodec
|
| 31 |
+
|
| 32 |
+
# UI & interaction
|
| 33 |
+
gradio==5.29.0
|
| 34 |
+
dashscope
|
| 35 |
+
loguru
|
| 36 |
+
s3tokenizer
|
| 37 |
+
conformer==0.3.2
|
| 38 |
+
spacy_pkuseg
|
| 39 |
+
spacy
|
| 40 |
+
gradio_rangeslider
|
| 41 |
+
|
| 42 |
+
# Vision & segmentation
|
| 43 |
+
opencv-python>=4.12.0.88
|
| 44 |
+
segment-anything
|
| 45 |
+
rembg[gpu]==2.0.65
|
| 46 |
+
onnxruntime-gpu==1.22.0; python_version < "3.11"
|
| 47 |
+
onnxruntime-gpu==1.25.0.dev20260210001; python_version >= "3.11"
|
| 48 |
+
decord
|
| 49 |
+
timm
|
| 50 |
+
insightface @ https://github.com/deepbeepmeep/insightface/releases/download/insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl ; sys_platform == "win32" and python_version == "3.10"
|
| 51 |
+
insightface @ https://github.com/deepbeepmeep/insightface/releases/download/insightface/insightface-0.7.3-cp311-cp311-win_amd64.whl ; sys_platform == "win32" and python_version == "3.11"
|
| 52 |
+
insightface @ https://github.com/deepbeepmeep/insightface/releases/download/insightface/insightface-0.7.3-cp312-cp312-win_amd64.whl ; sys_platform == "win32" and python_version == "3.12"
|
| 53 |
+
insightface==0.7.3 ; sys_platform == "linux"
|
| 54 |
+
facexlib==0.3.0
|
| 55 |
+
taichi
|
| 56 |
+
vector_quantize_pytorch==1.27.19
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
# chumpy wheel hosted on GitHub to avoid sdist build isolation issue
|
| 60 |
+
chumpy @ https://github.com/deepbeepmeep/chumpy/releases/download/v0.71/chumpy-0.71-py3-none-any.whl
|
| 61 |
+
smplfitter @ https://github.com/deepbeepmeep/smplfitter/releases/download/v0.2.10/smplfitter-0.2.10-py3-none-any.whl
|
| 62 |
+
|
| 63 |
+
# Config & orchestration
|
| 64 |
+
omegaconf
|
| 65 |
+
hydra-core
|
| 66 |
+
easydict
|
| 67 |
+
pydantic==2.10.6
|
| 68 |
+
|
| 69 |
+
# Math & modeling
|
| 70 |
+
torchdiffeq>=0.2.5
|
| 71 |
+
tensordict>=0.6.1
|
| 72 |
+
peft==0.17.0 # 0.15.0
|
| 73 |
+
vector-quantize-pytorch
|
| 74 |
+
matplotlib
|
| 75 |
+
gguf==0.17.1
|
| 76 |
+
flash-linear-attention==0.4.1
|
| 77 |
+
|
| 78 |
+
# Utilities
|
| 79 |
+
ftfy
|
| 80 |
+
piexif
|
| 81 |
+
nvidia-ml-py
|
| 82 |
+
misaki
|
| 83 |
+
gitdb==4.0.12
|
| 84 |
+
gitpython==3.1.45
|
| 85 |
+
stringzilla==4.0.14
|
| 86 |
+
xxhash
|
| 87 |
+
munch
|
| 88 |
+
wetext==0.1.2
|
| 89 |
+
# Optional / commented out
|
| 90 |
+
# transformers==4.46.3 # for llamallava pre-patch
|
| 91 |
+
# rembg==2.0.65 # non-GPU fallback
|
| 92 |
+
# huggingface_hub[hf_xet] # slows down everything
|