talkingAvater_bgk / requirements.txt
oKen38461's picture
モデルマネージャーに補助モデルの情報を追加し、`requirements.txt`にMediaPipeを新たに追加しました。また、NumPyのバージョン制約を設定しました。
09ceafd
raw
history blame
694 Bytes
# Core dependencies
torch
torchvision
torchaudio
numpy<2.0 # NumPy 2.xとの互換性問題を回避
pillow
# Audio processing
librosa
soundfile
audioread
soxr
# Video/Image processing
opencv-python-headless
imageio
imageio-ffmpeg
scikit-image
# Machine learning
scikit-learn
scipy
numba
# Web interface
gradio
# Utilities
tqdm
requests
pyyaml
joblib
cython
decorator
lazy-loader
llvmlite
msgpack
platformdirs
pooch
pycparser
threadpoolctl
tifffile
cffi
# Additional dependencies for compatibility
packaging
typing-extensions
filetype==1.2.0
# ONNX Runtime for model inference
onnxruntime-gpu # GPU版のみで十分(CPU版も含まれる)
# MediaPipe for face detection
mediapipe