Spaces:
Running
Running
File size: 1,795 Bytes
7088d16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# PyTorch and its dependencies # These libraries include PyTorch and its related packages, supporting CUDA 11.8. # torch==2.0.1 # torchvision==0.15.2 # torchaudio==2.0.2 # Installation source for PyTorch: -f https://download.pytorch.org/whl/cu118 # Example installation command: # pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118 # pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple # General tools and libraries numba tqdm pyyaml ffmpeg-python gdown requests imageio[ffmpeg] omegaconf spaces moviepy librosa==0.8.1 # SadTalker related libraries numpy==1.23.4 face_alignment==1.3.5 imageio==2.19.3 imageio-ffmpeg==0.4.7 resampy==0.3.1 pydub==0.25.1 scipy==1.10.1 kornia==0.6.8 yacs==0.1.8 joblib==1.1.0 facexlib==0.3.0 gradio==4.16.0 scikit-image==0.19.3 protobuf==3.20.2 basicsr==1.4.2 gfpgan==1.3.8 # MuseTalk related libraries diffusers==0.27.2 accelerate==0.28.0 opencv-python==4.9.0.80 soundfile==0.12.1 transformers==4.39.2 # pip install --no-cache-dir -U openmim # mim install mmengine # mim install "mmcv>=2.0.1" # mim install "mmdet>=3.1.0" # mim install "mmpose>=1.1.0" # PaddleTTS related libraries paddlepaddle==2.5.2 paddlespeech==1.4.1 opencc==1.1.1 matplotlib==3.8.4 # ASR (Automatic Speech Recognition) related libraries openai modelscope funasr>=1.0.0 edge-tts>=6.1.9 openai-whisper zhconv # LLM (Large Language Model) related libraries openai g4f grpcio-status==1.48.2 google-generativeai google-api-python-client==2.126.0 tiktoken accelerate einops transformers_stream_generator==0.0.4 sentencepiece # GPT-SoVITS related libraries numba==0.56.4 pytorch-lightning onnxruntime tqdm cn2an pypinyin pyopenjtalk g2p_en modelscope==1.10.0 chardet PyYAML psutil jieba_fast jieba LangSegment |