url
stringlengths 60
60
| repository_url
stringclasses 1
value | labels_url
stringlengths 74
74
| comments_url
stringlengths 69
69
| events_url
stringlengths 67
67
| html_url
stringlengths 48
50
| id
int64 2.21B
2.34B
| node_id
stringlengths 18
19
| number
int64 162
263
| title
stringlengths 2
138
| user
dict | labels
sequencelengths 0
0
| state
stringclasses 2
values | locked
bool 1
class | assignee
null | assignees
sequencelengths 0
0
| milestone
null | comments
sequencelengths 0
9
| created_at
timestamp[s] | updated_at
timestamp[s] | closed_at
timestamp[s] | author_association
stringclasses 3
values | active_lock_reason
null | body
stringlengths 1
5.51k
⌀ | reactions
dict | timeline_url
stringlengths 69
69
| performed_via_github_app
null | state_reason
stringclasses 1
value | draft
bool 1
class | pull_request
dict | is_pull_request
bool 2
classes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/myshell-ai/OpenVoice/issues/263 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/263/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/263/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/263/events | https://github.com/myshell-ai/OpenVoice/issues/263 | 2,337,010,991 | I_kwDOKzf7Ec6LS_Uv | 263 | Base model for zero shot speech generation | {
"login": "cjohn001",
"id": 43253483,
"node_id": "MDQ6VXNlcjQzMjUzNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/43253483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cjohn001",
"html_url": "https://github.com/cjohn001",
"followers_url": "https://api.github.com/users/cjohn001/followers",
"following_url": "https://api.github.com/users/cjohn001/following{/other_user}",
"gists_url": "https://api.github.com/users/cjohn001/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cjohn001/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cjohn001/subscriptions",
"organizations_url": "https://api.github.com/users/cjohn001/orgs",
"repos_url": "https://api.github.com/users/cjohn001/repos",
"events_url": "https://api.github.com/users/cjohn001/events{/privacy}",
"received_events_url": "https://api.github.com/users/cjohn001/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-06T00:04:46 | 2024-06-06T00:04:46 | null | NONE | null | Hello together,
I am currently trying to use OpenVoice for German language generation. I have not been able to figure out how this zero shot speech synthesis shall work. Is there some kind of multilanguage base model missing? When I use one of the language dependent base models things sound weird.
It would also be interesting if someone could explain how the different emotions/speech styles can be controlled. The documentation of the API could benefit from some more examples. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/263/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/263/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/262 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/262/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/262/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/262/events | https://github.com/myshell-ai/OpenVoice/pull/262 | 2,336,332,497 | PR_kwDOKzf7Ec5xk_XB | 262 | added CPU support to se_extractor.py | {
"login": "Afnanksalal",
"id": 72243953,
"node_id": "MDQ6VXNlcjcyMjQzOTUz",
"avatar_url": "https://avatars.githubusercontent.com/u/72243953?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Afnanksalal",
"html_url": "https://github.com/Afnanksalal",
"followers_url": "https://api.github.com/users/Afnanksalal/followers",
"following_url": "https://api.github.com/users/Afnanksalal/following{/other_user}",
"gists_url": "https://api.github.com/users/Afnanksalal/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Afnanksalal/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Afnanksalal/subscriptions",
"organizations_url": "https://api.github.com/users/Afnanksalal/orgs",
"repos_url": "https://api.github.com/users/Afnanksalal/repos",
"events_url": "https://api.github.com/users/Afnanksalal/events{/privacy}",
"received_events_url": "https://api.github.com/users/Afnanksalal/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-05T16:18:03 | 2024-06-05T16:18:03 | null | NONE | null | implemented an if statement to check if device is cuda or cpu, if it is a GPU device use GPU for extracting, else use CPU. formerly there was no CPU extraction support by default. by doing this way we can utilize CPU power for small scale extraction without wasting GPU power
i made this fork regarding the issue#261 about the CPU implementation
issue link: https://github.com/myshell-ai/OpenVoice/issues/261
![image](https://github.com/myshell-ai/OpenVoice/assets/72243953/a6da4a1a-ac6a-4e75-bc4c-8a8c329b520f)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/262/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/262/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/262",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/262",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/262.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/262.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/261 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/261/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/261/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/261/events | https://github.com/myshell-ai/OpenVoice/issues/261 | 2,335,897,469 | I_kwDOKzf7Ec6LOvd9 | 261 | CPU support for voice tone extraction | {
"login": "Afnanksalal",
"id": 72243953,
"node_id": "MDQ6VXNlcjcyMjQzOTUz",
"avatar_url": "https://avatars.githubusercontent.com/u/72243953?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Afnanksalal",
"html_url": "https://github.com/Afnanksalal",
"followers_url": "https://api.github.com/users/Afnanksalal/followers",
"following_url": "https://api.github.com/users/Afnanksalal/following{/other_user}",
"gists_url": "https://api.github.com/users/Afnanksalal/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Afnanksalal/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Afnanksalal/subscriptions",
"organizations_url": "https://api.github.com/users/Afnanksalal/orgs",
"repos_url": "https://api.github.com/users/Afnanksalal/repos",
"events_url": "https://api.github.com/users/Afnanksalal/events{/privacy}",
"received_events_url": "https://api.github.com/users/Afnanksalal/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-05T13:19:59 | 2024-06-05T13:19:59 | null | NONE | null | By default OpenVoice uses CUDA for voice tone extraction which is a pain in the ass for CPU runtimes. i can modify the SRC of the se_extractor.py to use a CUDA/CPU switcher to check for drivers but again its pain in the ass to modify the internal dependency code everytime when i start a fresh new codebase. it will be good if yall can add that to the repo so that when i do a new fresh install i dont need to modify the src everytime!
thank you!
```python
model = None
def split_audio_whisper(audio_path, audio_name, target_dir='processed'):
global model
if model is None:
model = WhisperModel(model_size, device="cuda", compute_type="float16")
```
just add a model argument to the function so that we can choose cpu or gpu with different float values for ie my instance uses float32...
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/261/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/261/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/260 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/260/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/260/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/260/events | https://github.com/myshell-ai/OpenVoice/issues/260 | 2,335,348,489 | I_kwDOKzf7Ec6LMpcJ | 260 | ValueError: This CTranslate2 package was not compiled with CUDA support | {
"login": "flywithbug",
"id": 3955387,
"node_id": "MDQ6VXNlcjM5NTUzODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3955387?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/flywithbug",
"html_url": "https://github.com/flywithbug",
"followers_url": "https://api.github.com/users/flywithbug/followers",
"following_url": "https://api.github.com/users/flywithbug/following{/other_user}",
"gists_url": "https://api.github.com/users/flywithbug/gists{/gist_id}",
"starred_url": "https://api.github.com/users/flywithbug/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/flywithbug/subscriptions",
"organizations_url": "https://api.github.com/users/flywithbug/orgs",
"repos_url": "https://api.github.com/users/flywithbug/repos",
"events_url": "https://api.github.com/users/flywithbug/events{/privacy}",
"received_events_url": "https://api.github.com/users/flywithbug/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I just run into the same problem.\r\n\r\nin se_extractor.py line 22 I had to change the parameters, see below. Would be nice if this could be made configurable for Apple Silicon users.\r\n\r\n model = WhisperModel(model_size, device=\"cpu\", compute_type=\"float32\")"
] | 2024-06-05T09:19:22 | 2024-06-05T23:09:45 | null | NONE | null | CPU: Apple M3 Max
![image](https://github.com/myshell-ai/OpenVoice/assets/3955387/70a18f90-a77a-4a20-b465-ad87c1a0ecb2)
can support. mac os m3 cpu mode
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/260/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/260/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/259 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/259/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/259/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/259/events | https://github.com/myshell-ai/OpenVoice/issues/259 | 2,335,271,004 | I_kwDOKzf7Ec6LMWhc | 259 | An error occured while synchronizing the model guillaumekln/faster-whisper-medium from the Hugging Face Hub: | {
"login": "wanglongpeng1",
"id": 104891024,
"node_id": "U_kgDOBkCCkA",
"avatar_url": "https://avatars.githubusercontent.com/u/104891024?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wanglongpeng1",
"html_url": "https://github.com/wanglongpeng1",
"followers_url": "https://api.github.com/users/wanglongpeng1/followers",
"following_url": "https://api.github.com/users/wanglongpeng1/following{/other_user}",
"gists_url": "https://api.github.com/users/wanglongpeng1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wanglongpeng1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wanglongpeng1/subscriptions",
"organizations_url": "https://api.github.com/users/wanglongpeng1/orgs",
"repos_url": "https://api.github.com/users/wanglongpeng1/repos",
"events_url": "https://api.github.com/users/wanglongpeng1/events{/privacy}",
"received_events_url": "https://api.github.com/users/wanglongpeng1/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-05T08:43:28 | 2024-06-05T08:43:28 | null | NONE | null | 相同的环境v1能跑通 ,换到v2就不行了
demo_part3第三个cell 报错
OpenVoice version: v2
An error occured while synchronizing the model guillaumekln/faster-whisper-medium from the Hugging Face Hub:
An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again.
Trying to load the model directly from the local cache, if it exists.
OSError Traceback (most recent call last)
File /anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:198, in HTTPConnection._new_conn(self)
[197](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:197) try:
--> [198](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:198) sock = connection.create_connection(
[199](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:199) (self._dns_host, self.port),
[200](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:200) self.timeout,
[201](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:201) source_address=self.source_address,
[202](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:202) socket_options=self.socket_options,
[203](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:203) )
[204](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/connection.py:204) except socket.gaierror as e:
File /anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:85, in create_connection(address, timeout, source_address, socket_options)
[84](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:84) try:
---> [85](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:85) raise err
[86](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:86) finally:
[87](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:87) # Break explicitly a reference cycle
File /anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:73, in create_connection(address, timeout, source_address, socket_options)
[72](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:72) sock.bind(source_address)
---> [73](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:73) sock.connect(sa)
[74](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/urllib3/util/connection.py:74) # Break explicitly a reference cycle
OSError: [Errno 101] Network is unreachable
...
[243](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py:243) "outgoing traffic has been disabled. To enable repo look-ups and downloads online, set "
[244](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py:244) "'HF_HUB_OFFLINE=0' as environment variable."
[245](https://vscode-remote+ssh-002dremote-002b172-002e16-002e30-002e12.vscode-resource.vscode-cdn.net/anaconda3/envs/openvoice_t_wlp/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py:245) ) from api_call_erro
LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.
已经把环境变量换为
$HF_ENDPOINT
https://hf-mirror.com还是不行
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/259/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/259/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/258 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/258/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/258/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/258/events | https://github.com/myshell-ai/OpenVoice/issues/258 | 2,332,795,575 | I_kwDOKzf7Ec6LC6K3 | 258 | 尝试了中文男性,感觉有浓重的日本口音 | {
"login": "yimo0871",
"id": 40194294,
"node_id": "MDQ6VXNlcjQwMTk0Mjk0",
"avatar_url": "https://avatars.githubusercontent.com/u/40194294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yimo0871",
"html_url": "https://github.com/yimo0871",
"followers_url": "https://api.github.com/users/yimo0871/followers",
"following_url": "https://api.github.com/users/yimo0871/following{/other_user}",
"gists_url": "https://api.github.com/users/yimo0871/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yimo0871/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yimo0871/subscriptions",
"organizations_url": "https://api.github.com/users/yimo0871/orgs",
"repos_url": "https://api.github.com/users/yimo0871/repos",
"events_url": "https://api.github.com/users/yimo0871/events{/privacy}",
"received_events_url": "https://api.github.com/users/yimo0871/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-04T07:44:22 | 2024-06-04T07:44:22 | null | NONE | null | 如题 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/258/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/258/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/257 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/257/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/257/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/257/events | https://github.com/myshell-ai/OpenVoice/pull/257 | 2,329,731,528 | PR_kwDOKzf7Ec5xOaL9 | 257 | Add files via upload เสียงพี่ซิ้ม | {
"login": "399som",
"id": 171500766,
"node_id": "U_kgDOCjjk3g",
"avatar_url": "https://avatars.githubusercontent.com/u/171500766?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/399som",
"html_url": "https://github.com/399som",
"followers_url": "https://api.github.com/users/399som/followers",
"following_url": "https://api.github.com/users/399som/following{/other_user}",
"gists_url": "https://api.github.com/users/399som/gists{/gist_id}",
"starred_url": "https://api.github.com/users/399som/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/399som/subscriptions",
"organizations_url": "https://api.github.com/users/399som/orgs",
"repos_url": "https://api.github.com/users/399som/repos",
"events_url": "https://api.github.com/users/399som/events{/privacy}",
"received_events_url": "https://api.github.com/users/399som/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-02T15:57:16 | 2024-06-02T16:16:00 | null | NONE | null | . | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/257/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/257/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/257",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/257",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/257.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/257.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/256 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/256/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/256/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/256/events | https://github.com/myshell-ai/OpenVoice/issues/256 | 2,329,447,249 | I_kwDOKzf7Ec6K2ItR | 256 | How to resovle this problem? tips:"Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work" | {
"login": "WangShaoze",
"id": 100668371,
"node_id": "U_kgDOBgAT0w",
"avatar_url": "https://avatars.githubusercontent.com/u/100668371?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/WangShaoze",
"html_url": "https://github.com/WangShaoze",
"followers_url": "https://api.github.com/users/WangShaoze/followers",
"following_url": "https://api.github.com/users/WangShaoze/following{/other_user}",
"gists_url": "https://api.github.com/users/WangShaoze/gists{/gist_id}",
"starred_url": "https://api.github.com/users/WangShaoze/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/WangShaoze/subscriptions",
"organizations_url": "https://api.github.com/users/WangShaoze/orgs",
"repos_url": "https://api.github.com/users/WangShaoze/repos",
"events_url": "https://api.github.com/users/WangShaoze/events{/privacy}",
"received_events_url": "https://api.github.com/users/WangShaoze/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-06-02T03:32:58 | 2024-06-02T03:32:58 | null | NONE | null | C:\Users\TCB\PycharmProjects\OpenVoice\venv\lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/256/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/256/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/255 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/255/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/255/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/255/events | https://github.com/myshell-ai/OpenVoice/issues/255 | 2,325,899,053 | I_kwDOKzf7Ec6Komct | 255 | CUDNN_STATUS_NOT_SUPPORTED | {
"login": "fishingcatgo",
"id": 147041372,
"node_id": "U_kgDOCMOsXA",
"avatar_url": "https://avatars.githubusercontent.com/u/147041372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fishingcatgo",
"html_url": "https://github.com/fishingcatgo",
"followers_url": "https://api.github.com/users/fishingcatgo/followers",
"following_url": "https://api.github.com/users/fishingcatgo/following{/other_user}",
"gists_url": "https://api.github.com/users/fishingcatgo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fishingcatgo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fishingcatgo/subscriptions",
"organizations_url": "https://api.github.com/users/fishingcatgo/orgs",
"repos_url": "https://api.github.com/users/fishingcatgo/repos",
"events_url": "https://api.github.com/users/fishingcatgo/events{/privacy}",
"received_events_url": "https://api.github.com/users/fishingcatgo/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-30T15:04:28 | 2024-05-30T15:04:28 | null | NONE | null | /root/autodl-tmp/conda/envs/openvoice/lib/python3.9/site-packages/torch/nn/modules/conv.py:306: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv1d(input, weight, bias, self.stride,
Detected language:en
OpenVoice version: v1
[(0.0, 8.178), (9.326, 12.914), (13.262, 16.402), (16.654, 29.49225)]
after vad: dur = 27.743990929705216
> Text splitted to sentences.
This audio is generated by open voice with a half-performance model.
> ===========================
ðɪs ˈɑdiˌoʊ ɪz ˈdʒɛnəɹˌeɪtɪd baɪ ˈoʊpən vɔɪs wɪθ ə half-peɹfoɹmance* ˈmɑdəɫ.
length:76
length:75
/root/autodl-tmp/conda/envs/openvoice/lib/python3.9/site-packages/torch/nn/modules/conv.py:306: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv1d(input, weight, bias, self.stride, | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/255/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/255/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/254 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/254/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/254/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/254/events | https://github.com/myshell-ai/OpenVoice/pull/254 | 2,324,528,689 | PR_kwDOKzf7Ec5w8y0W | 254 | Update Dockerfile | {
"login": "jotpalch",
"id": 49465120,
"node_id": "MDQ6VXNlcjQ5NDY1MTIw",
"avatar_url": "https://avatars.githubusercontent.com/u/49465120?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jotpalch",
"html_url": "https://github.com/jotpalch",
"followers_url": "https://api.github.com/users/jotpalch/followers",
"following_url": "https://api.github.com/users/jotpalch/following{/other_user}",
"gists_url": "https://api.github.com/users/jotpalch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jotpalch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jotpalch/subscriptions",
"organizations_url": "https://api.github.com/users/jotpalch/orgs",
"repos_url": "https://api.github.com/users/jotpalch/repos",
"events_url": "https://api.github.com/users/jotpalch/events{/privacy}",
"received_events_url": "https://api.github.com/users/jotpalch/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-30T02:02:49 | 2024-06-01T19:51:01 | null | NONE | null | I've encountered an error while executing the Dockerfile.
- #177
You can view the Dockerfile here: [Dockerfile Link @StevenJSCF](https://github.com/StevenJSCF/OpenVoice/blob/11cdec7d98f37c142cebcc2fcb79bf7565f6a6ad/docs/DockerFile).
### Context:
I was trying to build the Docker image using the provided Dockerfile when I ran into the following error:
Here is a screenshot of the error:
![Error Screenshot](https://github.com/myshell-ai/OpenVoice/assets/49465120/8237ebaf-e9ad-4985-b536-1601c3a78ff6)
### Changes Made:
- **Base Image**: Changed to `python:3.10-slim` for a lighter and more efficient image.
- **Support for v2 Material**: Added steps to download and set up v2 checkpoints.
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/254/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/254/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/254",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/254",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/254.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/254.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/253 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/253/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/253/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/253/events | https://github.com/myshell-ai/OpenVoice/pull/253 | 2,322,396,347 | PR_kwDOKzf7Ec5w1fjt | 253 | Main | {
"login": "skyleraiguy",
"id": 105577249,
"node_id": "U_kgDOBkr7IQ",
"avatar_url": "https://avatars.githubusercontent.com/u/105577249?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/skyleraiguy",
"html_url": "https://github.com/skyleraiguy",
"followers_url": "https://api.github.com/users/skyleraiguy/followers",
"following_url": "https://api.github.com/users/skyleraiguy/following{/other_user}",
"gists_url": "https://api.github.com/users/skyleraiguy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/skyleraiguy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/skyleraiguy/subscriptions",
"organizations_url": "https://api.github.com/users/skyleraiguy/orgs",
"repos_url": "https://api.github.com/users/skyleraiguy/repos",
"events_url": "https://api.github.com/users/skyleraiguy/events{/privacy}",
"received_events_url": "https://api.github.com/users/skyleraiguy/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-05-29T05:35:17 | 2024-05-29T05:40:58 | 2024-05-29T05:40:58 | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/253/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/253/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/253",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/253",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/253.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/253.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/252 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/252/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/252/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/252/events | https://github.com/myshell-ai/OpenVoice/issues/252 | 2,321,937,677 | I_kwDOKzf7Ec6KZfUN | 252 | What does the Tau parameter do? | {
"login": "yukiarimo",
"id": 67983369,
"node_id": "MDQ6VXNlcjY3OTgzMzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/67983369?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yukiarimo",
"html_url": "https://github.com/yukiarimo",
"followers_url": "https://api.github.com/users/yukiarimo/followers",
"following_url": "https://api.github.com/users/yukiarimo/following{/other_user}",
"gists_url": "https://api.github.com/users/yukiarimo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yukiarimo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yukiarimo/subscriptions",
"organizations_url": "https://api.github.com/users/yukiarimo/orgs",
"repos_url": "https://api.github.com/users/yukiarimo/repos",
"events_url": "https://api.github.com/users/yukiarimo/events{/privacy}",
"received_events_url": "https://api.github.com/users/yukiarimo/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-28T21:18:25 | 2024-05-28T21:18:25 | null | NONE | null | <img width="780" alt="Screenshot 2024-05-28 at 3 17 49 PM" src="https://github.com/myshell-ai/OpenVoice/assets/67983369/77b2b708-6eaa-4607-aa91-b978e58c768e">
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/252/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/252/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/251 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/251/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/251/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/251/events | https://github.com/myshell-ai/OpenVoice/issues/251 | 2,320,579,526 | I_kwDOKzf7Ec6KUTvG | 251 | Can this repo clone the original voice and generate a voice file with the speaker voice ? | {
"login": "misraj-ah",
"id": 171021473,
"node_id": "U_kgDOCjGUoQ",
"avatar_url": "https://avatars.githubusercontent.com/u/171021473?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/misraj-ah",
"html_url": "https://github.com/misraj-ah",
"followers_url": "https://api.github.com/users/misraj-ah/followers",
"following_url": "https://api.github.com/users/misraj-ah/following{/other_user}",
"gists_url": "https://api.github.com/users/misraj-ah/gists{/gist_id}",
"starred_url": "https://api.github.com/users/misraj-ah/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/misraj-ah/subscriptions",
"organizations_url": "https://api.github.com/users/misraj-ah/orgs",
"repos_url": "https://api.github.com/users/misraj-ah/repos",
"events_url": "https://api.github.com/users/misraj-ah/events{/privacy}",
"received_events_url": "https://api.github.com/users/misraj-ah/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-28T09:31:10 | 2024-05-28T09:31:10 | null | NONE | null | I'm a little bit confused about what can this repo really do, the readme file says that we can clone the voice, but in issues I found that this repo can only clone the tone color of the speaker, and I don't know what is this exactly mean ? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/251/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/251/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/250 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/250/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/250/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/250/events | https://github.com/myshell-ai/OpenVoice/pull/250 | 2,320,287,761 | PR_kwDOKzf7Ec5wuUuA | 250 | Update setup.py to support python 3.12.3 | {
"login": "wasertech",
"id": 79070834,
"node_id": "MDQ6VXNlcjc5MDcwODM0",
"avatar_url": "https://avatars.githubusercontent.com/u/79070834?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wasertech",
"html_url": "https://github.com/wasertech",
"followers_url": "https://api.github.com/users/wasertech/followers",
"following_url": "https://api.github.com/users/wasertech/following{/other_user}",
"gists_url": "https://api.github.com/users/wasertech/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wasertech/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wasertech/subscriptions",
"organizations_url": "https://api.github.com/users/wasertech/orgs",
"repos_url": "https://api.github.com/users/wasertech/repos",
"events_url": "https://api.github.com/users/wasertech/events{/privacy}",
"received_events_url": "https://api.github.com/users/wasertech/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-28T07:01:51 | 2024-05-28T07:31:16 | null | NONE | null | Had to update some dependencies too.
```
❯ python --version
Python 3.12.3
❯ pip show myshell-openvoice
Name: MyShell-OpenVoice
Version: 0.0.0
Summary: Instant voice cloning by MyShell.
Home-page: https://github.com/myshell-ai/OpenVoice
Author: MyShell
Author-email: ethan@myshell.ai
License: MIT License
Location: /home/waser/Projets/Say/src/.venv/lib/python3.12/site-packages
Requires: cn2an, eng-to-ipa, faster-whisper, gradio, inflect, jieba, langid, librosa, numpy, pydub, pypinyin, unidecode, wavmark, whisper-timestamped
Required-by:
``` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/250/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/250/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/250",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/250",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/250.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/250.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/249 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/249/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/249/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/249/events | https://github.com/myshell-ai/OpenVoice/pull/249 | 2,318,941,715 | PR_kwDOKzf7Ec5wpwKq | 249 | Update USAGE.md | {
"login": "eZtaR1",
"id": 113856704,
"node_id": "U_kgDOBslQwA",
"avatar_url": "https://avatars.githubusercontent.com/u/113856704?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/eZtaR1",
"html_url": "https://github.com/eZtaR1",
"followers_url": "https://api.github.com/users/eZtaR1/followers",
"following_url": "https://api.github.com/users/eZtaR1/following{/other_user}",
"gists_url": "https://api.github.com/users/eZtaR1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/eZtaR1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/eZtaR1/subscriptions",
"organizations_url": "https://api.github.com/users/eZtaR1/orgs",
"repos_url": "https://api.github.com/users/eZtaR1/repos",
"events_url": "https://api.github.com/users/eZtaR1/events{/privacy}",
"received_events_url": "https://api.github.com/users/eZtaR1/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-27T11:35:15 | 2024-05-27T11:35:15 | null | NONE | null | Changed to "git clone git@github.com:myshell-ai/OpenVoice.git" "git clone https://github.com/myshell-ai/OpenVoice.git" to ease users who haven't set up git. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/249/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/249/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/249",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/249",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/249.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/249.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/248 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/248/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/248/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/248/events | https://github.com/myshell-ai/OpenVoice/issues/248 | 2,318,604,565 | I_kwDOKzf7Ec6KMxkV | 248 | 各个模块或模型的作用是什么?有关V2测试 | {
"login": "zhjygit",
"id": 44870751,
"node_id": "MDQ6VXNlcjQ0ODcwNzUx",
"avatar_url": "https://avatars.githubusercontent.com/u/44870751?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhjygit",
"html_url": "https://github.com/zhjygit",
"followers_url": "https://api.github.com/users/zhjygit/followers",
"following_url": "https://api.github.com/users/zhjygit/following{/other_user}",
"gists_url": "https://api.github.com/users/zhjygit/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhjygit/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhjygit/subscriptions",
"organizations_url": "https://api.github.com/users/zhjygit/orgs",
"repos_url": "https://api.github.com/users/zhjygit/repos",
"events_url": "https://api.github.com/users/zhjygit/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhjygit/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-27T08:46:13 | 2024-05-27T08:46:13 | null | NONE | null | 结合论文来看,主要包括两个大的部分:基于基础语音模型的特征提取和音色克隆;
1)基础语音模型在项目中是哪个呀?
2)guillaumekln/faster-whisper-medium 对应论文中的哪个部分?
3)melotts--myshell-ai-MeloTTS-xxx会在.cache\huggface\hub目录下下载模型,这些模型作用是什么,对应论文哪一部分呀?
目前,在V2版本中,我没找到节奏、停顿等的控制方法,貌似只有speed的控制参数。
对于台湾普通话的克隆,几乎无法实现,不知道是基础语音模型的问题还是其他问题(比如,给的音频质量不行),是否需要训练台湾普通话,如何训练能否提供方法,我也想给这个项目顺便贡献一下自己的力量,让他更丰富。
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/248/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/248/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/247 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/247/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/247/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/247/events | https://github.com/myshell-ai/OpenVoice/issues/247 | 2,317,963,385 | I_kwDOKzf7Ec6KKVB5 | 247 | What would be the most optimal way to generate audio in real time? | {
"login": "F4k3r22",
"id": 116135955,
"node_id": "U_kgDOBuwYEw",
"avatar_url": "https://avatars.githubusercontent.com/u/116135955?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/F4k3r22",
"html_url": "https://github.com/F4k3r22",
"followers_url": "https://api.github.com/users/F4k3r22/followers",
"following_url": "https://api.github.com/users/F4k3r22/following{/other_user}",
"gists_url": "https://api.github.com/users/F4k3r22/gists{/gist_id}",
"starred_url": "https://api.github.com/users/F4k3r22/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/F4k3r22/subscriptions",
"organizations_url": "https://api.github.com/users/F4k3r22/orgs",
"repos_url": "https://api.github.com/users/F4k3r22/repos",
"events_url": "https://api.github.com/users/F4k3r22/events{/privacy}",
"received_events_url": "https://api.github.com/users/F4k3r22/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-26T22:35:51 | 2024-05-26T22:35:51 | null | NONE | null | What would be the most optimal way to generate audio in real time? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/247/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/247/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/246 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/246/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/246/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/246/events | https://github.com/myshell-ai/OpenVoice/issues/246 | 2,317,488,409 | I_kwDOKzf7Ec6KIhEZ | 246 | 能否加入台湾那边口音? | {
"login": "zhjygit",
"id": 44870751,
"node_id": "MDQ6VXNlcjQ0ODcwNzUx",
"avatar_url": "https://avatars.githubusercontent.com/u/44870751?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhjygit",
"html_url": "https://github.com/zhjygit",
"followers_url": "https://api.github.com/users/zhjygit/followers",
"following_url": "https://api.github.com/users/zhjygit/following{/other_user}",
"gists_url": "https://api.github.com/users/zhjygit/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhjygit/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhjygit/subscriptions",
"organizations_url": "https://api.github.com/users/zhjygit/orgs",
"repos_url": "https://api.github.com/users/zhjygit/repos",
"events_url": "https://api.github.com/users/zhjygit/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhjygit/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-26T05:19:52 | 2024-05-26T05:19:52 | null | NONE | null | 感觉很不错,能否添加一下台湾那边口音。
如果您没时间,能否说一下具体可行的方法步骤,我来自己操作一下。
非重重要,期待您的回复。 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/246/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/246/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/245 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/245/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/245/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/245/events | https://github.com/myshell-ai/OpenVoice/issues/245 | 2,317,071,328 | I_kwDOKzf7Ec6KG7Pg | 245 | Op | {
"login": "Djaman45",
"id": 170814875,
"node_id": "U_kgDOCi5tmw",
"avatar_url": "https://avatars.githubusercontent.com/u/170814875?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Djaman45",
"html_url": "https://github.com/Djaman45",
"followers_url": "https://api.github.com/users/Djaman45/followers",
"following_url": "https://api.github.com/users/Djaman45/following{/other_user}",
"gists_url": "https://api.github.com/users/Djaman45/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Djaman45/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Djaman45/subscriptions",
"organizations_url": "https://api.github.com/users/Djaman45/orgs",
"repos_url": "https://api.github.com/users/Djaman45/repos",
"events_url": "https://api.github.com/users/Djaman45/events{/privacy}",
"received_events_url": "https://api.github.com/users/Djaman45/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-25T14:58:22 | 2024-05-25T14:58:22 | null | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/245/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/245/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/244 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/244/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/244/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/244/events | https://github.com/myshell-ai/OpenVoice/issues/244 | 2,317,070,842 | I_kwDOKzf7Ec6KG7H6 | 244 | Op v | {
"login": "Djaman45",
"id": 170814875,
"node_id": "U_kgDOCi5tmw",
"avatar_url": "https://avatars.githubusercontent.com/u/170814875?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Djaman45",
"html_url": "https://github.com/Djaman45",
"followers_url": "https://api.github.com/users/Djaman45/followers",
"following_url": "https://api.github.com/users/Djaman45/following{/other_user}",
"gists_url": "https://api.github.com/users/Djaman45/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Djaman45/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Djaman45/subscriptions",
"organizations_url": "https://api.github.com/users/Djaman45/orgs",
"repos_url": "https://api.github.com/users/Djaman45/repos",
"events_url": "https://api.github.com/users/Djaman45/events{/privacy}",
"received_events_url": "https://api.github.com/users/Djaman45/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-25T14:57:30 | 2024-05-25T14:57:30 | null | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/244/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/244/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/243 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/243/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/243/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/243/events | https://github.com/myshell-ai/OpenVoice/issues/243 | 2,316,842,140 | I_kwDOKzf7Ec6KGDSc | 243 | How to simulate pauses in sound | {
"login": "zhjygit",
"id": 44870751,
"node_id": "MDQ6VXNlcjQ0ODcwNzUx",
"avatar_url": "https://avatars.githubusercontent.com/u/44870751?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhjygit",
"html_url": "https://github.com/zhjygit",
"followers_url": "https://api.github.com/users/zhjygit/followers",
"following_url": "https://api.github.com/users/zhjygit/following{/other_user}",
"gists_url": "https://api.github.com/users/zhjygit/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhjygit/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhjygit/subscriptions",
"organizations_url": "https://api.github.com/users/zhjygit/orgs",
"repos_url": "https://api.github.com/users/zhjygit/repos",
"events_url": "https://api.github.com/users/zhjygit/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhjygit/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-25T08:41:11 | 2024-05-25T08:41:11 | null | NONE | null | How to simulate pauses in sound.
如何模拟说话中的停顿或者静音。 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/243/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/243/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/242 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/242/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/242/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/242/events | https://github.com/myshell-ai/OpenVoice/issues/242 | 2,312,386,203 | I_kwDOKzf7Ec6J1Dab | 242 | Installed so many versions of botocore | {
"login": "jkla139",
"id": 44624598,
"node_id": "MDQ6VXNlcjQ0NjI0NTk4",
"avatar_url": "https://avatars.githubusercontent.com/u/44624598?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jkla139",
"html_url": "https://github.com/jkla139",
"followers_url": "https://api.github.com/users/jkla139/followers",
"following_url": "https://api.github.com/users/jkla139/following{/other_user}",
"gists_url": "https://api.github.com/users/jkla139/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jkla139/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jkla139/subscriptions",
"organizations_url": "https://api.github.com/users/jkla139/orgs",
"repos_url": "https://api.github.com/users/jkla139/repos",
"events_url": "https://api.github.com/users/jkla139/events{/privacy}",
"received_events_url": "https://api.github.com/users/jkla139/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-23T09:12:22 | 2024-05-23T09:28:57 | null | NONE | null | It seems all versions should be downloaded. Is it really necessary ?
![搜狗截图20240523170817](https://github.com/myshell-ai/OpenVoice/assets/44624598/fa17c66a-f379-4960-8fac-8ed654177580)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/242/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/242/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/241 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/241/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/241/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/241/events | https://github.com/myshell-ai/OpenVoice/issues/241 | 2,309,899,585 | I_kwDOKzf7Ec6JrkVB | 241 | El lenguaje ES(spanish) no puede generar sonidos | {
"login": "207285",
"id": 109525170,
"node_id": "U_kgDOBoc4sg",
"avatar_url": "https://avatars.githubusercontent.com/u/109525170?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/207285",
"html_url": "https://github.com/207285",
"followers_url": "https://api.github.com/users/207285/followers",
"following_url": "https://api.github.com/users/207285/following{/other_user}",
"gists_url": "https://api.github.com/users/207285/gists{/gist_id}",
"starred_url": "https://api.github.com/users/207285/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/207285/subscriptions",
"organizations_url": "https://api.github.com/users/207285/orgs",
"repos_url": "https://api.github.com/users/207285/repos",
"events_url": "https://api.github.com/users/207285/events{/privacy}",
"received_events_url": "https://api.github.com/users/207285/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-22T08:24:46 | 2024-05-22T08:24:46 | null | NONE | null | I tested it in demo_part3.py, but found that Spanish can't generate sound, while other languages run normally. I can't find the cause of this problem.
![屏幕截图 2024-05-22 162329](https://github.com/myshell-ai/OpenVoice/assets/109525170/8a576815-6157-4f58-86f6-3d674cf0cf93)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/241/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/241/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/240 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/240/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/240/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/240/events | https://github.com/myshell-ai/OpenVoice/issues/240 | 2,309,487,155 | I_kwDOKzf7Ec6Jp_oz | 240 | Can OpenV2 deployed by CPU? | {
"login": "CHRIS123540",
"id": 64949823,
"node_id": "MDQ6VXNlcjY0OTQ5ODIz",
"avatar_url": "https://avatars.githubusercontent.com/u/64949823?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CHRIS123540",
"html_url": "https://github.com/CHRIS123540",
"followers_url": "https://api.github.com/users/CHRIS123540/followers",
"following_url": "https://api.github.com/users/CHRIS123540/following{/other_user}",
"gists_url": "https://api.github.com/users/CHRIS123540/gists{/gist_id}",
"starred_url": "https://api.github.com/users/CHRIS123540/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/CHRIS123540/subscriptions",
"organizations_url": "https://api.github.com/users/CHRIS123540/orgs",
"repos_url": "https://api.github.com/users/CHRIS123540/repos",
"events_url": "https://api.github.com/users/CHRIS123540/events{/privacy}",
"received_events_url": "https://api.github.com/users/CHRIS123540/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"change compute type to int8"
] | 2024-05-22T03:19:42 | 2024-05-26T00:01:31 | null | NONE | null | ![image](https://github.com/myshell-ai/OpenVoice/assets/64949823/e052ec70-1d54-49bf-ae17-880927c4cc16)
![image](https://github.com/myshell-ai/OpenVoice/assets/64949823/8f5910f2-85fe-4699-8acd-e09e5296dc63)
I change the device to cpu instead of cuda. Does the OpenV2 can only deployed by CPU? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/240/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/240/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/239 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/239/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/239/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/239/events | https://github.com/myshell-ai/OpenVoice/issues/239 | 2,307,664,778 | I_kwDOKzf7Ec6JjCuK | 239 | v2 demo_part3 error | {
"login": "zhjygit",
"id": 44870751,
"node_id": "MDQ6VXNlcjQ0ODcwNzUx",
"avatar_url": "https://avatars.githubusercontent.com/u/44870751?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhjygit",
"html_url": "https://github.com/zhjygit",
"followers_url": "https://api.github.com/users/zhjygit/followers",
"following_url": "https://api.github.com/users/zhjygit/following{/other_user}",
"gists_url": "https://api.github.com/users/zhjygit/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhjygit/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhjygit/subscriptions",
"organizations_url": "https://api.github.com/users/zhjygit/orgs",
"repos_url": "https://api.github.com/users/zhjygit/repos",
"events_url": "https://api.github.com/users/zhjygit/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhjygit/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It's the network error.",
"However, i can visit the file via web browser, just like visit google.com.",
"已经解决了。通过降级urllibs和requests包即可。后面还是会下载1-2个G的模型包,主要是语言类的,最好还是有vpn支持。"
] | 2024-05-21T08:18:45 | 2024-05-25T08:34:21 | 2024-05-25T08:34:21 | NONE | null | Speed is adjustable
speed = 1.0
for language, text in texts.items(): model = TTS(language=language, device=device) speaker_ids = model.hps.data.spk2id
for speaker_key in speaker_ids.keys():
speaker_id = speaker_ids[speaker_key]
speaker_key = speaker_key.lower().replace('_', '-')
source_se = torch.load(f'checkpoints_v2/base_speakers/ses/{speaker_key}.pth', map_location=device)
model.tts_to_file(text, speaker_id, src_path, speed=speed)
save_path = f'{output_dir}/output_v2_{speaker_key}.wav'
# Run the tone color converter
encode_message = "@MyShell"
tone_color_converter.convert(
audio_src_path=src_path,
src_se=source_se,
tgt_se=target_se,
output_path=save_path,
message=encode_message)
![image](https://github.com/myshell-ai/OpenVoice/assets/44870751/357b3967-1cc9-4c22-a76c-bd7eb61b7286)
![image](https://github.com/myshell-ai/OpenVoice/assets/44870751/a41ef2ec-6922-435e-ae96-b8e727544426)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/239/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/239/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/238 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/238/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/238/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/238/events | https://github.com/myshell-ai/OpenVoice/issues/238 | 2,304,797,471 | I_kwDOKzf7Ec6JYGsf | 238 | finetuning for new languages | {
"login": "nnWhisperer",
"id": 13225349,
"node_id": "MDQ6VXNlcjEzMjI1MzQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/13225349?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nnWhisperer",
"html_url": "https://github.com/nnWhisperer",
"followers_url": "https://api.github.com/users/nnWhisperer/followers",
"following_url": "https://api.github.com/users/nnWhisperer/following{/other_user}",
"gists_url": "https://api.github.com/users/nnWhisperer/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nnWhisperer/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nnWhisperer/subscriptions",
"organizations_url": "https://api.github.com/users/nnWhisperer/orgs",
"repos_url": "https://api.github.com/users/nnWhisperer/repos",
"events_url": "https://api.github.com/users/nnWhisperer/events{/privacy}",
"received_events_url": "https://api.github.com/users/nnWhisperer/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-19T21:53:21 | 2024-05-19T21:53:21 | null | NONE | null | Hello,
Is it possible to fine tune the model to add support for new languages? Our desired use case would be, to be able to work with languages like Polish, English, Turkish and French, some of which currently seem unsupported. Thank you | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/238/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/238/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/237 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/237/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/237/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/237/events | https://github.com/myshell-ai/OpenVoice/issues/237 | 2,304,050,007 | I_kwDOKzf7Ec6JVQNX | 237 | a question about v2 | {
"login": "ffhelly",
"id": 8406778,
"node_id": "MDQ6VXNlcjg0MDY3Nzg=",
"avatar_url": "https://avatars.githubusercontent.com/u/8406778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ffhelly",
"html_url": "https://github.com/ffhelly",
"followers_url": "https://api.github.com/users/ffhelly/followers",
"following_url": "https://api.github.com/users/ffhelly/following{/other_user}",
"gists_url": "https://api.github.com/users/ffhelly/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ffhelly/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ffhelly/subscriptions",
"organizations_url": "https://api.github.com/users/ffhelly/orgs",
"repos_url": "https://api.github.com/users/ffhelly/repos",
"events_url": "https://api.github.com/users/ffhelly/events{/privacy}",
"received_events_url": "https://api.github.com/users/ffhelly/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-18T11:46:57 | 2024-05-18T11:46:57 | null | NONE | null | I have a question. When running V2, regardless of which language (EN, ZH, JP) I use, the following errors will eventually occur.
**RuntimeError: Error (s) in loading state_dict for SynthesizerTrn:
Size mismatch for encp. langage_emb. weight: copying a param with shape torch Size ([10, 192]) from checkpoint, the shape in current model is torch Size ([8, 192])
Size mismatch for emb_g. weight: copying a param with shape torch Size ([256, 256]) from checkpoint, the shape in current model is torch Size ([1, 256])** | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/237/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/237/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/236 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/236/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/236/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/236/events | https://github.com/myshell-ai/OpenVoice/issues/236 | 2,296,487,855 | I_kwDOKzf7Ec6I4Z-v | 236 | Feature Request: switch to venv to enable ROCm environments | {
"login": "ricperry",
"id": 34995372,
"node_id": "MDQ6VXNlcjM0OTk1Mzcy",
"avatar_url": "https://avatars.githubusercontent.com/u/34995372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ricperry",
"html_url": "https://github.com/ricperry",
"followers_url": "https://api.github.com/users/ricperry/followers",
"following_url": "https://api.github.com/users/ricperry/following{/other_user}",
"gists_url": "https://api.github.com/users/ricperry/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ricperry/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ricperry/subscriptions",
"organizations_url": "https://api.github.com/users/ricperry/orgs",
"repos_url": "https://api.github.com/users/ricperry/repos",
"events_url": "https://api.github.com/users/ricperry/events{/privacy}",
"received_events_url": "https://api.github.com/users/ricperry/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-14T22:07:10 | 2024-05-14T22:07:10 | null | NONE | null | Conda does not (and probably never will) support a PyTorch-ROCm environment. Request a configuration script that allows the use of venv environment rather than conda. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/236/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/236/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/235 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/235/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/235/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/235/events | https://github.com/myshell-ai/OpenVoice/issues/235 | 2,293,568,906 | I_kwDOKzf7Ec6ItRWK | 235 | Request to Add Support for Latvian Language. | {
"login": "nn1k4",
"id": 39860945,
"node_id": "MDQ6VXNlcjM5ODYwOTQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/39860945?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nn1k4",
"html_url": "https://github.com/nn1k4",
"followers_url": "https://api.github.com/users/nn1k4/followers",
"following_url": "https://api.github.com/users/nn1k4/following{/other_user}",
"gists_url": "https://api.github.com/users/nn1k4/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nn1k4/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nn1k4/subscriptions",
"organizations_url": "https://api.github.com/users/nn1k4/orgs",
"repos_url": "https://api.github.com/users/nn1k4/repos",
"events_url": "https://api.github.com/users/nn1k4/events{/privacy}",
"received_events_url": "https://api.github.com/users/nn1k4/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-13T18:51:53 | 2024-05-13T18:51:53 | null | NONE | null | Hello,
I am using your software and appreciate the functionality it offers. However, I've noticed that it currently lacks support for the Latvian language. As a user who speaks Latvian, I would greatly benefit from the inclusion of this language in your application.
Could you please consider adding support for Latvian in a future update? This would significantly enhance the user experience for Latvian-speaking users and potentially expand your user base in Latvia.
Thank you for considering this request. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/235/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/235/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/234 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/234/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/234/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/234/events | https://github.com/myshell-ai/OpenVoice/issues/234 | 2,293,188,576 | I_kwDOKzf7Ec6Ir0fg | 234 | RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version | {
"login": "nn1k4",
"id": 39860945,
"node_id": "MDQ6VXNlcjM5ODYwOTQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/39860945?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nn1k4",
"html_url": "https://github.com/nn1k4",
"followers_url": "https://api.github.com/users/nn1k4/followers",
"following_url": "https://api.github.com/users/nn1k4/following{/other_user}",
"gists_url": "https://api.github.com/users/nn1k4/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nn1k4/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nn1k4/subscriptions",
"organizations_url": "https://api.github.com/users/nn1k4/orgs",
"repos_url": "https://api.github.com/users/nn1k4/repos",
"events_url": "https://api.github.com/users/nn1k4/events{/privacy}",
"received_events_url": "https://api.github.com/users/nn1k4/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-13T15:48:08 | 2024-05-13T15:51:28 | null | NONE | null | Occurs in the third cell of demo_part3.ipynb. How do I fix it?
python3.9
OpenVoice v2
Windows 11 Pro 64 bit
GPU: Radeon RX 580 Series
CPU: AMD Ryzen 5 3600 6-Core Processor
RAM: 32 GB
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/234/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/234/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/233 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/233/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/233/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/233/events | https://github.com/myshell-ai/OpenVoice/issues/233 | 2,290,630,327 | I_kwDOKzf7Ec6IiD63 | 233 | 中文长文本似乎是摇头晃脑的 | {
"login": "qitianliang",
"id": 14808110,
"node_id": "MDQ6VXNlcjE0ODA4MTEw",
"avatar_url": "https://avatars.githubusercontent.com/u/14808110?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qitianliang",
"html_url": "https://github.com/qitianliang",
"followers_url": "https://api.github.com/users/qitianliang/followers",
"following_url": "https://api.github.com/users/qitianliang/following{/other_user}",
"gists_url": "https://api.github.com/users/qitianliang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/qitianliang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/qitianliang/subscriptions",
"organizations_url": "https://api.github.com/users/qitianliang/orgs",
"repos_url": "https://api.github.com/users/qitianliang/repos",
"events_url": "https://api.github.com/users/qitianliang/events{/privacy}",
"received_events_url": "https://api.github.com/users/qitianliang/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"确实是这样,而且我感觉怎么有一股陕西话的口味,用普通话复刻后",
"在那个网站上试了下,和自己的声音不能说一模一样,只能说毫不相干。。。",
"好奇,其他语言是不是也这样,毕竟不是母语,听不出其他语言的太多差异",
"> 好奇,其他语言是不是也这样,毕竟不是母语,听不出其他语言的太多差异\n\n我试了英语,但不是我的声音,感觉比中文好很多"
] | 2024-05-11T03:23:35 | 2024-06-04T06:19:42 | null | NONE | null | 测试了自己和常见CVer的声音,念长文本时,声音大一会儿小一会儿,似乎在走来走去的感觉。 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/233/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/233/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/232 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/232/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/232/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/232/events | https://github.com/myshell-ai/OpenVoice/issues/232 | 2,289,806,779 | I_kwDOKzf7Ec6Ie627 | 232 | v2 and emotion / precise voice control. | {
"login": "arthurwolf",
"id": 108821,
"node_id": "MDQ6VXNlcjEwODgyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/108821?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arthurwolf",
"html_url": "https://github.com/arthurwolf",
"followers_url": "https://api.github.com/users/arthurwolf/followers",
"following_url": "https://api.github.com/users/arthurwolf/following{/other_user}",
"gists_url": "https://api.github.com/users/arthurwolf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arthurwolf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arthurwolf/subscriptions",
"organizations_url": "https://api.github.com/users/arthurwolf/orgs",
"repos_url": "https://api.github.com/users/arthurwolf/repos",
"events_url": "https://api.github.com/users/arthurwolf/events{/privacy}",
"received_events_url": "https://api.github.com/users/arthurwolf/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"同问,How to simulate pauses in sound"
] | 2024-05-10T14:07:02 | 2024-05-25T08:38:35 | null | NONE | null | I got v2 to work by adapting the provided jupyter code into a python script ( https://github.com/myshell-ai/OpenVoice/blob/main/demo_part3.ipynb ).
However, while I see the paper/demos showing control of emotion, and talk about precise control of pauses etc, I see no example of how to accomplish this in practice.
I see one of the examples for v1 list `speaker="whispering"` as an option, but that's not for v2, and I don't know how to get a list of the possible/valid types of styles/emotions.
Is there some documentation I'm missing?
Thanks. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/232/reactions",
"total_count": 11,
"+1": 9,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/232/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/231 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/231/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/231/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/231/events | https://github.com/myshell-ai/OpenVoice/issues/231 | 2,287,563,603 | I_kwDOKzf7Ec6IWXNT | 231 | ModuleNotFoundError: No module named 'melo.api' | {
"login": "Victini00",
"id": 87114100,
"node_id": "MDQ6VXNlcjg3MTE0MTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/87114100?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Victini00",
"html_url": "https://github.com/Victini00",
"followers_url": "https://api.github.com/users/Victini00/followers",
"following_url": "https://api.github.com/users/Victini00/following{/other_user}",
"gists_url": "https://api.github.com/users/Victini00/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Victini00/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Victini00/subscriptions",
"organizations_url": "https://api.github.com/users/Victini00/orgs",
"repos_url": "https://api.github.com/users/Victini00/repos",
"events_url": "https://api.github.com/users/Victini00/events{/privacy}",
"received_events_url": "https://api.github.com/users/Victini00/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"pip install git+https://github.com/myshell-ai/MeloTTS.git\r\npython -m unidic download",
"so much gradio package, should I install all of those?\r\n`$ pip install git+https://github.com/myshell-ai/MeloTTS.git\r\nLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple\r\nCollecting git+https://github.com/myshell-ai/MeloTTS.git\r\n Cloning https://github.com/myshell-ai/MeloTTS.git to /tmp/pip-req-build-syz29wrf\r\n Running command git clone --filter=blob:none --quiet https://github.com/myshell-ai/MeloTTS.git /tmp/pip-req-build-syz29wrf\r\n Resolved https://github.com/myshell-ai/MeloTTS.git to commit abf885acf7c8322af07e6584099748cba09e3909\r\n Installing build dependencies ... done\r\n Getting requirements to build wheel ... done\r\n Installing backend dependencies ... done\r\n Preparing metadata (pyproject.toml) ... done\r\nCollecting txtsplit (from melotts==0.1.2)\r\n Using cached txtsplit-1.0.0-py3-none-any.whl\r\nRequirement already satisfied: torch in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (2.3.0)\r\nRequirement already satisfied: torchaudio in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (2.3.0)\r\nCollecting cached-path (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/eb/7b/b793dccfceb3d0de9e3f376f1a8e3a1e4015361ced5f96bb78c279d552be/cached_path-1.6.2-py3-none-any.whl (35 kB)\r\nCollecting transformers==4.27.4 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/87/f0/2a152ed10ab8601431e87a606d397f7473c5fa4f8162f4ec5bda6ddb2df4/transformers-4.27.4-py3-none-any.whl (6.8 MB)\r\nCollecting mecab-python3==1.0.5 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c0/64/269b32bc82cf88d6885aa38afcbbb15b5e86f9b58d298223c9b8f29ffc51/mecab-python3-1.0.5.tar.gz (77 kB)\r\n Installing build dependencies ... done\r\n Getting requirements to build wheel ... done\r\n Installing backend dependencies ... done\r\n Preparing metadata (pyproject.toml) ... done\r\nCollecting num2words==0.5.12 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/eb/09/b14d798bc02411b1e5a9896d680f8f417cadc53232bbf7ae9d30263dcf45/num2words-0.5.12-py3-none-any.whl (125 kB)\r\nCollecting unidic-lite==1.0.8 (from melotts==0.1.2)\r\n Using cached unidic_lite-1.0.8-py3-none-any.whl\r\nCollecting unidic==1.1.0 (from melotts==0.1.2)\r\n Using cached unidic-1.1.0-py3-none-any.whl\r\nCollecting pykakasi==2.2.1 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/82/15/8d2fb3ede5477821704070859e63fefb16596b56339b68460770db75f5ea/pykakasi-2.2.1-py3-none-any.whl (2.4 MB)\r\nCollecting fugashi==1.3.0 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f3/27/939cf07c4b4fbeb52404d30244ce9166ae9da123d1987640b1dfc839beea/fugashi-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (606 kB)\r\nCollecting g2p-en==2.1.0 (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d7/d9/b77dc634a7a0c0c97716ba97dd0a28cbfa6267c96f359c4f27ed71cbd284/g2p_en-2.1.0-py3-none-any.whl (3.1 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 566.8 kB/s eta 0:00:00\r\nRequirement already satisfied: anyascii==0.3.2 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.3.2)\r\nRequirement already satisfied: jamo==0.4.1 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.4.1)\r\nRequirement already satisfied: gruut==2.2.3 in ./.venv/lib/python3.11/site-packages (from gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.2.3)\r\nRequirement already satisfied: g2pkk>=0.1.1 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.1.2)\r\nCollecting librosa==0.9.1 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/5b/da/bd63187b2ca1b97c04c270df90c934a97cbe512c8238ab65c89c1b043ae2/librosa-0.9.1-py3-none-any.whl (213 kB)\r\nRequirement already satisfied: pydub==0.25.1 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.25.1)\r\nRequirement already satisfied: eng-to-ipa==0.0.2 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.0.2)\r\nCollecting inflect==7.0.0 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/fb/c6/d9feb758be584f729424390af24687d3a4363d968164f94079f83cd536b4/inflect-7.0.0-py3-none-any.whl (34 kB)\r\nCollecting unidecode==1.3.7 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e4/63/7685ef40c65aba621ccd2524a24181bf11f0535ab1fdba47e40738eacff6/Unidecode-1.3.7-py3-none-any.whl (235 kB)\r\nCollecting pypinyin==0.50.0 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f6/a2/13adff7046a0913917a30cf5a8d8524f1e49b039aa0e6ab6826ad263b176/pypinyin-0.50.0-py2.py3-none-any.whl (1.4 MB)\r\nRequirement already satisfied: cn2an==0.5.22 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.5.22)\r\nRequirement already satisfied: jieba==0.42.1 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (0.42.1)\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/39/db/b8addf4b194838330e12a887a4d8e765259d55d9946a806a46a684f660a1/gradio-4.31.2-py3-none-any.whl (12.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 719.2 kB/s eta 0:00:00\r\nRequirement already satisfied: langid==1.1.6 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (1.1.6)\r\nRequirement already satisfied: tqdm in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (4.66.4)\r\nRequirement already satisfied: tensorboard==2.16.2 in ./.venv/lib/python3.11/site-packages (from melotts==0.1.2) (2.16.2)\r\nCollecting loguru==0.7.2 (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/03/0a/4f6fed21aa246c6b49b561ca55facacc2a44b87d65b8b92362a8e99ba202/loguru-0.7.2-py3-none-any.whl (62 kB)\r\nRequirement already satisfied: setuptools>=47.3.1 in ./.venv/lib/python3.11/site-packages (from cn2an==0.5.22->melotts==0.1.2) (69.1.1)\r\nRequirement already satisfied: proces>=0.1.3 in ./.venv/lib/python3.11/site-packages (from cn2an==0.5.22->melotts==0.1.2) (0.1.7)\r\nRequirement already satisfied: numpy>=1.13.1 in ./.venv/lib/python3.11/site-packages (from g2p-en==2.1.0->melotts==0.1.2) (1.26.4)\r\nRequirement already satisfied: nltk>=3.2.4 in ./.venv/lib/python3.11/site-packages (from g2p-en==2.1.0->melotts==0.1.2) (3.8.1)\r\nCollecting distance>=0.1.3 (from g2p-en==2.1.0->melotts==0.1.2)\r\n Using cached Distance-0.1.3-py3-none-any.whl\r\nRequirement already satisfied: Babel<3.0.0,>=2.8.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.15.0)\r\nRequirement already satisfied: dateparser~=1.1.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (1.1.8)\r\nRequirement already satisfied: gruut-ipa<1.0,>=0.12.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (0.13.0)\r\nRequirement already satisfied: gruut-lang-en~=2.0.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.0.0)\r\nRequirement already satisfied: jsonlines~=1.2.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (1.2.0)\r\nRequirement already satisfied: networkx<3.0.0,>=2.5.0 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.8.8)\r\nRequirement already satisfied: python-crfsuite~=0.9.7 in ./.venv/lib/python3.11/site-packages (from gruut==2.2.3->gruut[de,es,fr]==2.2.3->melotts==0.1.2) (0.9.10)\r\nRequirement already satisfied: gruut-lang-de~=2.0.0 in ./.venv/lib/python3.11/site-packages (from gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.0.0)\r\nRequirement already satisfied: gruut-lang-es~=2.0.0 in ./.venv/lib/python3.11/site-packages (from gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.0.0)\r\nRequirement already satisfied: gruut-lang-fr~=2.0.0 in ./.venv/lib/python3.11/site-packages (from gruut[de,es,fr]==2.2.3->melotts==0.1.2) (2.0.2)\r\nRequirement already satisfied: pydantic>=1.9.1 in ./.venv/lib/python3.11/site-packages (from inflect==7.0.0->melotts==0.1.2) (2.7.1)\r\nRequirement already satisfied: typing-extensions in ./.venv/lib/python3.11/site-packages (from inflect==7.0.0->melotts==0.1.2) (4.11.0)\r\nRequirement already satisfied: audioread>=2.1.5 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (3.0.1)\r\nRequirement already satisfied: scipy>=1.2.0 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (1.13.0)\r\nRequirement already satisfied: scikit-learn>=0.19.1 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (1.4.2)\r\nRequirement already satisfied: joblib>=0.14 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (1.4.2)\r\nRequirement already satisfied: decorator>=4.0.10 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (5.1.1)\r\nCollecting resampy>=0.2.2 (from librosa==0.9.1->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4d/b9/3b00ac340a1aab3389ebcc52c779914a44aadf7b0cb7a3bf053195735607/resampy-0.4.3-py3-none-any.whl (3.1 MB)\r\nRequirement already satisfied: numba>=0.45.1 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (0.59.1)\r\nRequirement already satisfied: soundfile>=0.10.2 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (0.12.1)\r\nRequirement already satisfied: pooch>=1.0 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (1.8.1)\r\nRequirement already satisfied: packaging>=20.0 in ./.venv/lib/python3.11/site-packages (from librosa==0.9.1->melotts==0.1.2) (24.0)\r\nRequirement already satisfied: docopt>=0.6.2 in ./.venv/lib/python3.11/site-packages (from num2words==0.5.12->melotts==0.1.2) (0.6.2)\r\nCollecting jaconv (from pykakasi==2.2.1->melotts==0.1.2)\r\n Using cached jaconv-0.3.4-py3-none-any.whl\r\nCollecting deprecated (from pykakasi==2.2.1->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)\r\nRequirement already satisfied: absl-py>=0.4 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (2.1.0)\r\nRequirement already satisfied: grpcio>=1.48.2 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (1.63.0)\r\nRequirement already satisfied: markdown>=2.6.8 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (3.6)\r\nRequirement already satisfied: protobuf!=4.24.0,>=3.19.6 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (5.26.1)\r\nRequirement already satisfied: six>1.9 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (1.16.0)\r\nRequirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (0.7.2)\r\nRequirement already satisfied: werkzeug>=1.0.1 in ./.venv/lib/python3.11/site-packages (from tensorboard==2.16.2->melotts==0.1.2) (3.0.3)\r\nRequirement already satisfied: filelock in ./.venv/lib/python3.11/site-packages (from transformers==4.27.4->melotts==0.1.2) (3.14.0)\r\nRequirement already satisfied: huggingface-hub<1.0,>=0.11.0 in ./.venv/lib/python3.11/site-packages (from transformers==4.27.4->melotts==0.1.2) (0.23.0)\r\nRequirement already satisfied: pyyaml>=5.1 in ./.venv/lib/python3.11/site-packages (from transformers==4.27.4->melotts==0.1.2) (6.0.1)\r\nRequirement already satisfied: regex!=2019.12.17 in ./.venv/lib/python3.11/site-packages (from transformers==4.27.4->melotts==0.1.2) (2024.4.28)\r\nRequirement already satisfied: requests in ./.venv/lib/python3.11/site-packages (from transformers==4.27.4->melotts==0.1.2) (2.31.0)\r\nCollecting tokenizers!=0.11.3,<0.14,>=0.11.1 (from transformers==4.27.4->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e9/d9/660f08ecd88bed54df9f85cab44e01184733c8e42d79b583fb985f1dc412/tokenizers-0.13.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)\r\nCollecting wasabi<1.0.0,>=0.6.0 (from unidic==1.1.0->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/34/74/bd566f876c2de097e75d525c2696fb9829009987a0d93a4fb3576778a0a8/wasabi-0.10.1-py3-none-any.whl (26 kB)\r\nCollecting plac<2.0.0,>=1.1.3 (from unidic==1.1.0->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8f/af/4c61d2ac0d589719f548f5a1ba919738e44bac7b0c723ce147de5556d233/plac-1.4.3-py2.py3-none-any.whl (22 kB)\r\nRequirement already satisfied: rich<14.0,>=12.1 in ./.venv/lib/python3.11/site-packages (from cached-path->melotts==0.1.2) (13.7.1)\r\nCollecting filelock (from transformers==4.27.4->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/6e/b5/15b3b36f298bcbc0be82a371ac744f4f5a10309ade0b8bbde286598dd612/filelock-3.13.4-py3-none-any.whl (11 kB)\r\nCollecting boto3<2.0,>=1.0 (from cached-path->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/34/54/6038f386e64cd4555461124524aa3b687afbedfddb44490bf070d35535e8/boto3-1.34.105-py3-none-any.whl (139 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.3/139.3 kB 1.2 MB/s eta 0:00:00\r\nCollecting google-cloud-storage<3.0,>=1.32.0 (from cached-path->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/cb/e5/7d045d188f4ef85d94b9e3ae1bf876170c6b9f4c9a950124978efc36f680/google_cloud_storage-2.16.0-py2.py3-none-any.whl (125 kB)\r\nCollecting huggingface-hub<1.0,>=0.11.0 (from transformers==4.27.4->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ab/28/d4b691840d73126d4c9845f8a22dad033ac872509b6d3a0d93b456eef424/huggingface_hub-0.21.4-py3-none-any.whl (346 kB)\r\nCollecting aiofiles<24.0,>=22.0 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl (15 kB)\r\nCollecting altair<6.0,>=4.2.0 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/46/30/2118537233fa72c1d91a81f5908a7e843a6601ccc68b76838ebc4951505f/altair-5.3.0-py3-none-any.whl (857 kB)\r\nCollecting fastapi (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e6/33/de41e554e5a187d583906e10d53bfae5fd6c07e98cbf4fe5262bd37e739a/fastapi-0.111.0-py3-none-any.whl (91 kB)\r\nCollecting ffmpy (from gradio->melotts==0.1.2)\r\n Using cached ffmpy-0.3.2-py3-none-any.whl\r\nCollecting gradio-client==0.16.3 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4b/82/0279241b7f932ae57c96d1e625a1c14544c2139d01d34361815ffc979538/gradio_client-0.16.3-py3-none-any.whl (315 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.8/315.8 kB 779.5 kB/s eta 0:00:00\r\nRequirement already satisfied: httpx>=0.24.1 in ./.venv/lib/python3.11/site-packages (from gradio->melotts==0.1.2) (0.27.0)\r\nINFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/21/5a/6277dad53fd41832b9c0f90e81e0ff7b57ce91dd24689a3f46cd367ef4fb/gradio-4.31.1-py3-none-any.whl (12.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 6.6 MB/s eta 0:00:00\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b7/e7/67a71f43765fb635d1280d134d15218629860626093e1ca20a196f862cb9/gradio-4.31.0-py3-none-any.whl (12.3 MB)\r\nCollecting gradio-client==0.16.2 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/15/d4/b33bcd92054e1d317173ef36f6da07d568f55a86a1c3a9db2fa2925df98b/gradio_client-0.16.2-py3-none-any.whl (315 kB)\r\nCollecting gradio (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f1/da/e796db21f256fc394c1e3a04206f3f8e7aaaf26a1ca4c7f9d2505230c310/gradio-4.29.0-py3-none-any.whl (12.3 MB)\r\nCollecting gradio-client==0.16.1 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b5/9c/4454452f9863d71ff112ab2355d8b789e38ad36aa176df96b50093ac9519/gradio_client-0.16.1-py3-none-any.whl (314 kB)\r\nCollecting gradio (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/83/db/578e4b4f79dc1ef0d81a7c54fdede4a0b57a0b4feec4b003f4ef86a99629/gradio-4.28.3-py3-none-any.whl (12.2 MB)\r\nCollecting gradio-client==0.16.0 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/9e/f9/8b979f230b15455dbec422756e7e8975c6675276ddc9aaa3c2c730d867d3/gradio_client-0.16.0-py3-none-any.whl (314 kB)\r\nCollecting gradio (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f9/f1/3519514b6f0620645a51d98f59281d1f7ecad031fa8a657dd252721a8d5d/gradio-4.28.2-py3-none-any.whl (12.2 MB)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b6/20/f7d8bfda2be790b9b52519ae7544879e6c0c6f1404e08190d2ca2e60feaf/gradio-4.28.1-py3-none-any.whl (12.2 MB)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/9d/e8/dc41cf063386f40c2c67b0be3a0afd4af87d1c96449e2a16cff4097a5251/gradio-4.28.0-py3-none-any.whl (12.2 MB)\r\nINFO: pip is still looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/94/e6/48f65e81840f83aec83a805a60f81cbd60d85de6d2e6d6dc604217fdc6d5/gradio-4.27.0-py3-none-any.whl (17.1 MB)\r\nCollecting gradio-client==0.15.1 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/12/99/433f90d17d24738ed795b7c9b78ba1e4149b97a8dfe927e2f6e5f537d541/gradio_client-0.15.1-py3-none-any.whl (313 kB)\r\nCollecting gradio (from melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/67/48/d71c7bbb92e72b30921cdb7034a437930695e7d7fd83290b766974792d31/gradio-4.26.0-py3-none-any.whl (17.1 MB)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a7/06/29af2174e7aa1f3890e46483902bbb10628a90ddc053b2b02fcd201da89e/gradio-4.25.0-py3-none-any.whl (17.1 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 5.4 MB/s eta 0:00:00\r\nCollecting gradio-client==0.15.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/bc/63/534dfb5a0a3ff3ea6aa26dd394cef0e389f05bc15443fcb877b6a0cf2767/gradio_client-0.15.0-py3-none-any.whl (313 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 2.6 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/88/45/8108a9af9348cc707bf30d2a85255c21121f6841dee00bf3e266a731141b/gradio-4.24.0-py3-none-any.whl (17.1 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 3.9 MB/s eta 0:00:00\r\nCollecting gradio-client==0.14.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5e/ae/c3006064602c7ea40ee284968c9bd9d09df3a0dd5f5dbf0e0269610348ab/gradio_client-0.14.0-py3-none-any.whl (312 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 312.4/312.4 kB 798.9 kB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2b/57/9df99d60bf4f4b7fd246f7e7dfa1fcb5299e1190afffff48e363ac75e35d/gradio-4.23.0-py3-none-any.whl (17.1 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 3.4 MB/s eta 0:00:00\r\nINFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/27/0f/9ebe13938b1357123cffa630468d390d8fbbf344bba27441b97fd491555e/gradio-4.22.0-py3-none-any.whl (17.1 MB)\r\nCollecting gradio-client==0.13.0 (from gradio->melotts==0.1.2)\r\n Using cached https://pypi.tuna.tsinghua.edu.cn/packages/93/4e/a9b8251a0d6eeb10e16a069eeb44ff9de87e1b8ebe5cea2b25e86d3ef076/gradio_client-0.13.0-py3-none-any.whl (311 kB)\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/68/6c/28d4a841651b32b2e8b4bdc55cfe96785e5cce63ce2c07d039df2c0abfd3/gradio-4.21.0-py3-none-any.whl (17.0 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 2.3 MB/s eta 0:00:00\r\nCollecting gradio-client==0.12.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cd/4d/5b430cc0fbb19b20368e9cd791700270c9551dab7234e6501b1587c414de/gradio_client-0.12.0-py3-none-any.whl (310 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.7/310.7 kB 2.3 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/a2/4116905601fe3f376062b0d15a7b32a6bb324496f99f221f809675a6a8d4/gradio-4.20.1-py3-none-any.whl (17.0 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 3.6 MB/s eta 0:00:00\r\nCollecting gradio-client==0.11.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/56/12/961688d564c46d43bc08d8851b2cd23150a1e4c7a1d0bf6fc1f3edadcf7d/gradio_client-0.11.0-py3-none-any.whl (308 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 308.2/308.2 kB 2.3 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/28/33/c3fd084e02de63a538210beea8164fc20a09e418e358d7fcd4259751784c/gradio-4.20.0-py3-none-any.whl (17.0 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 2.8 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/45/60/84e432d81d47a6f30603317eb782cc1024d47b90ef704168be99b931e9bb/gradio-4.19.2-py3-none-any.whl (16.9 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/16.9 MB 3.0 MB/s eta 0:00:00\r\nCollecting gradio-client==0.10.1 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/68/ae/ef4a28fac1aca895a2abbf99a14b11d46bdccc735943e50b12e95fa3eb9d/gradio_client-0.10.1-py3-none-any.whl (307 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.9/307.9 kB 2.5 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a2/1b/5affc1b2dc6f5e677cf46f6a817c889a40939511ab6cf30747766381b757/gradio-4.19.1-py3-none-any.whl (16.9 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/16.9 MB 3.5 MB/s eta 0:00:00\r\nCollecting gradio-client==0.10.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/85/7c/956b96c8bd76ae19bf40ef477f7631336cc5728edbb3b4304f81e7a84e2a/gradio_client-0.10.0-py3-none-any.whl (307 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 19.5 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1a/98/7b10b8aead708557a73da5b28c41fc4ed2b225473fce6d385bbb0c4380c5/gradio-4.19.0-py3-none-any.whl (16.9 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/16.9 MB 4.0 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/40/c2/68c58aabbe821866e9a11a3776c9d36fd4416e812ab4ab58b531e82bd3da/gradio-4.18.0-py3-none-any.whl (16.8 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/16.8 MB 2.7 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1f/2d/225bc5f6dd1fbee4fa4852eba8a319b56d1a7fd8be91c059384f4593249f/gradio-4.17.0-py3-none-any.whl (16.7 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/16.7 MB 1.5 MB/s eta 0:00:00\r\nCollecting gradio-client==0.9.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e5/3d/4e491cdd9b9b7e74361dc53a4a0f4ba3e421091bb95bc75701b2d34091bc/gradio_client-0.9.0-py3-none-any.whl (306 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.8/306.8 kB 1.7 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f1/2e/da68dbda9b0b3d982749857c3a4ef8542478dc421ed8d1c5c6e5a1da915a/gradio-4.16.0-py3-none-any.whl (16.7 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/16.7 MB 618.1 kB/s eta 0:00:00\r\nCollecting gradio-client==0.8.1 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/55/25/caf754ea7959ad12bdb08aabcda88c4092ce0210004f4f81f58c9965c871/gradio_client-0.8.1-py3-none-any.whl (305 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.2/305.2 kB 847.2 kB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/47/6f/954096ebd22deeee9fb2c18e835cc20b3c3d411ec9d8bf63dfc87b937b2d/gradio-4.15.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 1.2 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/be/5b/69818fde35aea0dce28cdf779add95bcc2dfa48ec0330c53b0caff6f4a9e/gradio-4.14.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 488.0 kB/s eta 0:00:00\r\nCollecting gradio-client==0.8.0 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c4/e7/5da3a4b6108f5e2e43d034d7923c3562f93beba8f3d13a0ec7c201a6f33c/gradio_client-0.8.0-py3-none-any.whl (305 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.1/305.1 kB 1.2 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/4e/478214778c5902ad7e2122f3ad4cf9b7cf6ce2d49aace345d1d3db5da044/gradio-4.13.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 1.9 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/3c/fcfa9f2f9b97e9c38ccb30eb3edef8acbb284487bc7d8f5b98daf01cf757/gradio-4.12.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 2.7 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/0d/b8/a21fcefdd25b0e7a0fea866d6bbef09c36764f277c4d65238e6b66dd6532/gradio-4.11.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 2.0 MB/s eta 0:00:00\r\nCollecting gradio-client==0.7.3 (from gradio->melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/78/52/a96eada27a2f711464c4a8c85a6110d46e35034cd2108640980c1fa4e8bb/gradio_client-0.7.3-py3-none-any.whl (304 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.8/304.8 kB 1.2 MB/s eta 0:00:00\r\nCollecting gradio (from melotts==0.1.2)\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/16/9b/46c017d6bbc60ccb13ef51af4b07dbb288b9080ea3170b8d47beee7842b6/gradio-4.10.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 1.1 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f3/ef/da7601f3ec07cca00f535dc1bce93397fed30705d77e41df233db327c9c8/gradio-4.9.1-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 1.0 MB/s eta 0:00:00\r\n Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1e/f6/93fe8ff39a7387ac56b555547f3d6f154eeccd1b6fb87198b96f007d939c/gradio-4.9.0-py3-none-any.whl (16.6 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 782.0 kB/s eta 0:00:00`",
"@miaohf maybe yes, but most of packages overlap with openvoice.\r\nMy problem was solved by answer of @chldong \r\nThanks!"
] | 2024-05-09T12:13:41 | 2024-05-15T14:07:43 | null | NONE | null | Occurs in the last cell of demo_part3.ipynb. How do I fix it? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/231/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/231/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/230 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/230/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/230/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/230/events | https://github.com/myshell-ai/OpenVoice/issues/230 | 2,287,519,962 | I_kwDOKzf7Ec6IWMja | 230 | Add arabic language | {
"login": "mgsvevo",
"id": 7735288,
"node_id": "MDQ6VXNlcjc3MzUyODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7735288?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mgsvevo",
"html_url": "https://github.com/mgsvevo",
"followers_url": "https://api.github.com/users/mgsvevo/followers",
"following_url": "https://api.github.com/users/mgsvevo/following{/other_user}",
"gists_url": "https://api.github.com/users/mgsvevo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mgsvevo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mgsvevo/subscriptions",
"organizations_url": "https://api.github.com/users/mgsvevo/orgs",
"repos_url": "https://api.github.com/users/mgsvevo/repos",
"events_url": "https://api.github.com/users/mgsvevo/events{/privacy}",
"received_events_url": "https://api.github.com/users/mgsvevo/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-09T11:46:53 | 2024-05-09T11:51:42 | null | NONE | null | Would it be possible to include Arabic language support in the future, specifically with the Egyptian dialect?
With the exception of the expensive Eleven Labs service, there is a lack of reliable text-to-speech in Arabic.
I would really appreciate it if you could take this into consideration.
Thank you very much! | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/230/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/230/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/228 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/228/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/228/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/228/events | https://github.com/myshell-ai/OpenVoice/issues/228 | 2,285,668,459 | I_kwDOKzf7Ec6IPIhr | 228 | Does the "torch.cuda.is_available()" option affect kernel crash? | {
"login": "Victini00",
"id": 87114100,
"node_id": "MDQ6VXNlcjg3MTE0MTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/87114100?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Victini00",
"html_url": "https://github.com/Victini00",
"followers_url": "https://api.github.com/users/Victini00/followers",
"following_url": "https://api.github.com/users/Victini00/following{/other_user}",
"gists_url": "https://api.github.com/users/Victini00/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Victini00/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Victini00/subscriptions",
"organizations_url": "https://api.github.com/users/Victini00/orgs",
"repos_url": "https://api.github.com/users/Victini00/repos",
"events_url": "https://api.github.com/users/Victini00/events{/privacy}",
"received_events_url": "https://api.github.com/users/Victini00/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I had the same problem (in COLAB and Vscode) this is what i did \r\n1. Install CUDA ToolKiT NETWORK : https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network\r\n2. Install Pytorch Cuda using the command in this page : https://pytorch.org/get-started/locally/ , be sure pytorch use cuda correctly , with torch.cuda.is_available() get in true giving to you true\r\n3. Use a env Python 3.9.XX (I use 3.9.19) ",
"@Dan-H-Muniz-Sanchez Thanks!!!!"
] | 2024-05-08T13:55:08 | 2024-05-23T07:51:55 | 2024-05-23T07:51:55 | NONE | null | While running demo_part3.ipynb, cell 3 crashes due to kernel issue.
![image](https://github.com/myshell-ai/OpenVoice/assets/87114100/091b8089-aea3-4db0-865c-2740debdef87)
I think this is due to torch.cuda.is_available() option. I found that torch.cuda.is_available() is False on cell 2.
Am I right? If yes, should I make torch.. available() true by setting torch and cuda environment? my cuda version is 12.1.
Thanks for reading it.
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/228/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/228/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/227 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/227/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/227/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/227/events | https://github.com/myshell-ai/OpenVoice/issues/227 | 2,284,437,079 | I_kwDOKzf7Ec6IKb5X | 227 | connection errored out | {
"login": "mcrey11",
"id": 30859167,
"node_id": "MDQ6VXNlcjMwODU5MTY3",
"avatar_url": "https://avatars.githubusercontent.com/u/30859167?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mcrey11",
"html_url": "https://github.com/mcrey11",
"followers_url": "https://api.github.com/users/mcrey11/followers",
"following_url": "https://api.github.com/users/mcrey11/following{/other_user}",
"gists_url": "https://api.github.com/users/mcrey11/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mcrey11/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mcrey11/subscriptions",
"organizations_url": "https://api.github.com/users/mcrey11/orgs",
"repos_url": "https://api.github.com/users/mcrey11/repos",
"events_url": "https://api.github.com/users/mcrey11/events{/privacy}",
"received_events_url": "https://api.github.com/users/mcrey11/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"conda install -c cuda icc_rt >>> for nvidiaGPU\r\nconda install -s intel icc_rt >>> for intelCPU"
] | 2024-05-08T00:20:16 | 2024-05-08T00:40:19 | null | NONE | null | LLVM ERROR: Symbol not found: __svml_cosf8_ha | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/227/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/227/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/226 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/226/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/226/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/226/events | https://github.com/myshell-ai/OpenVoice/issues/226 | 2,284,339,904 | I_kwDOKzf7Ec6IKELA | 226 | Male voices lisping after clone? | {
"login": "hrhdegenetrix",
"id": 118854261,
"node_id": "U_kgDOBxWSdQ",
"avatar_url": "https://avatars.githubusercontent.com/u/118854261?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hrhdegenetrix",
"html_url": "https://github.com/hrhdegenetrix",
"followers_url": "https://api.github.com/users/hrhdegenetrix/followers",
"following_url": "https://api.github.com/users/hrhdegenetrix/following{/other_user}",
"gists_url": "https://api.github.com/users/hrhdegenetrix/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hrhdegenetrix/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hrhdegenetrix/subscriptions",
"organizations_url": "https://api.github.com/users/hrhdegenetrix/orgs",
"repos_url": "https://api.github.com/users/hrhdegenetrix/repos",
"events_url": "https://api.github.com/users/hrhdegenetrix/events{/privacy}",
"received_events_url": "https://api.github.com/users/hrhdegenetrix/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-07T22:42:33 | 2024-05-07T22:42:33 | null | NONE | null | Just checking in since most people are probably cloning female voices, so I sincerely do not know if this is a known issue. I have a non-lisping male voice I am trying to replicate using OpenVoice, and it sounds okay, but he's lisping now. This is especially pronounced in 'cheerful' and 'friendly', where for lack of a better term there is an obvious 'effeminate' quality, but also evident in 'default' and all variations. I have tried different samples of varying lengths, and I should note that the sample voice demonstrably does not have a lisp. I've tried with en_newest, en-br, en-us, etc. However, all results are unsatisfactory. Are there any tips for mitigating this? Is this a known effect? Would love to use OpenVoice because it is very fast and its control over tone allows for a lot of nuance, but in this one very distinct and distracting way it seems to struggle and I'm not sure how to overcome it. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/226/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/226/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/225 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/225/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/225/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/225/events | https://github.com/myshell-ai/OpenVoice/issues/225 | 2,284,285,589 | I_kwDOKzf7Ec6IJ26V | 225 | libcudnn error. | {
"login": "arthurwolf",
"id": 108821,
"node_id": "MDQ6VXNlcjEwODgyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/108821?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arthurwolf",
"html_url": "https://github.com/arthurwolf",
"followers_url": "https://api.github.com/users/arthurwolf/followers",
"following_url": "https://api.github.com/users/arthurwolf/following{/other_user}",
"gists_url": "https://api.github.com/users/arthurwolf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arthurwolf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arthurwolf/subscriptions",
"organizations_url": "https://api.github.com/users/arthurwolf/orgs",
"repos_url": "https://api.github.com/users/arthurwolf/repos",
"events_url": "https://api.github.com/users/arthurwolf/events{/privacy}",
"received_events_url": "https://api.github.com/users/arthurwolf/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Try to do the following:\r\n\r\n```\r\nexport LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; import nvidia.cudnn.lib; print(os.path.dirname(nvidia.cublas.lib.__file__) + \":\" + os.path.dirname(nvidia.cudnn.lib.__file__))'`\r\n```",
"It worked, though I also had to install libcublass. I'll check the documentation again to see if maybe I missed some kind of step.\r\n\r\n```\r\n(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-10 - 13:52:06\r\n╰─(openvoice) ⠠⠵ export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; import nvidia.cudnn.lib; print(os.path.dirname(nvidia.cublas.lib.__file__) + \":\" + os.path.dirname(nvidia.cudnn.lib.__file__))'`\r\n(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-10 - 13:52:43\r\n╰─(openvoice) ⠠⠵ python tts.py on main|…8\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\r\n warnings.warn(\"torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\")\r\nLoaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'\r\nmissing/unexpected keys: [] []\r\nOpenVoice version: v2\r\nTraceback (most recent call last):\r\n File \"/home/arthur/dev/ai/OpenVoice/tts.py\", line 23, in <module>\r\n target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)\r\n File \"/home/arthur/dev/ai/OpenVoice/openvoice/se_extractor.py\", line 146, in get_se\r\n wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)\r\n File \"/home/arthur/dev/ai/OpenVoice/openvoice/se_extractor.py\", line 28, in split_audio_whisper\r\n segments, info = model.transcribe(audio_path, beam_size=5, word_timestamps=True)\r\n File \"/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/faster_whisper/transcribe.py\", line 308, in transcribe\r\n encoder_output = self.encode(segment)\r\n File \"/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/faster_whisper/transcribe.py\", line 610, in encode\r\n return self.model.encode(features, to_cpu=to_cpu)\r\nRuntimeError: Library libcublas.so.11 is not found or cannot be loaded\r\n(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-10 - 13:52:59\r\n╰─(openvoice) ⠠⠵ sudo apt install libcublas11 on main|…8\r\n[sudo] password for arthur: \r\nReading package lists... Done\r\nBuilding dependency tree... Done\r\nReading state information... Done\r\nThe following additional packages will be installed:\r\n libcublaslt11\r\nThe following NEW packages will be installed:\r\n libcublas11 libcublaslt11\r\n0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.\r\nNeed to get 259 MB of archives.\r\nAfter this operation, 670 MB of additional disk space will be used.\r\nDo you want to continue? [Y/n] \r\nGet:1 http://fr.archive.ubuntu.com/ubuntu lunar/multiverse amd64 libcublaslt11 amd64 11.11.3.6~11.8.0-3 [212 MB]\r\nGet:2 http://fr.archive.ubuntu.com/ubuntu lunar/multiverse amd64 libcublas11 amd64 11.11.3.6~11.8.0-3 [46,7 MB]\r\nFetched 259 MB in 7s (39,1 MB/s) \r\nSelecting previously unselected package libcublaslt11:amd64.\r\n(Reading database ... 721648 files and directories currently installed.)\r\nPreparing to unpack .../libcublaslt11_11.11.3.6~11.8.0-3_amd64.deb ...\r\nUnpacking libcublaslt11:amd64 (11.11.3.6~11.8.0-3) ...\r\nSelecting previously unselected package libcublas11:amd64.\r\nPreparing to unpack .../libcublas11_11.11.3.6~11.8.0-3_amd64.deb ...\r\nUnpacking libcublas11:amd64 (11.11.3.6~11.8.0-3) ...\r\nSetting up libcublaslt11:amd64 (11.11.3.6~11.8.0-3) ...\r\nSetting up libcublas11:amd64 (11.11.3.6~11.8.0-3) ...\r\nProcessing triggers for libc-bin (2.37-0ubuntu2.2) ...\r\n(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-10 - 13:53:51\r\n╰─(openvoice) ⠠⠵ python tts.py on main|…8\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\r\n warnings.warn(\"torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\")\r\nLoaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'\r\nmissing/unexpected keys: [] []\r\nOpenVoice version: v2\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/functional.py:665: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error.\r\nNote: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at ../aten/src/ATen/native/SpectralOps.cpp:873.)\r\n return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined]\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\r\n return F.conv2d(input, weight, bias, self.stride,\r\nProcessing TTS...\r\nProcessing EN_NEWEST...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.41k/3.41k [00:00<00:00, 1.64MB/s]\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\r\n warnings.warn(\"torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\")\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:01<00:00, 111MB/s]\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n 0%| | 0/1 [00:00<?, ?it/s]Some weights of the model checkpoint at bert-base-uncased were not used when initializing BertForMaskedLM: ['cls.seq_relationship.weight', 'cls.seq_relationship.bias']\r\n- This IS expected if you are initializing BertForMaskedLM from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\r\n- This IS NOT expected if you are initializing BertForMaskedLM from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/modules/conv.py:306: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\r\n return F.conv1d(input, weight, bias, self.stride,\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:06<00:00, 6.09s/it]\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\r\n return F.conv2d(input, weight, bias, self.stride,\r\nProcessing EN...\r\n/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\r\n warnings.warn(\"torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\")\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6.28it/s]\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6.72it/s]\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10.68it/s]\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 7.00it/s]\r\n > Text split to sentences.\r\nDid you ever hear a folk tale about a giant turtle?\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 7.32it/s]\r\nProcessing ES...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.43k/3.43k [00:00<00:00, 4.08MB/s]\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:02<00:00, 102MB/s]\r\n > Text split to sentences.\r\nEl resplandor del sol acaricia las olas, pintando el cielo con una paleta deslumbrante.\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:01<00:00, 1.17s/it]\r\nProcessing FR...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.40k/3.40k [00:00<00:00, 3.82MB/s]\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:01<00:00, 108MB/s]\r\n > Text split to sentences.\r\nLa lueur dorée du soleil caresse les vagues, peignant le ciel d'une palette éblouissante.\r\n > ===========================\r\nDownloading pytorch_model.bin: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 445M/445M [00:03<00:00, 112MB/s]\r\nSome weights of the model checkpoint at dbmdz/bert-base-french-europeana-cased were not used when initializing BertForMaskedLM: ['cls.seq_relationship.weight', 'cls.seq_relationship.bias']MB/s]\r\n- This IS expected if you are initializing BertForMaskedLM from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\r\n- This IS NOT expected if you are initializing BertForMaskedLM from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:06<00:00, 6.34s/it]\r\nProcessing ZH...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2.30k/2.30k [00:00<00:00, 5.02MB/s]\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:02<00:00, 102MB/s]\r\n > Text split to sentences.\r\n在这次vacation中,\r\n我们计划去Paris欣赏埃菲尔铁塔和卢浮宫的美景.\r\n > ===========================\r\n 0%| | 0/2 [00:00<?, ?it/s]Building prefix dict from the default dictionary ...\r\nDumping model to file cache /tmp/jieba.cache\r\nLoading model cost 0.477 seconds.\r\nPrefix dict has been built successfully.\r\nDownloading pytorch_model.bin: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 672M/672M [00:06<00:00, 108MB/s]\r\nSome weights of the model checkpoint at bert-base-multilingual-uncased were not used when initializing BertForMaskedLM: ['cls.seq_relationship.weight', 'cls.seq_relationship.bias']:00, 108MB/s]\r\n- This IS expected if you are initializing BertForMaskedLM from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\r\n- This IS NOT expected if you are initializing BertForMaskedLM from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:10<00:00, 5.01s/it]\r\nProcessing JP...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.43k/3.43k [00:00<00:00, 5.00MB/s]\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:02<00:00, 102MB/s]\r\n > Text split to sentences.\r\n彼は毎朝ジョギングをして体を健康に保っています.\r\n > ===========================\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1.84it/s]\r\nProcessing KR...\r\nDownloading config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.40k/3.40k [00:00<00:00, 1.33MB/s]\r\nDownloading checkpoint.pth: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 208M/208M [00:01<00:00, 113MB/s]\r\n > Text split to sentences.\r\n안녕하세요! 오늘은 날씨가 정말 좋네요.\r\n > ===========================\r\n 0%| | 0/1 [00:00<?, ?it/s]you have to install python-mecab-ko. install it...\r\nhuggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\r\nTo disable this warning, you can either:\r\n - Avoid using `tokenizers` before the fork if possible\r\n - Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\r\nCollecting python-mecab-ko\r\n Downloading python_mecab_ko-1.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB)\r\nCollecting python-mecab-ko-dic (from python-mecab-ko)\r\n Downloading python_mecab_ko_dic-2.1.1.post2-py3-none-any.whl.metadata (1.4 kB)\r\nDownloading python_mecab_ko-1.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (578 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 578.4/578.4 kB 9.6 MB/s eta 0:00:00\r\nDownloading python_mecab_ko_dic-2.1.1.post2-py3-none-any.whl (34.5 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 9.9 MB/s eta 0:00:00\r\nInstalling collected packages: python-mecab-ko-dic, python-mecab-ko\r\nSuccessfully installed python-mecab-ko-1.3.5 python-mecab-ko-dic-2.1.1.post2\r\nDownloading pytorch_model.bin: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 476M/476M [00:04<00:00, 109MB/s]\r\nSome weights of the model checkpoint at kykim/bert-kor-base were not used when initializing BertForMaskedLM: ['cls.seq_relationship.weight', 'cls.seq_relationship.bias']M [00:04<00:00, 114MB/s]\r\n- This IS expected if you are initializing BertForMaskedLM from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\r\n- This IS NOT expected if you are initializing BertForMaskedLM from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\r\n100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:24<00:00, 24.42s/it]\r\nTTS processing complete. Check the outputs in: outputs_v2\r\n(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-10 - 13:55:22\r\n╰─(openvoice) ⠠⠵ ls \r\n``` \r\n\r\nthanks a lot !",
"Updating the library path to include the python virtual env works but speaker embeddings depend on nvidia-cublas-cu11 and will break with version 12. Error output is\r\n\r\n```\r\nTraceback (most recent call last):\r\n File \"/home/lee/src/OpenVoice/example.py\", line 16, in <module>\r\n target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)\r\n File \"/home/lee/src/OpenVoice/openvoice/se_extractor.py\", line 146, in get_se\r\n wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)\r\n File \"/home/lee/src/OpenVoice/openvoice/se_extractor.py\", line 28, in split_audio_whisper\r\n segments, info = model.transcribe(audio_path, beam_size=5, word_timestamps=True)\r\n File \"/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py\", line 308, in transcribe\r\n encoder_output = self.encode(segment)\r\n File \"/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py\", line 610, in encode\r\n return self.model.encode(features, to_cpu=to_cpu)\r\nRuntimeError: Library libcublas.so.11 is not found or cannot be loaded\r\n```\r\n\r\nI was lucky enough to have a copy of that shared library elsewhere and manually added it to the LD_LIBRARY_PATH.",
"> Updating the library path to include the python virtual env works but speaker embeddings depend on nvidia-cublas-cu11 and will break with version 12. Error output is\r\n> \r\n> ```\r\n> Traceback (most recent call last):\r\n> File \"/home/lee/src/OpenVoice/example.py\", line 16, in <module>\r\n> target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)\r\n> File \"/home/lee/src/OpenVoice/openvoice/se_extractor.py\", line 146, in get_se\r\n> wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)\r\n> File \"/home/lee/src/OpenVoice/openvoice/se_extractor.py\", line 28, in split_audio_whisper\r\n> segments, info = model.transcribe(audio_path, beam_size=5, word_timestamps=True)\r\n> File \"/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py\", line 308, in transcribe\r\n> encoder_output = self.encode(segment)\r\n> File \"/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py\", line 610, in encode\r\n> return self.model.encode(features, to_cpu=to_cpu)\r\n> RuntimeError: Library libcublas.so.11 is not found or cannot be loaded\r\n> ```\r\n> \r\n> I was lucky enough to have a copy of that shared library elsewhere and manually added it to the LD_LIBRARY_PATH.\r\n\r\nI have encountered this problem. Can you tell me how to handle it? Thank you!"
] | 2024-05-07T21:49:22 | 2024-05-15T13:44:21 | null | NONE | null | I followed the provided instructions.
I turned the demo_part3 file into a normal python file to test the code:
```python
# Import necessary libraries
import os
import sys
import torch
from openvoice import se_extractor
from openvoice.api import ToneColorConverter
from melo.api import TTS
# Constants
ckpt_converter = 'checkpoints_v2/converter'
device = "cuda:0" if torch.cuda.is_available() else "cpu"
output_dir = 'outputs_v2'
# Create output directory if it does not exist
os.makedirs(output_dir, exist_ok=True)
# Initialize Tone Color Converter
tone_color_converter = ToneColorConverter(f'{ckpt_converter}/config.json', device=device)
tone_color_converter.load_ckpt(f'{ckpt_converter}/checkpoint.pth')
# Extract tone color embedding for the target speaker
reference_speaker = 'resources/example_reference.mp3'
target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)
# Texts for various languages
texts = {
'EN_NEWEST': "Did you ever hear a folk tale about a giant turtle?",
'EN': "Did you ever hear a folk tale about a giant turtle?",
'ES': "El resplandor del sol acaricia las olas, pintando el cielo con una paleta deslumbrante.",
'FR': "La lueur dorée du soleil caresse les vagues, peignant le ciel d'une palette éblouissante.",
'ZH': "在这次vacation中,我们计划去Paris欣赏埃菲尔铁塔和卢浮宫的美景。",
'JP': "彼は毎朝ジョギングをして体を健康に保っています。",
'KR': "안녕하세요! 오늘은 날씨가 정말 좋네요.",
}
# Output path for temporary audio file
src_path = f'{output_dir}/tmp.wav'
speed = 1.0 # Speed is adjustable
print("Processing TTS...")
# Process each language and text
for language, text in texts.items():
print(f"Processing {language}...")
model = TTS(language=language, device=device)
speaker_ids = model.hps.data.spk2id
for speaker_key in speaker_ids.keys():
speaker_id = speaker_ids[speaker_key]
speaker_key = speaker_key.lower().replace('_', '-')
# Load source speaker embedding
source_se = torch.load(f'checkpoints_v2/base_speakers/ses/{speaker_key}.pth', map_location=device)
# Generate speech and save to temporary file
model.tts_to_file(text, speaker_id, src_path, speed=speed)
save_path = f'{output_dir}/output_v2_{speaker_key}.wav'
# Convert tone color
encode_message = "@MyShell"
tone_color_converter.convert(
audio_src_path=src_path,
src_se=source_se,
tgt_se=target_se,
output_path=save_path,
message=encode_message)
# Print completion message
print("TTS processing complete. Check the outputs in:", output_dir)
```
When I run it I get:
```
(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-07 - 23:45:23
╰─(openvoice) ⠠⠵ python tts.py on main|…8
/home/arthur/.anaconda3/envs/openvoice/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Loaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'
missing/unexpected keys: [] []
OpenVoice version: v2
Could not load library libcudnn_cnn_infer.so.8. Error: /lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8: undefined symbol: _ZN5cudnn14cublasSaxpy_v2EP13cublasContextiPKfS3_iPfi, version libcudnn_ops_infer.so.8
Please make sure libcudnn_cnn_infer.so.8 is in your library path!
[1] 2253274 IOT instruction (core dumped) python tts.py
(openvoice) ╭─arthur at aquarelle in ~/dev/ai/OpenVoice on main✘✘✘ 24-05-07 - 23:45:35
╰─(openvoice) ⠠⠵
```
What am I doing wrong?
This is ubuntu 23.04, and when I ran into this error I did:
```
sudo apt install libcudnn9-static-cuda-12
sudo apt install libcudnn8 libcudnn8-dev
```
But it didn't help.
I have CUDA and everything installed, I run dozens of different CUDA/Pythorch/AI related projects on this machine including trying out most of the TTS stuff available on github.
Any help very welcome.
Thank you. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/225/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/225/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/223 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/223/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/223/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/223/events | https://github.com/myshell-ai/OpenVoice/issues/223 | 2,281,075,335 | I_kwDOKzf7Ec6H9nKH | 223 | demo_part3.ipynb 'target_se' is not defined | {
"login": "IdoWSC",
"id": 30262079,
"node_id": "MDQ6VXNlcjMwMjYyMDc5",
"avatar_url": "https://avatars.githubusercontent.com/u/30262079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IdoWSC",
"html_url": "https://github.com/IdoWSC",
"followers_url": "https://api.github.com/users/IdoWSC/followers",
"following_url": "https://api.github.com/users/IdoWSC/following{/other_user}",
"gists_url": "https://api.github.com/users/IdoWSC/gists{/gist_id}",
"starred_url": "https://api.github.com/users/IdoWSC/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/IdoWSC/subscriptions",
"organizations_url": "https://api.github.com/users/IdoWSC/orgs",
"repos_url": "https://api.github.com/users/IdoWSC/repos",
"events_url": "https://api.github.com/users/IdoWSC/events{/privacy}",
"received_events_url": "https://api.github.com/users/IdoWSC/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"@IdoWSC 'target_se' was already defined.\r\n`reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone`\r\n`target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)`"
] | 2024-05-06T14:54:39 | 2024-05-07T07:51:31 | null | NONE | null | ---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[11], line 36
31 # Run the tone color converter
32 encode_message = "@MyShell"
33 tone_color_converter.convert(
34 audio_src_path=src_path,
35 src_se=source_se,
---> 36 tgt_se=target_se,
37 output_path=save_path,
38 message=encode_message)
NameError: name 'target_se' is not defined | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/223/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/223/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/222 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/222/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/222/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/222/events | https://github.com/myshell-ai/OpenVoice/issues/222 | 2,280,269,827 | I_kwDOKzf7Ec6H6igD | 222 | traceback error | {
"login": "mcrey11",
"id": 30859167,
"node_id": "MDQ6VXNlcjMwODU5MTY3",
"avatar_url": "https://avatars.githubusercontent.com/u/30859167?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mcrey11",
"html_url": "https://github.com/mcrey11",
"followers_url": "https://api.github.com/users/mcrey11/followers",
"following_url": "https://api.github.com/users/mcrey11/following{/other_user}",
"gists_url": "https://api.github.com/users/mcrey11/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mcrey11/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mcrey11/subscriptions",
"organizations_url": "https://api.github.com/users/mcrey11/orgs",
"repos_url": "https://api.github.com/users/mcrey11/repos",
"events_url": "https://api.github.com/users/mcrey11/events{/privacy}",
"received_events_url": "https://api.github.com/users/mcrey11/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"-fix-\r\npip install --upgrade gradio==3.48.0"
] | 2024-05-06T07:51:14 | 2024-05-08T00:41:26 | null | NONE | null | C:\Users\Admin\anaconda3\envs\openvoice\lib\site-packages\gradio\components\dropdown.py:93: UserWarning: The `max_choices` parameter is ignored when `multiselect` is False.
warnings.warn(
Traceback (most recent call last):
File "C:\OpenVoice-main\openvoice_app.py", line 246, in <module>
ref_gr = gr.Audio(
File "C:\Users\Admin\anaconda3\envs\openvoice\lib\site-packages\gradio\component_meta.py", line 159, in wrapper
return fn(self, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'info' | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/222/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/222/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/221 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/221/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/221/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/221/events | https://github.com/myshell-ai/OpenVoice/issues/221 | 2,280,248,937 | I_kwDOKzf7Ec6H6dZp | 221 | How to add other languages in the local installation? | {
"login": "Thinker786",
"id": 142226842,
"node_id": "U_kgDOCHo1mg",
"avatar_url": "https://avatars.githubusercontent.com/u/142226842?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Thinker786",
"html_url": "https://github.com/Thinker786",
"followers_url": "https://api.github.com/users/Thinker786/followers",
"following_url": "https://api.github.com/users/Thinker786/following{/other_user}",
"gists_url": "https://api.github.com/users/Thinker786/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Thinker786/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Thinker786/subscriptions",
"organizations_url": "https://api.github.com/users/Thinker786/orgs",
"repos_url": "https://api.github.com/users/Thinker786/repos",
"events_url": "https://api.github.com/users/Thinker786/events{/privacy}",
"received_events_url": "https://api.github.com/users/Thinker786/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Have you found a solution to the question?"
] | 2024-05-06T07:37:38 | 2024-06-05T23:38:55 | null | NONE | null | I already read the Docs page about languages, but I am not a programmer or very well versed in all this so unable to follow the instructions mentioned there. Can someone explain me in easier language how I can add base speakers of other languages? Or how I can train other language models for openvoice? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/221/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/221/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/220 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/220/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/220/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/220/events | https://github.com/myshell-ai/OpenVoice/issues/220 | 2,279,840,380 | I_kwDOKzf7Ec6H45p8 | 220 | The cloned voice is far from the reference speaker | {
"login": "aicoder2048",
"id": 128800888,
"node_id": "U_kgDOB61YeA",
"avatar_url": "https://avatars.githubusercontent.com/u/128800888?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aicoder2048",
"html_url": "https://github.com/aicoder2048",
"followers_url": "https://api.github.com/users/aicoder2048/followers",
"following_url": "https://api.github.com/users/aicoder2048/following{/other_user}",
"gists_url": "https://api.github.com/users/aicoder2048/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aicoder2048/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aicoder2048/subscriptions",
"organizations_url": "https://api.github.com/users/aicoder2048/orgs",
"repos_url": "https://api.github.com/users/aicoder2048/repos",
"events_url": "https://api.github.com/users/aicoder2048/events{/privacy}",
"received_events_url": "https://api.github.com/users/aicoder2048/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Dose source_se need to be from audio of the same person's voice as source audio to inference to get close or better clone quality? ",
"I got the following warnings, could any of those warnings make the clone similarity to drastically degrade ?\r\n1. UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\r\n2. UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error.\r\n3. UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/128800888/dff1a5c1-84f7-4c32-ba71-96a82a23c6a8)\r\n",
"> Dose source_se need to be from audio of the same person's voice as source audio to inference to get close or better clone quality?\r\n\r\nI tried to use same (base-speaker) person's voice/mp3 for getting \"source_se/tone color embedding\" and \"source audio to inference\" , and a third male voice/mp3 as reference speaker. The resulting cloned audio, which sometime is female with a bit noise, is still far from the reference male audio. Very Bizarred !\r\n\r\nso, to my conclusion from the experiment, the source_se and source audio to inference don't have to be from same person, or at least, it doesn't matter towards affecting/improving clone similarity.\r\n\r\njust a couplel of sents to share ... have fun\r\n\r\nSean "
] | 2024-05-06T01:06:32 | 2024-05-06T02:18:13 | null | NONE | null | Hi,
I am trying out Open Voice (v1), and it mechanically worked, but the cloned voice is far from its reference speaker. Sometimes, I gave a male reference speaker mp3, and got back a female voice.
I run the code from "demo_part1.ipynb" and I only changed reference speaker's mp3.
I suspect the torch/embedding version is not compatible, and I am using:
(Speech2Rag) OpenVoice> pip show torch
Name: torch
Version: 2.1.2+cu121
Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration
Home-page: https://pytorch.org/
Author: PyTorch Team
Author-email: packages@pytorch.org
License: BSD-3
Location: C:\Users\Sean2092\miniconda3\Lib\site-packages
Requires: filelock, fsspec, jinja2, networkx, sympy, typing-extensions
Required-by: pytorch-lightning, torchaudio, torchmetrics, torchvision
Could someone with success and experience help out? I am sure I got something, libs or settings, incorrect, but I cannot figure out what that might be. Pls help.
Thanks a lot,
Sean | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/220/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/220/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/219 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/219/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/219/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/219/events | https://github.com/myshell-ai/OpenVoice/issues/219 | 2,279,796,901 | I_kwDOKzf7Ec6H4vCl | 219 | missing/unexpected keys? | {
"login": "ahmetkca",
"id": 74574469,
"node_id": "MDQ6VXNlcjc0NTc0NDY5",
"avatar_url": "https://avatars.githubusercontent.com/u/74574469?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahmetkca",
"html_url": "https://github.com/ahmetkca",
"followers_url": "https://api.github.com/users/ahmetkca/followers",
"following_url": "https://api.github.com/users/ahmetkca/following{/other_user}",
"gists_url": "https://api.github.com/users/ahmetkca/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahmetkca/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahmetkca/subscriptions",
"organizations_url": "https://api.github.com/users/ahmetkca/orgs",
"repos_url": "https://api.github.com/users/ahmetkca/repos",
"events_url": "https://api.github.com/users/ahmetkca/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahmetkca/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"@ahmetkca Have you solved it yet?",
"same problem here with v2"
] | 2024-05-05T23:43:30 | 2024-05-26T19:42:30 | null | NONE | null | ```
/Users/ahmetkca/Projects/OpenVoice/.venv/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Loaded checkpoint 'checkpoints/converter/checkpoint.pth'
missing/unexpected keys: [] []
``` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/219/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/219/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/218 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/218/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/218/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/218/events | https://github.com/myshell-ai/OpenVoice/issues/218 | 2,279,779,559 | I_kwDOKzf7Ec6H4qzn | 218 | Streaming Latency | {
"login": "mswoff",
"id": 24312244,
"node_id": "MDQ6VXNlcjI0MzEyMjQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/24312244?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mswoff",
"html_url": "https://github.com/mswoff",
"followers_url": "https://api.github.com/users/mswoff/followers",
"following_url": "https://api.github.com/users/mswoff/following{/other_user}",
"gists_url": "https://api.github.com/users/mswoff/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mswoff/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mswoff/subscriptions",
"organizations_url": "https://api.github.com/users/mswoff/orgs",
"repos_url": "https://api.github.com/users/mswoff/repos",
"events_url": "https://api.github.com/users/mswoff/events{/privacy}",
"received_events_url": "https://api.github.com/users/mswoff/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-05T23:03:32 | 2024-05-05T23:03:32 | null | NONE | null | It would be helpful to see a streaming setup with latency benchmarks.
Does anyone have TTFB benchmarks under any hardware? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/218/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/218/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/217 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/217/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/217/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/217/events | https://github.com/myshell-ai/OpenVoice/issues/217 | 2,279,777,896 | I_kwDOKzf7Ec6H4qZo | 217 | Failed to build mecab-python-3 | {
"login": "ahmetkca",
"id": 74574469,
"node_id": "MDQ6VXNlcjc0NTc0NDY5",
"avatar_url": "https://avatars.githubusercontent.com/u/74574469?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahmetkca",
"html_url": "https://github.com/ahmetkca",
"followers_url": "https://api.github.com/users/ahmetkca/followers",
"following_url": "https://api.github.com/users/ahmetkca/following{/other_user}",
"gists_url": "https://api.github.com/users/ahmetkca/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahmetkca/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahmetkca/subscriptions",
"organizations_url": "https://api.github.com/users/ahmetkca/orgs",
"repos_url": "https://api.github.com/users/ahmetkca/repos",
"events_url": "https://api.github.com/users/ahmetkca/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahmetkca/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-05T22:59:06 | 2024-05-05T22:59:06 | null | NONE | null | https://github.com/myshell-ai/MeloTTS/issues/126 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/217/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/217/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/216 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/216/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/216/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/216/events | https://github.com/myshell-ai/OpenVoice/issues/216 | 2,279,446,687 | I_kwDOKzf7Ec6H3Zif | 216 | Add Persian Language | {
"login": "m0javad",
"id": 91621959,
"node_id": "U_kgDOBXYKRw",
"avatar_url": "https://avatars.githubusercontent.com/u/91621959?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/m0javad",
"html_url": "https://github.com/m0javad",
"followers_url": "https://api.github.com/users/m0javad/followers",
"following_url": "https://api.github.com/users/m0javad/following{/other_user}",
"gists_url": "https://api.github.com/users/m0javad/gists{/gist_id}",
"starred_url": "https://api.github.com/users/m0javad/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/m0javad/subscriptions",
"organizations_url": "https://api.github.com/users/m0javad/orgs",
"repos_url": "https://api.github.com/users/m0javad/repos",
"events_url": "https://api.github.com/users/m0javad/events{/privacy}",
"received_events_url": "https://api.github.com/users/m0javad/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I am also interested in Persian/ Farsi"
] | 2024-05-05T10:08:44 | 2024-05-05T19:11:37 | null | NONE | null | Hi, and I hope you're doing great. Please add Persian because we have a large lack of models in our language. I can help you to do that. You can be the first in this field. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/216/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/216/timeline | null | null | null | null | false |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 35