dreamvocie 2.0
Browse files
dreamvoice/plugin_ckpts/openvoice_v2.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 104892189
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fde03f9b439b9ba0898727c5678f17d51f183da32e785acd95de901da09925a6
|
| 3 |
size 104892189
|
examples/openvoice_example.py
CHANGED
|
@@ -14,7 +14,7 @@ openvoice = ToneColorConverter(f'{ckpt_converter}/config.json', device=device)
|
|
| 14 |
openvoice.load_ckpt(f'{ckpt_converter}/checkpoint.pth')
|
| 15 |
|
| 16 |
# generate speaker
|
| 17 |
-
prompt = '
|
| 18 |
target_se = dreamvoice.gen_spk(prompt)
|
| 19 |
target_se = target_se.unsqueeze(-1)
|
| 20 |
|
|
|
|
| 14 |
openvoice.load_ckpt(f'{ckpt_converter}/checkpoint.pth')
|
| 15 |
|
| 16 |
# generate speaker
|
| 17 |
+
prompt = 'rough boy voice, young'
|
| 18 |
target_se = dreamvoice.gen_spk(prompt)
|
| 19 |
target_se = target_se.unsqueeze(-1)
|
| 20 |
|