kiriyamaX commited on
Commit
c2d63d5
·
verified ·
1 Parent(s): fd08ced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -14,3 +14,19 @@ Check: https://huggingface.co/spaces/ysharma/Make_Custom_Voices_With_KokoroTTS
14
 
15
  Please refer to the original repo for copyright information as I do not own the model.
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  Please refer to the original repo for copyright information as I do not own the model.
16
 
17
+
18
+
19
+ ## Custom recipes
20
+
21
+ af_k1:
22
+
23
+ ```
24
+ _kokoro_kwargs = {
25
+ "recipe_override": {
26
+ "af": 0.58,
27
+ "af_bella": 0.49,
28
+ "af_nicole": 1.0,
29
+ "bf_isabella": 0.1
30
+ }
31
+ }
32
+ ```