Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,17 @@ license: cc-by-4.0
|
|
3 |
---
|
4 |
I do not own any of the content present in this repository. All the files belong to this repo: https://github.com/pkhungurn/talking-head-anime-3-demo
|
5 |
|
6 |
-
Please refer to the Github repo for the licenses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
I do not own any of the content present in this repository. All the files belong to this repo: https://github.com/pkhungurn/talking-head-anime-3-demo
|
5 |
|
6 |
+
Please refer to the Github repo for the licenses.
|
7 |
+
|
8 |
+
# Usage
|
9 |
+
|
10 |
+
Download the model checkpoint you need and put it into `data/models`
|
11 |
+
The correct directory hierarchy is
|
12 |
+
```
|
13 |
+
+ models
|
14 |
+
- separable_float
|
15 |
+
- separable_half
|
16 |
+
- standard_float
|
17 |
+
- standard_half
|
18 |
+
- placeholder.txt
|
19 |
+
```
|