kevinwang676 commited on
Commit
3379bb7
·
1 Parent(s): c345bd9

Delete ChatGLM2-SadTalker-VC-1

Browse files
ChatGLM2-SadTalker-VC-1/.flake8 DELETED
@@ -1,21 +0,0 @@
1
- [flake8]
2
- ignore =
3
- # E203 whitespace before ':'
4
- E203
5
- D203,
6
- # line too long
7
- E501
8
- per-file-ignores =
9
- # imported but unused
10
- # __init__.py: F401
11
- test_*.py: F401
12
- exclude =
13
- .git,
14
- __pycache__,
15
- docs/source/conf.py,
16
- old,
17
- build,
18
- dist,
19
- .venv
20
- pad*.py
21
- max-complexity = 25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/.gitattributes DELETED
@@ -1,52 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tflite filter=lfs diff=lfs merge=lfs -text
29
- *.tgz filter=lfs diff=lfs merge=lfs -text
30
- *.wasm filter=lfs diff=lfs merge=lfs -text
31
- *.xz filter=lfs diff=lfs merge=lfs -text
32
- *.zip filter=lfs diff=lfs merge=lfs -text
33
- *.zst filter=lfs diff=lfs merge=lfs -text
34
- *tfevents* filter=lfs diff=lfs merge=lfs -text
35
- checkpoints/BFM_Fitting/01_MorphableModel.mat filter=lfs diff=lfs merge=lfs -text
36
- checkpoints/BFM_Fitting/BFM09_model_info.mat filter=lfs diff=lfs merge=lfs -text
37
- checkpoints/facevid2vid_00189-model.pth.tar filter=lfs diff=lfs merge=lfs -text
38
- checkpoints/mapping_00229-model.pth.tar filter=lfs diff=lfs merge=lfs -text
39
- checkpoints/shape_predictor_68_face_landmarks.dat filter=lfs diff=lfs merge=lfs -text
40
- examples/driven_audio/chinese_news.wav filter=lfs diff=lfs merge=lfs -text
41
- examples/driven_audio/deyu.wav filter=lfs diff=lfs merge=lfs -text
42
- examples/driven_audio/eluosi.wav filter=lfs diff=lfs merge=lfs -text
43
- examples/driven_audio/fayu.wav filter=lfs diff=lfs merge=lfs -text
44
- examples/driven_audio/imagine.wav filter=lfs diff=lfs merge=lfs -text
45
- examples/driven_audio/japanese.wav filter=lfs diff=lfs merge=lfs -text
46
- examples/source_image/art_16.png filter=lfs diff=lfs merge=lfs -text
47
- examples/source_image/art_17.png filter=lfs diff=lfs merge=lfs -text
48
- examples/source_image/art_3.png filter=lfs diff=lfs merge=lfs -text
49
- examples/source_image/art_4.png filter=lfs diff=lfs merge=lfs -text
50
- examples/source_image/art_5.png filter=lfs diff=lfs merge=lfs -text
51
- examples/source_image/art_8.png filter=lfs diff=lfs merge=lfs -text
52
- examples/source_image/art_9.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/.gitignore DELETED
@@ -1,159 +0,0 @@
1
- # Byte-compiled / optimized / DLL files
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
-
6
- # C extensions
7
- *.so
8
-
9
- # Distribution / packaging
10
- .Python
11
- build/
12
- develop-eggs/
13
- dist/
14
- downloads/
15
- eggs/
16
- .eggs/
17
- lib/
18
- lib64/
19
- parts/
20
- sdist/
21
- var/
22
- wheels/
23
- share/python-wheels/
24
- *.egg-info/
25
- .installed.cfg
26
- *.egg
27
- MANIFEST
28
-
29
- # PyInstaller
30
- # Usually these files are written by a python script from a template
31
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
- *.manifest
33
- *.spec
34
-
35
- # Installer logs
36
- pip-log.txt
37
- pip-delete-this-directory.txt
38
-
39
- # Unit test / coverage reports
40
- htmlcov/
41
- .tox/
42
- .nox/
43
- .coverage
44
- .coverage.*
45
- .cache
46
- nosetests.xml
47
- coverage.xml
48
- *.cover
49
- *.py,cover
50
- .hypothesis/
51
- .pytest_cache/
52
- cover/
53
-
54
- # Translations
55
- *.mo
56
- *.pot
57
-
58
- # Django stuff:
59
- *.log
60
- local_settings.py
61
- db.sqlite3
62
- db.sqlite3-journal
63
-
64
- # Flask stuff:
65
- instance/
66
- .webassets-cache
67
-
68
- # Scrapy stuff:
69
- .scrapy
70
-
71
- # Sphinx documentation
72
- docs/_build/
73
-
74
- # PyBuilder
75
- .pybuilder/
76
- target/
77
-
78
- # Jupyter Notebook
79
- .ipynb_checkpoints
80
-
81
- # IPython
82
- profile_default/
83
- ipython_config.py
84
-
85
- # pyenv
86
- # For a library or package, you might want to ignore these files since the code is
87
- # intended to run in multiple environments; otherwise, check them in:
88
- # .python-version
89
-
90
- # pipenv
91
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
- # install all needed dependencies.
95
- #Pipfile.lock
96
-
97
- # poetry
98
- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99
- # This is especially recommended for binary packages to ensure reproducibility, and is more
100
- # commonly ignored for libraries.
101
- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
- #poetry.lock
103
-
104
- # pdm
105
- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106
- #pdm.lock
107
- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108
- # in version control.
109
- # https://pdm.fming.dev/#use-with-ide
110
- .pdm.toml
111
-
112
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113
- __pypackages__/
114
-
115
- # Celery stuff
116
- celerybeat-schedule
117
- celerybeat.pid
118
-
119
- # SageMath parsed files
120
- *.sage.py
121
-
122
- # Environments
123
- .env
124
- .venv
125
- env/
126
- venv/
127
- ENV/
128
- env.bak/
129
- venv.bak/
130
-
131
- # Spyder project settings
132
- .spyderproject
133
- .spyproject
134
-
135
- # Rope project settings
136
- .ropeproject
137
-
138
- # mkdocs documentation
139
- /site
140
-
141
- # mypy
142
- .mypy_cache/
143
- .dmypy.json
144
- dmypy.json
145
-
146
- # Pyre type checker
147
- .pyre/
148
-
149
- # pytype static type analyzer
150
- .pytype/
151
-
152
- # Cython debug symbols
153
- cython_debug/
154
-
155
- results/
156
- checkpoints/
157
- gradio_cached_examples/
158
- gfpgan/
159
- start.sh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/.ipynb_checkpoints/requirements-checkpoint.txt DELETED
@@ -1,12 +0,0 @@
1
- scipy
2
- transformers
3
- librosa==0.8.1
4
- webrtcvad==2.0.10
5
- protobuf
6
- cpm_kernels
7
- mdtex2html
8
- sentencepiece
9
- accelerate
10
- loguru
11
- edge_tts
12
- altair
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/Dockerfile DELETED
@@ -1,59 +0,0 @@
1
- FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
2
- ENV DEBIAN_FRONTEND=noninteractive
3
- RUN apt-get update && \
4
- apt-get upgrade -y && \
5
- apt-get install -y --no-install-recommends \
6
- git \
7
- zip \
8
- unzip \
9
- git-lfs \
10
- wget \
11
- curl \
12
- # ffmpeg \
13
- ffmpeg \
14
- x264 \
15
- # python build dependencies \
16
- build-essential \
17
- libssl-dev \
18
- zlib1g-dev \
19
- libbz2-dev \
20
- libreadline-dev \
21
- libsqlite3-dev \
22
- libncursesw5-dev \
23
- xz-utils \
24
- tk-dev \
25
- libxml2-dev \
26
- libxmlsec1-dev \
27
- libffi-dev \
28
- liblzma-dev && \
29
- apt-get clean && \
30
- rm -rf /var/lib/apt/lists/*
31
-
32
- RUN useradd -m -u 1000 user
33
- USER user
34
- ENV HOME=/home/user \
35
- PATH=/home/user/.local/bin:${PATH}
36
- WORKDIR ${HOME}/app
37
-
38
- RUN curl https://pyenv.run | bash
39
- ENV PATH=${HOME}/.pyenv/shims:${HOME}/.pyenv/bin:${PATH}
40
- ENV PYTHON_VERSION=3.10.9
41
- RUN pyenv install ${PYTHON_VERSION} && \
42
- pyenv global ${PYTHON_VERSION} && \
43
- pyenv rehash && \
44
- pip install --no-cache-dir -U pip setuptools wheel
45
-
46
- RUN pip install --no-cache-dir -U torch==1.12.1 torchvision==0.13.1
47
- COPY --chown=1000 requirements.txt /tmp/requirements.txt
48
- RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
49
-
50
- COPY --chown=1000 . ${HOME}/app
51
- RUN ls -a
52
- ENV PYTHONPATH=${HOME}/app \
53
- PYTHONUNBUFFERED=1 \
54
- GRADIO_ALLOW_FLAGGING=never \
55
- GRADIO_NUM_PORTS=1 \
56
- GRADIO_SERVER_NAME=0.0.0.0 \
57
- GRADIO_THEME=huggingface \
58
- SYSTEM=spaces
59
- CMD ["python", "app.py"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Tencent AI Lab
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/README.md DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- title: ChatGLM2-SadTalker
3
- emoji: 📺
4
- colorFrom: purple
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 3.23.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- duplicated_from: kevinwang676/ChatGLM2-SadTalker-VC
12
- ---
13
-
14
-
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ChatGLM2-SadTalker-VC-1/packages.txt DELETED
@@ -1,2 +0,0 @@
1
- ffmpeg
2
- libsndfile1
 
 
 
ChatGLM2-SadTalker-VC-1/requirements.txt DELETED
@@ -1,12 +0,0 @@
1
- scipy
2
- transformers
3
- librosa==0.8.1
4
- webrtcvad==2.0.10
5
- protobuf
6
- cpm_kernels
7
- mdtex2html
8
- sentencepiece
9
- accelerate
10
- loguru
11
- edge_tts
12
- altair