You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-15Lines changed: 39 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@
36
36
</div>
37
37
38
38
## 🔥 Highlight
39
+
40
+
- 🔥 The extension of the [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) is online. Just install it in `extensions -> install from URL -> https://github.com/Winfredy/SadTalker`, checkout more details [here](#sd-webui-extension).
- 🔥 Beta version of the `full image mode` is online! checkout [here](https://github.com/Winfredy/SadTalker#beta-full-bodyimage-generation) for more details.
40
45
41
46
| still | still + enhancer |[input image @bagbag1815](https://twitter.com/bagbag1815/status/1642754319094108161)|
@@ -49,6 +54,10 @@
49
54
50
55
## 📋 Changelog (Previous changelog can be founded [here](docs/changlelog.md))
51
56
57
+
-__[2023.04.06]__: stable-diffiusion webui extension is release.
58
+
59
+
-__[2023.04.03]__: Enable TTS in huggingface and gradio local demo.
60
+
52
61
-__[2023.03.30]__: Launch beta version of the full body mode.
53
62
54
63
-__[2023.03.30]__: Launch new feature: through using reference videos, our algorithm can generate videos with more natural eye blinking and some eyebrow movement.
@@ -82,16 +91,14 @@ the 3D-aware face render for final video generation.
82
91
-[ ] training code of each componments.
83
92
-[ ] Audio-driven Anime Avatar.
84
93
-[ ] interpolate ChatGPT for a conversation demo 🤔
85
-
-[] integrade with stable-diffusion-web-ui. (stay tunning!)
94
+
-[x] integrade with stable-diffusion-web-ui. (stay tunning!)
More tips about installnation on Windows and the Docker file can be founded [here](docs/install.md)
124
+
125
+
#### Sd-Webui-Extension:
126
+
<details><summary>CLICK ME</summary>
114
127
115
-
<details><summary>CLICK For Docker Installation </summary>
128
+
Installing the lastest version of [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and install the sadtalker via `extension`.
A dockerfile are also provided by [@thegenerativegeneration](https://github.com/thegenerativegeneration)in [docker hub](https://hub.docker.com/repository/docker/wawa9000/sadtalker), which can be used directly as:
131
+
Then, retarting the stable-diffusion-webui, set some commandline args. The models will be downloaded automatically in the right place. Alternatively, you can add the path of pre-downloaded sadtalker checkpoints to `SADTALKTER_CHECKPOINTS` in `webui_user.sh`(linux) or `webui_user.bat`(windows) by:
118
132
119
133
```bash
120
-
docker run --gpus "all" --rm -v $(pwd):/host_dir wawa9000/sadtalker \
121
-
--driven_audio /host_dir/deyu.wav \
122
-
--source_image /host_dir/image.jpg \
123
-
--expression_scale 1.0 \
124
-
--still \
125
-
--result_dir /host_dir
134
+
# windows (webui_user.bat)
135
+
set COMMANDLINE_ARGS=--no-gradio-queue --disable-safe-unpickle
136
+
set SADTALKER_CHECKPOINTS=D:\SadTalker\checkpoints
- Make sure you have `ffmpeg` in the `%PATH%` as suggested in [#54](https://github.com/Winfredy/SadTalker/issues/54), following [this](https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/) installation to install `ffmpeg`.
7
+
8
+
9
+
### Windows WSL
10
+
- Make sure the environment: `export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH`
11
+
12
+
13
+
### Docker installnation
14
+
15
+
A dockerfile are also provided by [@thegenerativegeneration](https://github.com/thegenerativegeneration) in [docker hub](https://hub.docker.com/repository/docker/wawa9000/sadtalker), which can be used directly as:
16
+
17
+
```bash
18
+
docker run --gpus "all" --rm -v $(pwd):/host_dir wawa9000/sadtalker \
0 commit comments