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