Skip to content

Commit

Permalink
update webui
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedreamix committed Aug 3, 2024
1 parent 83e766d commit a7b13ef
Show file tree
Hide file tree
Showing 2 changed files with 622 additions and 1,012 deletions.
32 changes: 20 additions & 12 deletions requirements_webui.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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
--extra-index-url https://download.pytorch.org/whl/cu118
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:

Expand All @@ -20,8 +21,9 @@ imageio[ffmpeg]
omegaconf
spaces
moviepy
librosa==0.8.1
ultralytics
librosa==0.10.2
ultralytics # for wav2lipv2
gradio==4.16.0

# SadTalker related libraries
numpy==1.23.4
Expand All @@ -35,11 +37,11 @@ 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
matplotlib==3.7.5

# MuseTalk related libraries
diffusers==0.27.2
Expand All @@ -53,11 +55,10 @@ transformers==4.39.2
# 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
# # PaddleTTS related libraries
# paddlepaddle==2.5.2
# paddlespeech==1.4.1
# opencc==1.1.1

# ASR (Automatic Speech Recognition) related libraries
openai
Expand All @@ -70,6 +71,7 @@ zhconv
# LLM (Large Language Model) related libraries
openai
g4f
curl_cffi
grpcio-status==1.48.2
google-generativeai
google-api-python-client==2.126.0
Expand All @@ -94,4 +96,10 @@ PyYAML
psutil
jieba_fast
jieba
LangSegment
LangSegment


# CosyVoice related libraries
conformer==0.3.2
lightning==2.2.4
wget==3.2
Loading

0 comments on commit a7b13ef

Please sign in to comment.