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 | [] | 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 | [] | 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 |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/215 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/215/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/215/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/215/events | https://github.com/myshell-ai/OpenVoice/issues/215 | 2,278,448,973 | I_kwDOKzf7Ec6Hzl9N | 215 | Kernel died | {
"login": "mortsnort",
"id": 26025249,
"node_id": "MDQ6VXNlcjI2MDI1MjQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/26025249?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mortsnort",
"html_url": "https://github.com/mortsnort",
"followers_url": "https://api.github.com/users/mortsnort/followers",
"following_url": "https://api.github.com/users/mortsnort/following{/other_user}",
"gists_url": "https://api.github.com/users/mortsnort/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mortsnort/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mortsnort/subscriptions",
"organizations_url": "https://api.github.com/users/mortsnort/orgs",
"repos_url": "https://api.github.com/users/mortsnort/repos",
"events_url": "https://api.github.com/users/mortsnort/events{/privacy}",
"received_events_url": "https://api.github.com/users/mortsnort/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Same issue. openVoise v1 is OK, but v2:\r\n```bash\r\nLoaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'\r\nmissing/unexpected keys: [] []\r\nOpenVoice version: v2\r\nCould not load library libcudnn_cnn_infer.so.8. Error: libcudnn_cnn_infer.so.8: cannot open shared object file: No such file or directory\r\nPlease make sure libcudnn_cnn_infer.so.8 is in your library path!\r\n```",
"Same issue here with demopart3 on Windows",
"I just ran into the same issue. Here's how I resolved it (on Ubuntu 20.04 w Python 3.10 using a python virtual environment (venv)):\r\n- context: PyTorch already comes bundled with cuDNN. One option to resolving this error is to ensure PyTorch can find the bundled cuDNN. The error above indicates that your LD_LIBRARY_PATH doesn't point to the location that contains the bundled cuDNN library.\r\n- locate the file: e.g., via `$ find ~ -name \"libcudnn_cnn_infer.so.8\"`, which pointed me to `/home/xxx/dev/openvoicev2_venv/lib/python3.10/site-packages/nvidia/cudnn/lib/libcudnn_cnn_infer.so.8`\r\n- set LD_LIBRARY_PATH: e.g., via `$ export LD_LIBRARY_PATH=/home/xxx/dev/openvoicev2_venv/lib/python3.10/site-packages/nvidia/cudnn/lib:$LD_LIBRARY_PATH` \r\n- afterwards, I can run the demo script on the command line as well as in jupyter-lab w/o errors.\r\n\r\n",
"Same issue here on Ubuntu\r\n\r\n```\r\nLoaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'\r\nmissing/unexpected keys: [] []\r\n```\r\n\r\nSetting LD_LIBRARY_PATH did not to help",
"I'm experiencing the same thing on my WSL2 Ubuntu environment. When I run the code below, it restarts the kernel. I'm currently using an RTX 4090 with 24GB Vram, so I don't think it's a hardware issue.\r\n\r\n\r\nreference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone\r\ntarget_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)",
"I don't know if this might help anyone here, but I kept getting the error \"Could not load library cudnn_ops_infer64_8.dll. Error code 126\" when trying to run the code in the demopart3 jupyter notebook as a .py-file. If anyone has that Problem too, I was able to solve the error by doing the following:\r\n\r\n- I downloaded the zip-file for cuDNN v8.9.7 from https://developer.nvidia.com/rdp/cudnn-archive#a-collapse897-120\r\n- I just extracted the files \"cudnn_cnn_infer64_8.dll\" and \"cudnn_ops_infer64_8.dll\" from the \\bin folder of that zip into the torch-folder of my venv for the project (\\.venv\\Lib\\site-packages\\torch\\lib).\r\n\r\nSeems like this fixed it for me (using it on cpu) and thought, I'll post it here, if anyone runs into the same issue.",
"To fix this on windows:\r\n\r\n1. Go to the [NVIDIA cuDNN download page](https://developer.nvidia.com/rdp/cudnn-archive)\r\n2. Select the appropriate version of cuDNN for your cuda version (cuDNN v8.9.7 for CUDA 12.x)\r\n3. Download the cuDNN installer for win\r\n4. Extract the contents of the downloaded file\r\n5. Copy Files to cuda toolkit directory\r\n6. Navigate to the extracted directory\r\n7. Copy the following files to your cuda installation directory:\r\n\r\n- Include files: Copy cudnn*.h files from cudnn/include to C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.x\\include\r\n\r\n- Library files: Copy cudnn*.lib files from cudnn/lib to C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.x\\lib\\x64\r\n\r\n- DLL files: Copy cudnn*.dll files from cudnn/bin to C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.x\\bin\r\n\r\n9. Set Environment Variables\r\n10. Open the start menu and search for \"environment variables\"\r\n11. Click on \"Edit the system environment variables\"\r\n12. In the system properties window, click on the \"environment variables\" button\r\n13. In the env vars window, find the path var under \"system variables\" and select it, then click \"edit\"\r\n14. Add the following paths to the Path var (if they are not already there):\r\n\r\n```\r\nC:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.x\\bin\r\nC:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.x\\libnvvp\r\n```\r\n15. Verify Installation\r\n16. Open a command prompt and run the following command to verify that CUDA is installed correctly:\r\n\r\n```shell\r\nnvcc --version\r\n```\r\nYou should see information about the cuda compiler\r\n\r\nTo verify cuDNN installation, you can write and compile a small cuda program that uses cuDNN, or you can use pytorch to check if it detects cuDNN.\r\n\r\n`pip install torch`\r\n\r\nRun a simple script:\r\n\r\n```python\r\npip install torch\r\nprint(\"Is CUDA available: \", torch.cuda.is_available())\r\nprint(\"CUDA version: \", torch.version.cuda)\r\nprint(\"cuDNN version: \", torch.backends.cudnn.version())\r\nprint(\"Number of GPUs: \", torch.cuda.device_count())\r\n```\r\nIf it detects your gpu and lists it, then your cuDNN installation is successful",
"@vladlearns \r\nThank you very much for the detailed instructions!",
"edit:\r\nDon't forget: cuda 12.0 and cuDNN 8.9.7 with pytorch, you need to install a version of pytorch that is built for cuda 12.0. pytorch provides binaries for specific CUDA versions, so you need to specify the correct version when installing.\r\n\r\n`pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121`\r\n\r\nIf you want to run in the current session. You need to manually update the Path variable for the current session to prioritize new cuda paths\r\n\r\n```\r\n$currentPath = [System.Environment]::GetEnvironmentVariable(\"Path\", [System.EnvironmentVariableTarget]::Machine)\r\n\r\n$newCudaPaths = \"C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.0\\bin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.0\\libnvvp;\"\r\n\r\n# Remove old (if any)\r\n$currentPath = $currentPath -replace \"C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v\\d+\\.\\d+\\\\bin;\",\"\"\r\n$currentPath = $currentPath -replace \"C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v\\d+\\.\\d+\\\\libnvvp;\",\"\"\r\n\r\n# Combine the new paths with the current\r\n$updatedPath = $newCudaPaths + $currentPath\r\n\r\n# Update\r\n[System.Environment]::SetEnvironmentVariable(\"Path\", $updatedPath, [System.EnvironmentVariableTarget]::Process)\r\n\r\necho $env:Path\r\n```\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/48068368/df59c81a-df7b-4ec4-8a95-518603f7f968)\r\n"
] | 2024-05-03T21:27:45 | 2024-06-06T22:23:13 | null | NONE | null | I always get a "The kernel for OpenVoice/demo_part3.ipynb appears to have died. It will restart automatically." when running the demopart3 jupyter notebook in a linux environment. This happens during the ### Obtain Tone Color Embedding cell. I have 16GB VRAM. Is this not enough for voice cloning? It would be helpful if the system hardware (and Torch version) requirements were documented. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/215/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/215/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/214 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/214/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/214/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/214/events | https://github.com/myshell-ai/OpenVoice/pull/214 | 2,278,404,652 | PR_kwDOKzf7Ec5ugwzM | 214 | Create devcontainer.json | {
"login": "DontCallMyPhoneUnlessUGotMeMyCode",
"id": 163101001,
"node_id": "U_kgDOCbi5SQ",
"avatar_url": "https://avatars.githubusercontent.com/u/163101001?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode",
"html_url": "https://github.com/DontCallMyPhoneUnlessUGotMeMyCode",
"followers_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/followers",
"following_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/following{/other_user}",
"gists_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/subscriptions",
"organizations_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/orgs",
"repos_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/repos",
"events_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/events{/privacy}",
"received_events_url": "https://api.github.com/users/DontCallMyPhoneUnlessUGotMeMyCode/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"> <! #214 \r\n",
"> <! #214 ",
"> <! #214 "
] | 2024-05-03T20:49:52 | 2024-05-03T20:52:46 | null | NONE | null | https://github.com/myshell-ai/OpenVoice.git | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/214/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/214/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/214",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/214",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/214.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/214.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/213 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/213/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/213/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/213/events | https://github.com/myshell-ai/OpenVoice/issues/213 | 2,277,886,715 | I_kwDOKzf7Ec6Hxcr7 | 213 | Add polish language | {
"login": "rvsh2",
"id": 32043169,
"node_id": "MDQ6VXNlcjMyMDQzMTY5",
"avatar_url": "https://avatars.githubusercontent.com/u/32043169?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rvsh2",
"html_url": "https://github.com/rvsh2",
"followers_url": "https://api.github.com/users/rvsh2/followers",
"following_url": "https://api.github.com/users/rvsh2/following{/other_user}",
"gists_url": "https://api.github.com/users/rvsh2/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rvsh2/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rvsh2/subscriptions",
"organizations_url": "https://api.github.com/users/rvsh2/orgs",
"repos_url": "https://api.github.com/users/rvsh2/repos",
"events_url": "https://api.github.com/users/rvsh2/events{/privacy}",
"received_events_url": "https://api.github.com/users/rvsh2/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-03T15:10:00 | 2024-05-03T15:10:00 | null | NONE | null | Hi,
Could you add polish language in the future? There is no good TTS for polish. Please consider this.
Many thanks. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/213/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/213/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/212 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/212/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/212/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/212/events | https://github.com/myshell-ai/OpenVoice/issues/212 | 2,275,409,920 | I_kwDOKzf7Ec6HoAAA | 212 | Enthusiastic Support and Request for French Voice Model Development | {
"login": "HenryCheung898",
"id": 128586641,
"node_id": "U_kgDOB6oTkQ",
"avatar_url": "https://avatars.githubusercontent.com/u/128586641?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HenryCheung898",
"html_url": "https://github.com/HenryCheung898",
"followers_url": "https://api.github.com/users/HenryCheung898/followers",
"following_url": "https://api.github.com/users/HenryCheung898/following{/other_user}",
"gists_url": "https://api.github.com/users/HenryCheung898/gists{/gist_id}",
"starred_url": "https://api.github.com/users/HenryCheung898/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/HenryCheung898/subscriptions",
"organizations_url": "https://api.github.com/users/HenryCheung898/orgs",
"repos_url": "https://api.github.com/users/HenryCheung898/repos",
"events_url": "https://api.github.com/users/HenryCheung898/events{/privacy}",
"received_events_url": "https://api.github.com/users/HenryCheung898/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-02T12:24:12 | 2024-05-02T12:24:12 | null | NONE | null | I would like first express my admiration for the exceptional quality and performance of your OpenVoice project. It is evident that OpenVoice currently stands as a paragon of balancing quality with speed in the realm of TTS solutions.
Your commitment to advancing the accessibility and usability of TTS technologies motivates me to bring forth a suggestion. Considering the expansive potential of your technology, I would be thrilled to see the development of a French voice model. Introducing a French variant could significantly enhance the applicability and reach of OpenVoice, catering to the vast Francophone population across the globe.
Thank you for your continuous innovation and dedication to excellence. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/212/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/212/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/211 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/211/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/211/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/211/events | https://github.com/myshell-ai/OpenVoice/issues/211 | 2,275,397,302 | I_kwDOKzf7Ec6Hn862 | 211 | Source of references | {
"login": "wunderox",
"id": 97541906,
"node_id": "U_kgDOBdBfEg",
"avatar_url": "https://avatars.githubusercontent.com/u/97541906?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wunderox",
"html_url": "https://github.com/wunderox",
"followers_url": "https://api.github.com/users/wunderox/followers",
"following_url": "https://api.github.com/users/wunderox/following{/other_user}",
"gists_url": "https://api.github.com/users/wunderox/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wunderox/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wunderox/subscriptions",
"organizations_url": "https://api.github.com/users/wunderox/orgs",
"repos_url": "https://api.github.com/users/wunderox/repos",
"events_url": "https://api.github.com/users/wunderox/events{/privacy}",
"received_events_url": "https://api.github.com/users/wunderox/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-05-02T12:17:22 | 2024-05-02T12:17:22 | null | NONE | null | Thank you for sharing your work!
This is not an issue request, merely a question, and I didn't find any "discussion" place, so apologies if I'm not posting in the appropriate place.
I was wondering, in your [webpage](https://research.myshell.ai/open-voice/accurate-tone-color-cloning) on tone color cloning, are the references from a known/public dataset? If there are more than one datasets, I'm curious specifically about the first reference sample.
Thank you! | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/211/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/211/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/210 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/210/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/210/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/210/events | https://github.com/myshell-ai/OpenVoice/issues/210 | 2,273,025,472 | I_kwDOKzf7Ec6He53A | 210 | Segmentation fault (core dumped) | {
"login": "Ryoo72",
"id": 21365990,
"node_id": "MDQ6VXNlcjIxMzY1OTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/21365990?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Ryoo72",
"html_url": "https://github.com/Ryoo72",
"followers_url": "https://api.github.com/users/Ryoo72/followers",
"following_url": "https://api.github.com/users/Ryoo72/following{/other_user}",
"gists_url": "https://api.github.com/users/Ryoo72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Ryoo72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Ryoo72/subscriptions",
"organizations_url": "https://api.github.com/users/Ryoo72/orgs",
"repos_url": "https://api.github.com/users/Ryoo72/repos",
"events_url": "https://api.github.com/users/Ryoo72/events{/privacy}",
"received_events_url": "https://api.github.com/users/Ryoo72/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Same problem with version 2. I get pass that part but runs into another problem. (idk how to put in code segment)\r\n\r\n****\\env\\lib\\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\nHello\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: ['bert.pooler.dense.bias', 'bert.pooler.dense.weight', 'cls.seq_relationship.bias', 'cls.seq_relationship.weight']\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 0%| | 0/1 [00:01<?, ?it/s]\r\nError during audio generation: too many dimensions 'str'",
"I had to add a bunch of CUDA shared libraries to my laptop's search path. No idea why this didn't happen automatically like it does for every other project. I'll probably have to debug this for real eventually.\r\n\r\nI'm using python through pyenv with the venv module for a virtual environment.\r\n\r\n```\r\n(.venv) lee@suzanne:~/src/OpenVoice$ echo $LD_LIBRARY_PATH \r\n/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/nvidia/cublas/lib:/home/lee/src/OpenVoice/.venv/lib/python3.10/site-packages/nvidia/cudnn/lib:/home/lee/.pyenv/versions/3.10.13/lib/python3.10/site-packages/nvidia/cublas/lib/\r\n```"
] | 2024-05-01T06:42:30 | 2024-05-15T20:28:05 | null | NONE | null | The following error occurs.
I am using Ubuntu 22.04, and I utilized the provided conda environment.
```
Loaded checkpoint 'checkpoints_v2/converter/checkpoint.pth'
missing/unexpected keys: [] []
OpenVoice version: v2
Segmentation fault (core dumped)
``` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/210/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/210/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/209 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/209/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/209/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/209/events | https://github.com/myshell-ai/OpenVoice/issues/209 | 2,272,108,212 | I_kwDOKzf7Ec6HbZ60 | 209 | Updation of README.md file | {
"login": "manish-dughadiya",
"id": 161974885,
"node_id": "U_kgDOCaeKZQ",
"avatar_url": "https://avatars.githubusercontent.com/u/161974885?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manish-dughadiya",
"html_url": "https://github.com/manish-dughadiya",
"followers_url": "https://api.github.com/users/manish-dughadiya/followers",
"following_url": "https://api.github.com/users/manish-dughadiya/following{/other_user}",
"gists_url": "https://api.github.com/users/manish-dughadiya/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manish-dughadiya/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manish-dughadiya/subscriptions",
"organizations_url": "https://api.github.com/users/manish-dughadiya/orgs",
"repos_url": "https://api.github.com/users/manish-dughadiya/repos",
"events_url": "https://api.github.com/users/manish-dughadiya/events{/privacy}",
"received_events_url": "https://api.github.com/users/manish-dughadiya/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-30T17:29:06 | 2024-05-01T12:21:21 | null | NONE | null | Please update the README.md file and give more information regarding the code that how it will be executed . please connect..... | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/209/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/209/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/208 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/208/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/208/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/208/events | https://github.com/myshell-ai/OpenVoice/issues/208 | 2,271,098,521 | I_kwDOKzf7Ec6HXjaZ | 208 | OpenVoice 2 Error in installation in Pinokio - process alwsy ends in Error with Warning : _pickle.UnpicklingError: invalid load key, 'v'. | {
"login": "Akossimon",
"id": 56002069,
"node_id": "MDQ6VXNlcjU2MDAyMDY5",
"avatar_url": "https://avatars.githubusercontent.com/u/56002069?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Akossimon",
"html_url": "https://github.com/Akossimon",
"followers_url": "https://api.github.com/users/Akossimon/followers",
"following_url": "https://api.github.com/users/Akossimon/following{/other_user}",
"gists_url": "https://api.github.com/users/Akossimon/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Akossimon/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Akossimon/subscriptions",
"organizations_url": "https://api.github.com/users/Akossimon/orgs",
"repos_url": "https://api.github.com/users/Akossimon/repos",
"events_url": "https://api.github.com/users/Akossimon/events{/privacy}",
"received_events_url": "https://api.github.com/users/Akossimon/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-30T10:30:51 | 2024-04-30T10:30:51 | null | NONE | null | Hi, would i be ok to ask for help in an error with Openvoice2 when processing an uplaoded audio file? after a few seconds i get in terminal this error
_pickle.UnpicklingError: invalid load key, 'v'.
the audio file is an m4a file and only 3MB in size.
the reror is said to be a storage file, which is not an issue in my case.
Openvoice2 is installed inside PINOKIO on a mac.
where could i go for help for this
thanks in advance
akos
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/208/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/208/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/207 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/207/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/207/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/207/events | https://github.com/myshell-ai/OpenVoice/issues/207 | 2,270,891,157 | I_kwDOKzf7Ec6HWwyV | 207 | How to set audio style in V2? | {
"login": "neoyxm",
"id": 1170080,
"node_id": "MDQ6VXNlcjExNzAwODA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1170080?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/neoyxm",
"html_url": "https://github.com/neoyxm",
"followers_url": "https://api.github.com/users/neoyxm/followers",
"following_url": "https://api.github.com/users/neoyxm/following{/other_user}",
"gists_url": "https://api.github.com/users/neoyxm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/neoyxm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neoyxm/subscriptions",
"organizations_url": "https://api.github.com/users/neoyxm/orgs",
"repos_url": "https://api.github.com/users/neoyxm/repos",
"events_url": "https://api.github.com/users/neoyxm/events{/privacy}",
"received_events_url": "https://api.github.com/users/neoyxm/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-30T08:51:41 | 2024-04-30T08:51:41 | null | NONE | null | In V1 tts api, we can set the style param.
But in V2, melo api has no such param we can use.
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/207/reactions",
"total_count": 11,
"+1": 11,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/207/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/206 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/206/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/206/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/206/events | https://github.com/myshell-ai/OpenVoice/issues/206 | 2,270,731,946 | I_kwDOKzf7Ec6HWJ6q | 206 | Using OpenVoice in Regional Language | {
"login": "vatsal-mi",
"id": 136565422,
"node_id": "U_kgDOCCPSrg",
"avatar_url": "https://avatars.githubusercontent.com/u/136565422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vatsal-mi",
"html_url": "https://github.com/vatsal-mi",
"followers_url": "https://api.github.com/users/vatsal-mi/followers",
"following_url": "https://api.github.com/users/vatsal-mi/following{/other_user}",
"gists_url": "https://api.github.com/users/vatsal-mi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vatsal-mi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vatsal-mi/subscriptions",
"organizations_url": "https://api.github.com/users/vatsal-mi/orgs",
"repos_url": "https://api.github.com/users/vatsal-mi/repos",
"events_url": "https://api.github.com/users/vatsal-mi/events{/privacy}",
"received_events_url": "https://api.github.com/users/vatsal-mi/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Please update the README.md file and give more information regarding the code . please connect.....",
"You can reach out to me via email vatsal.gamit@mindinventory.com",
"Is there any way to use hinddi on it?\r\n"
] | 2024-04-30T07:38:55 | 2024-05-28T18:53:53 | null | NONE | null | How can I use the other languages like Hindi, Gujarati with OpenVoice? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/206/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/206/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/205 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/205/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/205/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/205/events | https://github.com/myshell-ai/OpenVoice/issues/205 | 2,269,454,188 | I_kwDOKzf7Ec6HRR9s | 205 | Additional basespeaker options | {
"login": "kentwar",
"id": 43750315,
"node_id": "MDQ6VXNlcjQzNzUwMzE1",
"avatar_url": "https://avatars.githubusercontent.com/u/43750315?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kentwar",
"html_url": "https://github.com/kentwar",
"followers_url": "https://api.github.com/users/kentwar/followers",
"following_url": "https://api.github.com/users/kentwar/following{/other_user}",
"gists_url": "https://api.github.com/users/kentwar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kentwar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kentwar/subscriptions",
"organizations_url": "https://api.github.com/users/kentwar/orgs",
"repos_url": "https://api.github.com/users/kentwar/repos",
"events_url": "https://api.github.com/users/kentwar/events{/privacy}",
"received_events_url": "https://api.github.com/users/kentwar/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"\r\nhttps://github.com/myshell-ai/OpenVoice/assets/119748743/7e8dc67f-6d07-4729-97b8-af4bd5f4f680\r\n\r\n",
"### \r\n\r\n> @`****`",
"hh"
] | 2024-04-29T16:22:24 | 2024-04-30T09:55:26 | null | NONE | null | Hi. This seems like a good project, certainly the demo files seem to work well.
When I input my own file with a british accent, the basespeaker is too far away for me to get anything usable.
I don't want to go down the OpenAI route, as that's pay to play. Instead, Melo looks interesting, but the install appears to be docker only for windows, which makes it unusable.
Are there other options? Perhaps a new batch of base accents, or code for another TTS that could be used as base?
Thanks in advance. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/205/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/205/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/204 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/204/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/204/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/204/events | https://github.com/myshell-ai/OpenVoice/issues/204 | 2,269,252,448 | I_kwDOKzf7Ec6HQgtg | 204 | 2024 老牌机场推荐:老牌机场集合 | {
"login": "jichang3346",
"id": 168451961,
"node_id": "U_kgDOCgpfeQ",
"avatar_url": "https://avatars.githubusercontent.com/u/168451961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jichang3346",
"html_url": "https://github.com/jichang3346",
"followers_url": "https://api.github.com/users/jichang3346/followers",
"following_url": "https://api.github.com/users/jichang3346/following{/other_user}",
"gists_url": "https://api.github.com/users/jichang3346/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jichang3346/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jichang3346/subscriptions",
"organizations_url": "https://api.github.com/users/jichang3346/orgs",
"repos_url": "https://api.github.com/users/jichang3346/repos",
"events_url": "https://api.github.com/users/jichang3346/events{/privacy}",
"received_events_url": "https://api.github.com/users/jichang3346/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-29T14:50:29 | 2024-04-29T14:58:55 | 2024-04-29T14:58:55 | NONE | null | 以下是10个翻墙老牌机场推荐:
**最值得推荐老牌便宜机场:[喵酥云](https://www.miaosu.xyz)
运营于2019年, 运营团队比较可靠,月付:9元/200g ,全中转节点,在国内5g大入口加持下,速度和稳定也算是机场第一梯队,值得推荐**
1. 贝贝云机场 - 提供80G/月流量,有不同的付费选项
2 CoffeeCloud机场 - 提供100G/月流量,也有多种付费计划可选
3. 八戒机场 - 虽然相对较新,成立于2022年,但因其高端服务和稳定性也被推荐为便宜且稳定的老牌翻墙机场
4. Naiu Net - 提供40+ IEPL线路,采用Shadowsocks翻墙协议,有多个接入口
5. Private Internet Access - 提供适用于多种设备的翻墙软件,拥有10,000多个VPN服务器节点,分布在全球80多个国家和地区
6. 飞机云机场 - 被评为中国最好用的翻墙软件,支持netflix等流媒体解锁,价格便宜,适合追求高性价比的用户
7. 奈思云机场 - 创立于2022年,采用Shadowsocks协议,提供多个电信运营商入口,支持Netflix、Disney+和Youtube Premium解锁
8. 速云梯机场 - 提供极具性价比的节点梯子,每月仅需18元,支持外服游戏加速,采用最新版本的防封锁协议
9. WgetCloud 全球加速 - 提供Trojan最新抗封锁协议,高端专线加速极致稳定线路,稳定运营超过2年,支持ChatGPT等
10. 泡芙云 - 稳定运营多年,提供SS、SSR协议,IEPL内网专线服务,对Netflix、Disney+等流媒体解锁支持度很好
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/204/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/204/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/203 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/203/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/203/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/203/events | https://github.com/myshell-ai/OpenVoice/issues/203 | 2,267,998,142 | I_kwDOKzf7Ec6HLue- | 203 | Upgrading to V2, torch version conflicts with MeloTTS | {
"login": "neoyxm",
"id": 1170080,
"node_id": "MDQ6VXNlcjExNzAwODA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1170080?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/neoyxm",
"html_url": "https://github.com/neoyxm",
"followers_url": "https://api.github.com/users/neoyxm/followers",
"following_url": "https://api.github.com/users/neoyxm/following{/other_user}",
"gists_url": "https://api.github.com/users/neoyxm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/neoyxm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neoyxm/subscriptions",
"organizations_url": "https://api.github.com/users/neoyxm/orgs",
"repos_url": "https://api.github.com/users/neoyxm/repos",
"events_url": "https://api.github.com/users/neoyxm/events{/privacy}",
"received_events_url": "https://api.github.com/users/neoyxm/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Also encountered this problem, please ask how to solve",
"Got this error also when upgrade to V2\r\nfrom melo.api import TTS\r\nOSError: libtorch_cuda_cpp.so: cannot open shared object file: No such file or directory",
"I have the sam question, waiting solve...",
"We solved the confict on MeloTTS side. Now MeloTTS will no longer require downgrading pytorch"
] | 2024-04-29T02:20:34 | 2024-04-29T15:00:41 | 2024-04-29T15:00:41 | NONE | null | OpenVoice needs torch 2.xx, but MeloTTS needs torch 1.xx .
Is that possible to upgrade the MeloTTS torch version to 2.xx ?? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/203/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/203/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/202 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/202/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/202/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/202/events | https://github.com/myshell-ai/OpenVoice/issues/202 | 2,267,626,687 | I_kwDOKzf7Ec6HKTy_ | 202 | I have a File Error in demo_part1.ipynb | {
"login": "ME-YOU-SICK",
"id": 136545118,
"node_id": "U_kgDOCCODXg",
"avatar_url": "https://avatars.githubusercontent.com/u/136545118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ME-YOU-SICK",
"html_url": "https://github.com/ME-YOU-SICK",
"followers_url": "https://api.github.com/users/ME-YOU-SICK/followers",
"following_url": "https://api.github.com/users/ME-YOU-SICK/following{/other_user}",
"gists_url": "https://api.github.com/users/ME-YOU-SICK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ME-YOU-SICK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ME-YOU-SICK/subscriptions",
"organizations_url": "https://api.github.com/users/ME-YOU-SICK/orgs",
"repos_url": "https://api.github.com/users/ME-YOU-SICK/repos",
"events_url": "https://api.github.com/users/ME-YOU-SICK/events{/privacy}",
"received_events_url": "https://api.github.com/users/ME-YOU-SICK/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Same error :\r\n---------------------------------------------------------------------------\r\nFileNotFoundError Traceback (most recent call last)\r\nCell In[15], line 2\r\n 1 reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone\r\n----> 2 target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, target_dir='processed', vad=True)\r\n\r\nFile c:\\Users\\MAT1212\\Documents\\OpenVoiceAI\\OpenVoice\\openvoice\\se_extractor.py:144, in get_se(audio_path, vc_model, target_dir, vad)\r\n 137 # if os.path.isfile(se_path):\r\n 138 # se = torch.load(se_path).to(device)\r\n 139 # return se, audio_name\r\n 140 # if os.path.isdir(audio_path):\r\n 141 # wavs_folder = audio_path\r\n 143 if vad:\r\n--> 144 wavs_folder = split_audio_vad(audio_path, target_dir=target_dir, audio_name=audio_name)\r\n 145 else:\r\n 146 wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)\r\n\r\nFile c:\\Users\\MAT1212\\Documents\\OpenVoiceAI\\OpenVoice\\openvoice\\se_extractor.py:79, in split_audio_vad(audio_path, audio_name, target_dir, split_seconds)\r\n 77 def split_audio_vad(audio_path, audio_name, target_dir, split_seconds=10.0):\r\n 78 SAMPLE_RATE = 16000\r\n---> 79 audio_vad = get_audio_tensor(audio_path)\r\n 80 segments = get_vad_segments(\r\n 81 audio_vad,\r\n 82 output_sample=True,\r\n (...)\r\n...\r\n 1553 self._close_pipe_fds(p2cread, p2cwrite,\r\n 1554 c2pread, c2pwrite,\r\n 1555 errread, errwrite)\r\n\r\nFileNotFoundError: [WinError 2] Le fichier spécifié est introuvable\r\nOutput is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...",
"Your environment may lack ffmpeg, which whisper relies on",
"> FileNotFoundError Traceback (most recent call last) Cell In[18], line 2 1 reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone\r\n> FileNotFoundError: [WinError 2] The system cannot find the file specified\r\n\r\nLiterally the comment tells you that you have to change the path to the audio path of the voice you want to clone, there's no issue here. I tried the code today and it works fine on colab.\r\nJust replace the path.\r\n",
"The environment needs ffmpeg, if you're using conda: ```conda install ffmpeg```.\r\nBut if you are using a pip-only environment, extract the contents of the bin folder from a pre-compiled version of ffmpeg such as ```ffmpeg-master-latest-win64-gpl-shared.zip``` @ https://github.com/BtbN/FFmpeg-Builds/releases into the following folder: ```.venv\\Scripts```.",
"> Literally the comment tells you that you have to change the path to the audio path of the voice you want to clone, there's no issue here. I tried the code today and it works fine on colab. Just replace the path.\r\n\r\nThe path as nothing to do with it, I `git clone` the repo and it should work fine.\r\n\r\nTo clarify, I used Conda because I noticed in another GitHub Issue that this was the answer.\r\n\r\nAs for ffmpeg I already installed it but VS Code caused some problems because of the Windows PATH (the PATH does not update, etc...) but I digress (although if you know how to make the PATH of VS Code and the Windows PATH are updated at the same time I am interested, demo 2 does not work with me because of that)."
] | 2024-04-28T15:10:06 | 2024-04-30T17:14:07 | null | NONE | null | FileNotFoundError Traceback (most recent call last)
Cell In[18], [line 2](vscode-notebook-cell:?execution_count=18&line=2)
[1](vscode-notebook-cell:?execution_count=18&line=1) reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone
----> [2](vscode-notebook-cell:?execution_count=18&line=2) target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, target_dir='processed', vad=True)
File [d:\Apps\AUDIOBOOK\OpenVoice\openvoice\se_extractor.py:144](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:144), in get_se(audio_path, vc_model, target_dir, vad)
[137](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:137) # if os.path.isfile(se_path):
[138](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:138) # se = torch.load(se_path).to(device)
[139](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:139) # return se, audio_name
[140](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:140) # if os.path.isdir(audio_path):
[141](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:141) # wavs_folder = audio_path
[143](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:143) if vad:
--> [144](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:144) wavs_folder = split_audio_vad(audio_path, target_dir=target_dir, audio_name=audio_name)
[145](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:145) else:
[146](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:146) wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)
File [d:\Apps\AUDIOBOOK\OpenVoice\openvoice\se_extractor.py:79](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:79), in split_audio_vad(audio_path, audio_name, target_dir, split_seconds)
[77](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:77) def split_audio_vad(audio_path, audio_name, target_dir, split_seconds=10.0):
[78](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:78) SAMPLE_RATE = 16000
---> [79](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:79) audio_vad = get_audio_tensor(audio_path)
[80](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:80) segments = get_vad_segments(
[81](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:81) audio_vad,
[82](file:///D:/Apps/AUDIOBOOK/OpenVoice/openvoice/se_extractor.py:82) output_sample=True,
(...)
...
[1553](https://file+.vscode-resource.vscode-cdn.net/d%3A/Apps/AUDIOBOOK/OpenVoice/~/AppData/Local/Programs/Python/Python312/Lib/subprocess.py:1553) self._close_pipe_fds(p2cread, p2cwrite,
[1554](https://file+.vscode-resource.vscode-cdn.net/d%3A/Apps/AUDIOBOOK/OpenVoice/~/AppData/Local/Programs/Python/Python312/Lib/subprocess.py:1554) c2pread, c2pwrite,
[1555](https://file+.vscode-resource.vscode-cdn.net/d%3A/Apps/AUDIOBOOK/OpenVoice/~/AppData/Local/Programs/Python/Python312/Lib/subprocess.py:1555) errread, errwrite)
FileNotFoundError: [WinError 2] The system cannot find the file specified | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/202/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/202/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/201 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/201/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/201/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/201/events | https://github.com/myshell-ai/OpenVoice/issues/201 | 2,267,536,382 | I_kwDOKzf7Ec6HJ9v- | 201 | Styles and pauses in spanish | {
"login": "denoiseai",
"id": 129853667,
"node_id": "U_kgDOB71o4w",
"avatar_url": "https://avatars.githubusercontent.com/u/129853667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/denoiseai",
"html_url": "https://github.com/denoiseai",
"followers_url": "https://api.github.com/users/denoiseai/followers",
"following_url": "https://api.github.com/users/denoiseai/following{/other_user}",
"gists_url": "https://api.github.com/users/denoiseai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/denoiseai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/denoiseai/subscriptions",
"organizations_url": "https://api.github.com/users/denoiseai/orgs",
"repos_url": "https://api.github.com/users/denoiseai/repos",
"events_url": "https://api.github.com/users/denoiseai/events{/privacy}",
"received_events_url": "https://api.github.com/users/denoiseai/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-28T12:23:01 | 2024-04-28T12:23:01 | null | NONE | null | Is it possible to train a model for es_style_se.pth? Is anyone currently working on training voice styles in Spanish?
Breathing sounds and pauses are natural aspects of human speech. Including them in synthesized speech can make the voice sound less robotic and more fluid, enhancing the listener's experience. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/201/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/201/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/200 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/200/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/200/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/200/events | https://github.com/myshell-ai/OpenVoice/pull/200 | 2,267,487,171 | PR_kwDOKzf7Ec5t7lvX | 200 | Fix audio model initialization in se_extractor.py with cpu support | {
"login": "ssskip",
"id": 6024068,
"node_id": "MDQ6VXNlcjYwMjQwNjg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6024068?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssskip",
"html_url": "https://github.com/ssskip",
"followers_url": "https://api.github.com/users/ssskip/followers",
"following_url": "https://api.github.com/users/ssskip/following{/other_user}",
"gists_url": "https://api.github.com/users/ssskip/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssskip/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssskip/subscriptions",
"organizations_url": "https://api.github.com/users/ssskip/orgs",
"repos_url": "https://api.github.com/users/ssskip/repos",
"events_url": "https://api.github.com/users/ssskip/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssskip/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I think this needs to be implemented urgently "
] | 2024-04-28T10:57:06 | 2024-05-06T09:34:40 | null | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/200/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/200/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/200",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/200",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/200.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/200.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/199 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/199/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/199/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/199/events | https://github.com/myshell-ai/OpenVoice/issues/199 | 2,267,471,207 | I_kwDOKzf7Ec6HJt1n | 199 | Source tone color embeddings in checkpoints v2 are missing | {
"login": "ssskip",
"id": 6024068,
"node_id": "MDQ6VXNlcjYwMjQwNjg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6024068?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssskip",
"html_url": "https://github.com/ssskip",
"followers_url": "https://api.github.com/users/ssskip/followers",
"following_url": "https://api.github.com/users/ssskip/following{/other_user}",
"gists_url": "https://api.github.com/users/ssskip/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssskip/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssskip/subscriptions",
"organizations_url": "https://api.github.com/users/ssskip/orgs",
"repos_url": "https://api.github.com/users/ssskip/repos",
"events_url": "https://api.github.com/users/ssskip/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssskip/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-28T10:14:25 | 2024-04-29T15:02:05 | 2024-04-29T15:02:05 | NONE | null | `checkpoints_v2/base_speakers/ses` not exists in `checkpoints_v2_0417.zip` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/199/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/199/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/198 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/198/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/198/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/198/events | https://github.com/myshell-ai/OpenVoice/issues/198 | 2,267,441,402 | I_kwDOKzf7Ec6HJmj6 | 198 | Font Name in openvoice.mp4 | {
"login": "pingmoogle",
"id": 33149289,
"node_id": "MDQ6VXNlcjMzMTQ5Mjg5",
"avatar_url": "https://avatars.githubusercontent.com/u/33149289?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pingmoogle",
"html_url": "https://github.com/pingmoogle",
"followers_url": "https://api.github.com/users/pingmoogle/followers",
"following_url": "https://api.github.com/users/pingmoogle/following{/other_user}",
"gists_url": "https://api.github.com/users/pingmoogle/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pingmoogle/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pingmoogle/subscriptions",
"organizations_url": "https://api.github.com/users/pingmoogle/orgs",
"repos_url": "https://api.github.com/users/pingmoogle/repos",
"events_url": "https://api.github.com/users/pingmoogle/events{/privacy}",
"received_events_url": "https://api.github.com/users/pingmoogle/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-28T09:01:15 | 2024-04-29T15:02:17 | 2024-04-29T15:02:17 | NONE | null | Could you please tell me the font name in the video openvoice.mp4? Thanks! | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/198/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/198/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/197 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/197/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/197/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/197/events | https://github.com/myshell-ai/OpenVoice/issues/197 | 2,267,399,379 | I_kwDOKzf7Ec6HJcTT | 197 | Colaboration for TTS and more languages :) | {
"login": "christophschuhmann",
"id": 22318853,
"node_id": "MDQ6VXNlcjIyMzE4ODUz",
"avatar_url": "https://avatars.githubusercontent.com/u/22318853?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/christophschuhmann",
"html_url": "https://github.com/christophschuhmann",
"followers_url": "https://api.github.com/users/christophschuhmann/followers",
"following_url": "https://api.github.com/users/christophschuhmann/following{/other_user}",
"gists_url": "https://api.github.com/users/christophschuhmann/gists{/gist_id}",
"starred_url": "https://api.github.com/users/christophschuhmann/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/christophschuhmann/subscriptions",
"organizations_url": "https://api.github.com/users/christophschuhmann/orgs",
"repos_url": "https://api.github.com/users/christophschuhmann/repos",
"events_url": "https://api.github.com/users/christophschuhmann/events{/privacy}",
"received_events_url": "https://api.github.com/users/christophschuhmann/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Hi Christoph! Welcome collaboration. I've sent you an email. If you didn't receive, just email me at qinzy@mit.edu"
] | 2024-04-28T07:13:55 | 2024-04-29T15:22:04 | null | NONE | null | Hi, I am one of the founders of LAION ( https://laion.ai ) - Open Voice is pretty cool and I wanted to get in touch for cooperating on emotional TTS and also training more versions in other languages.
Who should I talk to? :) | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/197/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/197/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/196 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/196/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/196/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/196/events | https://github.com/myshell-ai/OpenVoice/pull/196 | 2,267,359,042 | PR_kwDOKzf7Ec5t7L5g | 196 | Update QA.md | {
"login": "AssiamahS",
"id": 122726691,
"node_id": "U_kgDOB1CpIw",
"avatar_url": "https://avatars.githubusercontent.com/u/122726691?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AssiamahS",
"html_url": "https://github.com/AssiamahS",
"followers_url": "https://api.github.com/users/AssiamahS/followers",
"following_url": "https://api.github.com/users/AssiamahS/following{/other_user}",
"gists_url": "https://api.github.com/users/AssiamahS/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AssiamahS/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AssiamahS/subscriptions",
"organizations_url": "https://api.github.com/users/AssiamahS/orgs",
"repos_url": "https://api.github.com/users/AssiamahS/repos",
"events_url": "https://api.github.com/users/AssiamahS/events{/privacy}",
"received_events_url": "https://api.github.com/users/AssiamahS/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"we clone every voice \r\n",
"or trained model for voice\r\n",
"nice"
] | 2024-04-28T05:48:43 | 2024-04-30T15:15:06 | null | NONE | null | typos | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/196/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/196/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/196",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/196",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/196.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/196.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/195 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/195/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/195/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/195/events | https://github.com/myshell-ai/OpenVoice/issues/195 | 2,267,110,636 | I_kwDOKzf7Ec6HIVzs | 195 | There is issue with generation | {
"login": "furqan4545",
"id": 50285664,
"node_id": "MDQ6VXNlcjUwMjg1NjY0",
"avatar_url": "https://avatars.githubusercontent.com/u/50285664?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/furqan4545",
"html_url": "https://github.com/furqan4545",
"followers_url": "https://api.github.com/users/furqan4545/followers",
"following_url": "https://api.github.com/users/furqan4545/following{/other_user}",
"gists_url": "https://api.github.com/users/furqan4545/gists{/gist_id}",
"starred_url": "https://api.github.com/users/furqan4545/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/furqan4545/subscriptions",
"organizations_url": "https://api.github.com/users/furqan4545/orgs",
"repos_url": "https://api.github.com/users/furqan4545/repos",
"events_url": "https://api.github.com/users/furqan4545/events{/privacy}",
"received_events_url": "https://api.github.com/users/furqan4545/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-27T17:31:54 | 2024-04-27T17:32:29 | null | NONE | null |
![Screenshot from 2024-04-28 02-30-32](https://github.com/myshell-ai/OpenVoice/assets/50285664/a4f18d33-ab5e-41bf-97c0-b812d3f8ddc8)
As you can see there is no such path available in check point folder as per your demo_par3. could you please double check | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/195/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/195/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/194 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/194/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/194/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/194/events | https://github.com/myshell-ai/OpenVoice/pull/194 | 2,267,084,901 | PR_kwDOKzf7Ec5t6T9o | 194 | Remove redundant code | {
"login": "RDxR10",
"id": 43957261,
"node_id": "MDQ6VXNlcjQzOTU3MjYx",
"avatar_url": "https://avatars.githubusercontent.com/u/43957261?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RDxR10",
"html_url": "https://github.com/RDxR10",
"followers_url": "https://api.github.com/users/RDxR10/followers",
"following_url": "https://api.github.com/users/RDxR10/following{/other_user}",
"gists_url": "https://api.github.com/users/RDxR10/gists{/gist_id}",
"starred_url": "https://api.github.com/users/RDxR10/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RDxR10/subscriptions",
"organizations_url": "https://api.github.com/users/RDxR10/orgs",
"repos_url": "https://api.github.com/users/RDxR10/repos",
"events_url": "https://api.github.com/users/RDxR10/events{/privacy}",
"received_events_url": "https://api.github.com/users/RDxR10/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-27T16:29:45 | 2024-04-30T03:52:31 | null | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/194/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/194/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/194",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/194",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/194.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/194.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/193 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/193/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/193/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/193/events | https://github.com/myshell-ai/OpenVoice/pull/193 | 2,267,068,233 | PR_kwDOKzf7Ec5t6Qnz | 193 | Fix setup.py packages | {
"login": "remorses",
"id": 31321188,
"node_id": "MDQ6VXNlcjMxMzIxMTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/31321188?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/remorses",
"html_url": "https://github.com/remorses",
"followers_url": "https://api.github.com/users/remorses/followers",
"following_url": "https://api.github.com/users/remorses/following{/other_user}",
"gists_url": "https://api.github.com/users/remorses/gists{/gist_id}",
"starred_url": "https://api.github.com/users/remorses/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/remorses/subscriptions",
"organizations_url": "https://api.github.com/users/remorses/orgs",
"repos_url": "https://api.github.com/users/remorses/repos",
"events_url": "https://api.github.com/users/remorses/events{/privacy}",
"received_events_url": "https://api.github.com/users/remorses/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-27T15:43:51 | 2024-04-28T03:07:29 | 2024-04-28T03:07:29 | CONTRIBUTOR | null | This let you find packages like `openvoice.text` and make openvoice installable with pip
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/193/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/193/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/193",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/193",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/193.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/193.patch",
"merged_at": "2024-04-28T03:07:29"
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/192 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/192/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/192/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/192/events | https://github.com/myshell-ai/OpenVoice/issues/192 | 2,267,057,567 | I_kwDOKzf7Ec6HII2f | 192 | Config.js parameters | {
"login": "whyronimus",
"id": 41305333,
"node_id": "MDQ6VXNlcjQxMzA1MzMz",
"avatar_url": "https://avatars.githubusercontent.com/u/41305333?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/whyronimus",
"html_url": "https://github.com/whyronimus",
"followers_url": "https://api.github.com/users/whyronimus/followers",
"following_url": "https://api.github.com/users/whyronimus/following{/other_user}",
"gists_url": "https://api.github.com/users/whyronimus/gists{/gist_id}",
"starred_url": "https://api.github.com/users/whyronimus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/whyronimus/subscriptions",
"organizations_url": "https://api.github.com/users/whyronimus/orgs",
"repos_url": "https://api.github.com/users/whyronimus/repos",
"events_url": "https://api.github.com/users/whyronimus/events{/privacy}",
"received_events_url": "https://api.github.com/users/whyronimus/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-27T15:14:42 | 2024-04-27T15:14:42 | null | NONE | null | Hello, first of all i'd like to thank you for your great work.
My question: Is there any kind of documentation of the settings in config.js and how they do relate?
For example, if I want my output to be 48kHz, the resulting wave file is heavily compromised. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/192/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/192/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/191 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/191/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/191/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/191/events | https://github.com/myshell-ai/OpenVoice/issues/191 | 2,267,049,389 | I_kwDOKzf7Ec6HIG2t | 191 | How to control emotions? | {
"login": "furqan4545",
"id": 50285664,
"node_id": "MDQ6VXNlcjUwMjg1NjY0",
"avatar_url": "https://avatars.githubusercontent.com/u/50285664?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/furqan4545",
"html_url": "https://github.com/furqan4545",
"followers_url": "https://api.github.com/users/furqan4545/followers",
"following_url": "https://api.github.com/users/furqan4545/following{/other_user}",
"gists_url": "https://api.github.com/users/furqan4545/gists{/gist_id}",
"starred_url": "https://api.github.com/users/furqan4545/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/furqan4545/subscriptions",
"organizations_url": "https://api.github.com/users/furqan4545/orgs",
"repos_url": "https://api.github.com/users/furqan4545/repos",
"events_url": "https://api.github.com/users/furqan4545/events{/privacy}",
"received_events_url": "https://api.github.com/users/furqan4545/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Thanks for your interest! You can find it in demo_part1.ipynb",
"Yea, I saw that.. Could you please look into this issue..\r\nhttps://github.com/myshell-ai/OpenVoice/issues/195\r\n\r\nThe demo_part3.ipynb seems broken or incomplete."
] | 2024-04-27T14:53:23 | 2024-04-29T15:08:19 | null | NONE | null | First of all great work. Where many companies launch the stuff as close source. You guys are true example of open source contribution towards better AI.
Secondly I had a question... How to control emotions? Like in demo there is no parameter to specify happy sad, etc etc | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/191/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/191/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/190 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/190/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/190/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/190/events | https://github.com/myshell-ai/OpenVoice/issues/190 | 2,266,700,337 | I_kwDOKzf7Ec6HGxox | 190 | [Fix] Missing libcudnn_ops_infer.so.8 (Linux), cudnn_ops_infer64_8.dll (Windows), etc. | {
"login": "patterns-complexity",
"id": 110334886,
"node_id": "U_kgDOBpOTpg",
"avatar_url": "https://avatars.githubusercontent.com/u/110334886?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patterns-complexity",
"html_url": "https://github.com/patterns-complexity",
"followers_url": "https://api.github.com/users/patterns-complexity/followers",
"following_url": "https://api.github.com/users/patterns-complexity/following{/other_user}",
"gists_url": "https://api.github.com/users/patterns-complexity/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patterns-complexity/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patterns-complexity/subscriptions",
"organizations_url": "https://api.github.com/users/patterns-complexity/orgs",
"repos_url": "https://api.github.com/users/patterns-complexity/repos",
"events_url": "https://api.github.com/users/patterns-complexity/events{/privacy}",
"received_events_url": "https://api.github.com/users/patterns-complexity/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-27T01:34:21 | 2024-04-27T01:35:52 | null | NONE | null | I am creating this issue for visibility.
I've seen multiple people struggle with this, myself included.
Since I've found the solution, I added instructions on how to solve this problem in PR #183 .
I also streamlined the readme file a bit.
Should I close this issue myself as resolved or would it be more visible to others if the maintainer closes it? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/190/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/190/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/189 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/189/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/189/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/189/events | https://github.com/myshell-ai/OpenVoice/issues/189 | 2,266,661,368 | I_kwDOKzf7Ec6HGoH4 | 189 | Longform Synthesis | {
"login": "fakerybakery",
"id": 76186054,
"node_id": "MDQ6VXNlcjc2MTg2MDU0",
"avatar_url": "https://avatars.githubusercontent.com/u/76186054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fakerybakery",
"html_url": "https://github.com/fakerybakery",
"followers_url": "https://api.github.com/users/fakerybakery/followers",
"following_url": "https://api.github.com/users/fakerybakery/following{/other_user}",
"gists_url": "https://api.github.com/users/fakerybakery/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fakerybakery/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fakerybakery/subscriptions",
"organizations_url": "https://api.github.com/users/fakerybakery/orgs",
"repos_url": "https://api.github.com/users/fakerybakery/repos",
"events_url": "https://api.github.com/users/fakerybakery/events{/privacy}",
"received_events_url": "https://api.github.com/users/fakerybakery/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Hey - Thanks for your suggestion. We will keep this in mind. Currently the whole team has a lot of TODOs, so we probably won't have time for this. But we always welcome community contributions"
] | 2024-04-27T00:55:13 | 2024-04-29T15:04:24 | null | NONE | null | Hi,
Congratulations on the OpenVoice V2 launch! Are there any plans to support long-form synthesis? Currently, the only way to do it is to split the text, however it would be nice if each segment had the previous segments as a reference to make generation more natural.
Thank you! | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/189/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/189/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/188 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/188/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/188/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/188/events | https://github.com/myshell-ai/OpenVoice/issues/188 | 2,266,334,943 | I_kwDOKzf7Ec6HFYbf | 188 | Windows + python3.9 + OpenVoice v2 = not possible without CUDA? | {
"login": "dusekdan",
"id": 6360711,
"node_id": "MDQ6VXNlcjYzNjA3MTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6360711?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dusekdan",
"html_url": "https://github.com/dusekdan",
"followers_url": "https://api.github.com/users/dusekdan/followers",
"following_url": "https://api.github.com/users/dusekdan/following{/other_user}",
"gists_url": "https://api.github.com/users/dusekdan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dusekdan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dusekdan/subscriptions",
"organizations_url": "https://api.github.com/users/dusekdan/orgs",
"repos_url": "https://api.github.com/users/dusekdan/repos",
"events_url": "https://api.github.com/users/dusekdan/events{/privacy}",
"received_events_url": "https://api.github.com/users/dusekdan/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Hello,\r\n\r\nI just ran into the same issue. I replaced the line in question with:\r\n `model = WhisperModel(model_size, device=\"cpu\", compute_type=\"float32\")\r\n`\r\nAnd it works. Hope it helps you too !",
"Lol, just came back to say I iterated towards the same solution and got it working. Thanks for the tip.\r\n\r\nFor all those who will come to this issue looking for the same, here's how I iterated towards the solution:\r\n\r\n1. I looked through the files raising the error. In code above, you can see it comes from `WhisperModel`.\r\n2. I located the `WhisperModel` in my environment (installed by pip into virtualenv) in `venv/Lib/site-packages/faster_whisper` - I know it's in the faster_whisper module, because the `WhisperModel` is imported in the very beginning of the example from this module.\r\n3. Error came from `transcribe.py`, so that's the file I open and look for class definition\r\n\r\nNow there are two parameters of interest there - `device` and `compute_type`. When I previously just tried hardcoding `cpu` for device, I would end up being told `float16` is unsupported. So, my line of thinking was that I will look for what other types are supported and try their combinations.\r\n\r\nLine 91 in transcribe contains a really long comment, out of which I will take out the most important parts:\r\n\r\n```python\r\n\"\"\"\r\nInitializes the Whisper model.\r\n\r\n Args:\r\n [...]\r\n device: Device to use for computation (\"cpu\", \"cuda\", \"auto\").\r\n compute_type: Type to use for computation.\r\n See https://opennmt.net/CTranslate2/quantization.html.\r\n [...]\r\n\"\"\"\r\n```\r\n\r\n[Quantization link](https://opennmt.net/CTranslate2/quantization.html) provides a reference table of implicit type conversions on load, in which I was able to look up what is the default value for CPU for `float16`, in my architecture (Intel, x64, it is `float32`).\r\n\r\nI changed the corresponding line to hardcode `cpu` for `device` variable and `float32` for `compute_type` and got result on the output.\r\n\r\nReference table for your convenience:\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/6360711/3aaf6d88-01ad-42d3-a551-cd65793ed5ee)\r\n",
"haha you went about it much more professionally than I did :)\r\nHappy we both found a solution.",
"Hello, I have the same error even with the fix :\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/10997358/4311c256-079d-44f4-aadb-350de0d3583c)\r\n"
] | 2024-04-26T18:52:02 | 2024-04-28T20:43:30 | null | NONE | null | Hi,
I followed the windows installation guide, and tried both on latest python 3.12 and 3.9.12 (per recommendation from the guide for python to be 3.9).
When I attempt to run the v2 example from `demo_part3.ipynb`, I am getting error originating from the following line:
`target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)`
This is the error:
```
Traceback (most recent call last):
File "C:\Users\user\Source\VoiceCloningTests\OpenVoice\demov2_.py", line 23, in <module>
target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)
File "C:\Users\user\Source\VoiceCloningTests\OpenVoice\openvoice\se_extractor.py", line 146, in get_se
wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)
File "C:\Users\user\Source\VoiceCloningTests\OpenVoice\openvoice\se_extractor.py", line 22, in split_audio_whisper
model = WhisperModel(model_size, device="cuda", compute_type="float16")
File "C:\Users\user\Source\VoiceCloningTests\OpenVoice\env39\lib\site-packages\faster_whisper\transcribe.py", line 128, in __init__
self.model = ctranslate2.models.Whisper(
RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version
```
In the beginning of my script - I follow the demo and setup my `device` variable in the same way to fallback to `cpu`. When I open the `se_extractor.py` file from the error above, I see that a device is hardcoded to be CUDA. And I end up with the error above.
My device is using integrated graphics from Intel, so afaik it is not even CUDA-enabled. Does this mean I cannot run OpenVoice v2, without NVidia graphics?
This is [the code from the library - se_extractor.py -](https://github.com/myshell-ai/OpenVoice/blob/ce65d67b321dd9bc134d2d08dd7fa6b7e3e8b2c1/openvoice/se_extractor.py#L22) with hardcoded cuda string, that raises the issue:
```python
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")
# ...
``` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/188/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/188/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/187 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/187/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/187/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/187/events | https://github.com/myshell-ai/OpenVoice/issues/187 | 2,266,315,795 | I_kwDOKzf7Ec6HFTwT | 187 | How to run TTS on OpenVoice V2? Missing config.json | {
"login": "mhruiz",
"id": 48246474,
"node_id": "MDQ6VXNlcjQ4MjQ2NDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/48246474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mhruiz",
"html_url": "https://github.com/mhruiz",
"followers_url": "https://api.github.com/users/mhruiz/followers",
"following_url": "https://api.github.com/users/mhruiz/following{/other_user}",
"gists_url": "https://api.github.com/users/mhruiz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mhruiz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mhruiz/subscriptions",
"organizations_url": "https://api.github.com/users/mhruiz/orgs",
"repos_url": "https://api.github.com/users/mhruiz/repos",
"events_url": "https://api.github.com/users/mhruiz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mhruiz/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"# Before\r\nthe same as me\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/4900eefb-b9b4-4185-b0e0-f2c2c443c523)\r\n\r\nbesides\r\nthere is no demo_part3.ipynb\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/46a568a9-cebd-4551-9753-9a928935fa9a)\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/23671356-bb8e-45a6-9721-84a37f298129)\r\n\r\n# After\r\n\r\npull the latest code from the repository ,and you can run the code \r\n"
] | 2024-04-26T18:38:03 | 2024-05-07T21:23:03 | null | NONE | null | I've been following the Linux installation guide up until the step of installing unidic. The process completed without any errors. However, when I attempted to build a basic TTS feature using the V2 models, I noticed that the BaseSpeakerTTS class inherits from OpenVoiceBaseClass which expects a config_path argument. Yet, there doesn't seem to be a config.json file in the (v2) base_speakers directory.
Given that the guide mentioned:
> In April 2024, we released OpenVoice V2, which includes all features in V1 and has:
I assumed that these V2 models could be utilized for the same tasks as V1. However, I'm unsure about how to proceed. Is it possible to use V2 models for TTS, or is this feature exclusive to V1 models?
Any clarification would be greatly appreciated. Thank you! | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/187/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/187/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/186 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/186/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/186/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/186/events | https://github.com/myshell-ai/OpenVoice/issues/186 | 2,266,235,494 | I_kwDOKzf7Ec6HFAJm | 186 | Error executing a demo_part3.ipynb in Jupiter | {
"login": "razvanab",
"id": 2854730,
"node_id": "MDQ6VXNlcjI4NTQ3MzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/2854730?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/razvanab",
"html_url": "https://github.com/razvanab",
"followers_url": "https://api.github.com/users/razvanab/followers",
"following_url": "https://api.github.com/users/razvanab/following{/other_user}",
"gists_url": "https://api.github.com/users/razvanab/gists{/gist_id}",
"starred_url": "https://api.github.com/users/razvanab/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/razvanab/subscriptions",
"organizations_url": "https://api.github.com/users/razvanab/orgs",
"repos_url": "https://api.github.com/users/razvanab/repos",
"events_url": "https://api.github.com/users/razvanab/events{/privacy}",
"received_events_url": "https://api.github.com/users/razvanab/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Hi, did you manage to fix it?",
"I tried, but I gave up, unfortunately.",
"You need to open se_extractor.py and replace line 22 with\r\n`model = WhisperModel(model_size, device=\"cpu\", compute_type=\"float32\")`\r\nthen restart the kernel"
] | 2024-04-26T17:49:15 | 2024-05-20T19:12:38 | null | NONE | null | I get this error when I execute demo_part3.ipynb in Jupiter.
My GPU is a GTX 1060 6GB VM.
> ---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[3], line 2
1 reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone
----> 2 target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)
File ~/dev/OpenVoice/openvoice/se_extractor.py:146, in get_se(audio_path, vc_model, target_dir, vad)
144 wavs_folder = split_audio_vad(audio_path, target_dir=target_dir, audio_name=audio_name)
145 else:
--> 146 wavs_folder = split_audio_whisper(audio_path, target_dir=target_dir, audio_name=audio_name)
148 audio_segs = glob(f'{wavs_folder}/*.wav')
149 if len(audio_segs) == 0:
File ~/dev/OpenVoice/openvoice/se_extractor.py:22, in split_audio_whisper(audio_path, audio_name, target_dir)
20 global model
21 if model is None:
---> 22 model = WhisperModel(model_size, device="cuda", compute_type="float16")
23 audio = AudioSegment.from_file(audio_path)
24 max_len = len(audio)
File ~/.local/lib/python3.10/site-packages/faster_whisper/transcribe.py:128, in WhisperModel.__init__(self, model_size_or_path, device, device_index, compute_type, cpu_threads, num_workers, download_root, local_files_only)
121 else:
122 model_path = download_model(
123 model_size_or_path,
124 local_files_only=local_files_only,
125 cache_dir=download_root,
126 )
--> 128 self.model = ctranslate2.models.Whisper(
129 model_path,
130 device=device,
131 device_index=device_index,
132 compute_type=compute_type,
133 intra_threads=cpu_threads,
134 inter_threads=num_workers,
135 )
137 tokenizer_file = os.path.join(model_path, "tokenizer.json")
138 if os.path.isfile(tokenizer_file):
ValueError: Requested float16 compute type, but the target device or backend do not support efficient float16 computation.
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/186/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/186/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/185 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/185/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/185/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/185/events | https://github.com/myshell-ai/OpenVoice/issues/185 | 2,266,131,576 | I_kwDOKzf7Ec6HEmx4 | 185 | Samples in website don't load | {
"login": "AlexSteveChungAlvarez",
"id": 42816278,
"node_id": "MDQ6VXNlcjQyODE2Mjc4",
"avatar_url": "https://avatars.githubusercontent.com/u/42816278?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AlexSteveChungAlvarez",
"html_url": "https://github.com/AlexSteveChungAlvarez",
"followers_url": "https://api.github.com/users/AlexSteveChungAlvarez/followers",
"following_url": "https://api.github.com/users/AlexSteveChungAlvarez/following{/other_user}",
"gists_url": "https://api.github.com/users/AlexSteveChungAlvarez/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AlexSteveChungAlvarez/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AlexSteveChungAlvarez/subscriptions",
"organizations_url": "https://api.github.com/users/AlexSteveChungAlvarez/orgs",
"repos_url": "https://api.github.com/users/AlexSteveChungAlvarez/repos",
"events_url": "https://api.github.com/users/AlexSteveChungAlvarez/events{/privacy}",
"received_events_url": "https://api.github.com/users/AlexSteveChungAlvarez/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-26T16:33:53 | 2024-04-26T16:33:53 | null | NONE | null | Hello, all the spanish Valle-X samples in your comparison with SOTA page don't load.
![image](https://github.com/myshell-ai/OpenVoice/assets/42816278/ac461561-347a-4282-b14c-fbf666a65f0c)
Furthermore, I would appreciate if you tell me how you reproduced these samples (did you pay to use the model or used the open sourced version?).
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/185/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/185/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/184 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/184/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/184/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/184/events | https://github.com/myshell-ai/OpenVoice/issues/184 | 2,264,887,244 | I_kwDOKzf7Ec6G_2_M | 184 | python -m unidic download error | {
"login": "0Rambler0",
"id": 50835221,
"node_id": "MDQ6VXNlcjUwODM1MjIx",
"avatar_url": "https://avatars.githubusercontent.com/u/50835221?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/0Rambler0",
"html_url": "https://github.com/0Rambler0",
"followers_url": "https://api.github.com/users/0Rambler0/followers",
"following_url": "https://api.github.com/users/0Rambler0/following{/other_user}",
"gists_url": "https://api.github.com/users/0Rambler0/gists{/gist_id}",
"starred_url": "https://api.github.com/users/0Rambler0/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/0Rambler0/subscriptions",
"organizations_url": "https://api.github.com/users/0Rambler0/orgs",
"repos_url": "https://api.github.com/users/0Rambler0/repos",
"events_url": "https://api.github.com/users/0Rambler0/events{/privacy}",
"received_events_url": "https://api.github.com/users/0Rambler0/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"maybe you should check the internet connection for your computer\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/8535007d-6d74-4281-8cce-520f7f30ba34)\r\n\r\ndownload url: https://cotonoha-dic.s3-ap-northeast-1.amazonaws.com/unidic-3.1.0.zip\r\n\r\n# I set up proxy but the error happened\r\n\r\n```python\r\neric@eric-Vivobook-ASUSLaptop-M7600QE-M7600QE:~$ export HTTPS_PROXY=socks5://127.0.0.1:20170\r\neric@eric-Vivobook-ASUSLaptop-M7600QE-M7600QE:~$ python -m unidic download\r\ndownload url: https://cotonoha-dic.s3-ap-northeast-1.amazonaws.com/unidic-3.1.0.zip\r\nDictionary version: 3.1.0+2021-08-31\r\nDownloading UniDic v3.1.0+2021-08-31...\r\nunidic-3.1.0.zip: 0.00B [00:00, ?B/s]\r\nTraceback (most recent call last):\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 1348, in do_open\r\n h.request(req.get_method(), req.selector, req.data, headers,\r\n File \"/usr/lib/python3.10/http/client.py\", line 1283, in request\r\n self._send_request(method, url, body, headers, encode_chunked)\r\n File \"/usr/lib/python3.10/http/client.py\", line 1329, in _send_request\r\n self.endheaders(body, encode_chunked=encode_chunked)\r\n File \"/usr/lib/python3.10/http/client.py\", line 1278, in endheaders\r\n self._send_output(message_body, encode_chunked=encode_chunked)\r\n File \"/usr/lib/python3.10/http/client.py\", line 1038, in _send_output\r\n self.send(msg)\r\n File \"/usr/lib/python3.10/http/client.py\", line 976, in send\r\n self.connect()\r\n File \"/usr/lib/python3.10/http/client.py\", line 1448, in connect\r\n super().connect()\r\n File \"/usr/lib/python3.10/http/client.py\", line 952, in connect\r\n self._tunnel()\r\n File \"/usr/lib/python3.10/http/client.py\", line 921, in _tunnel\r\n (version, code, message) = response._read_status()\r\n File \"/usr/lib/python3.10/http/client.py\", line 287, in _read_status\r\n raise RemoteDisconnected(\"Remote end closed connection without\"\r\nhttp.client.RemoteDisconnected: Remote end closed connection without response\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File \"/usr/lib/python3.10/runpy.py\", line 196, in _run_module_as_main\r\n return _run_code(code, main_globals, None,\r\n File \"/usr/lib/python3.10/runpy.py\", line 86, in _run_code\r\n exec(code, run_globals)\r\n File \"/home/eric/.local/lib/python3.10/site-packages/unidic/__main__.py\", line 17, in <module>\r\n plac.call(commands[command], sys.argv[1:])\r\n File \"/home/eric/.local/lib/python3.10/site-packages/plac_core.py\", line 436, in call\r\n cmd, result = parser.consume(arglist)\r\n File \"/home/eric/.local/lib/python3.10/site-packages/plac_core.py\", line 287, in consume\r\n return cmd, self.func(*(args + varargs + extraopts), **kwargs)\r\n File \"/home/eric/.local/lib/python3.10/site-packages/unidic/download.py\", line 104, in download_version\r\n download_and_clean(dictinfo['version'], dictinfo['url'])\r\n File \"/home/eric/.local/lib/python3.10/site-packages/unidic/download.py\", line 62, in download_and_clean\r\n download_progress(url, fname)\r\n File \"/home/eric/.local/lib/python3.10/site-packages/unidic/download.py\", line 38, in download_progress\r\n urlretrieve(url, filename=fname, reporthook=t.update_to, data=None)\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 241, in urlretrieve\r\n with contextlib.closing(urlopen(url, data)) as fp:\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 216, in urlopen\r\n return opener.open(url, data, timeout)\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 519, in open\r\n response = self._open(req, data)\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 536, in _open\r\n result = self._call_chain(self.handle_open, protocol, protocol +\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 496, in _call_chain\r\n result = func(*args)\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 1391, in https_open\r\n return self.do_open(http.client.HTTPSConnection, req,\r\n File \"/usr/lib/python3.10/urllib/request.py\", line 1351, in do_open\r\n raise URLError(err)\r\nurllib.error.URLError: <urlopen error Remote end closed connection without response>\r\n\r\n```\r\n\r\nI just download the file ,but I dont know where should i place it ?\r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/cc5d6434-fd66-472f-8570-909fec31dbb8)\r\n\r\n\r\nupdate the code below \r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/4566cf07-ecd0-481a-b481-2e2566a82512)\r\n\r\n\r\nand run it again \r\n\r\n![image](https://github.com/myshell-ai/OpenVoice/assets/37319319/33ccc7d4-a3bd-44ef-9b82-3ba6ca1ce562)\r\n\r\nit works for me."
] | 2024-04-26T03:28:38 | 2024-04-27T08:28:24 | null | NONE | null | python -m unidic download
This command return a error urllib.error.URLError: <urlopen error [Errno 104] Connection reset by peer> | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/184/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/184/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/183 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/183/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/183/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/183/events | https://github.com/myshell-ai/OpenVoice/pull/183 | 2,263,711,332 | PR_kwDOKzf7Ec5tu32T | 183 | [DOCUMENTATION] Refactored the readme file and added common cuDNN library issues | {
"login": "patterns-complexity",
"id": 110334886,
"node_id": "U_kgDOBpOTpg",
"avatar_url": "https://avatars.githubusercontent.com/u/110334886?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patterns-complexity",
"html_url": "https://github.com/patterns-complexity",
"followers_url": "https://api.github.com/users/patterns-complexity/followers",
"following_url": "https://api.github.com/users/patterns-complexity/following{/other_user}",
"gists_url": "https://api.github.com/users/patterns-complexity/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patterns-complexity/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patterns-complexity/subscriptions",
"organizations_url": "https://api.github.com/users/patterns-complexity/orgs",
"repos_url": "https://api.github.com/users/patterns-complexity/repos",
"events_url": "https://api.github.com/users/patterns-complexity/events{/privacy}",
"received_events_url": "https://api.github.com/users/patterns-complexity/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"For some reason GitHub is complaining about my email being different between the gpg signature and the account email. I realized I used my professional email for my signature but didn't have that email added to my account. I just now added the email but it didn't change the `unverified` warning 🤔 . I tried force-re-pushing of the same code and didn't help."
] | 2024-04-25T14:14:39 | 2024-04-25T14:24:55 | null | NONE | null | - I tried to make the documentation more streamlined
- I added an issue to common issues about missing cuDNN libraries, a few of my friends have stumbled upon it, me included, it took a while to understand where to get them from
- I added info on how to set up a vritual evironment with venv | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/183/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/183/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/183",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/183",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/183.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/183.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/182 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/182/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/182/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/182/events | https://github.com/myshell-ai/OpenVoice/issues/182 | 2,260,676,993 | I_kwDOKzf7Ec6GvzGB | 182 | 如何将训练的模型保存下来 | {
"login": "teruzhang",
"id": 16498410,
"node_id": "MDQ6VXNlcjE2NDk4NDEw",
"avatar_url": "https://avatars.githubusercontent.com/u/16498410?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/teruzhang",
"html_url": "https://github.com/teruzhang",
"followers_url": "https://api.github.com/users/teruzhang/followers",
"following_url": "https://api.github.com/users/teruzhang/following{/other_user}",
"gists_url": "https://api.github.com/users/teruzhang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/teruzhang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/teruzhang/subscriptions",
"organizations_url": "https://api.github.com/users/teruzhang/orgs",
"repos_url": "https://api.github.com/users/teruzhang/repos",
"events_url": "https://api.github.com/users/teruzhang/events{/privacy}",
"received_events_url": "https://api.github.com/users/teruzhang/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"已解决"
] | 2024-04-24T08:10:00 | 2024-05-09T05:56:48 | 2024-05-09T05:56:48 | NONE | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/182/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/182/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/181 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/181/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/181/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/181/events | https://github.com/myshell-ai/OpenVoice/issues/181 | 2,260,459,338 | I_kwDOKzf7Ec6Gu99K | 181 | How control emotion | {
"login": "Xuxue1",
"id": 12817095,
"node_id": "MDQ6VXNlcjEyODE3MDk1",
"avatar_url": "https://avatars.githubusercontent.com/u/12817095?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Xuxue1",
"html_url": "https://github.com/Xuxue1",
"followers_url": "https://api.github.com/users/Xuxue1/followers",
"following_url": "https://api.github.com/users/Xuxue1/following{/other_user}",
"gists_url": "https://api.github.com/users/Xuxue1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Xuxue1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Xuxue1/subscriptions",
"organizations_url": "https://api.github.com/users/Xuxue1/orgs",
"repos_url": "https://api.github.com/users/Xuxue1/repos",
"events_url": "https://api.github.com/users/Xuxue1/events{/privacy}",
"received_events_url": "https://api.github.com/users/Xuxue1/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I have same question... How to control emotions? Like in demo there is no parameter to specify happy sad, etc etc"
] | 2024-04-24T06:29:05 | 2024-04-27T14:51:45 | null | NONE | null | how control emotion | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/181/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/181/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/180 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/180/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/180/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/180/events | https://github.com/myshell-ai/OpenVoice/issues/180 | 2,258,704,274 | I_kwDOKzf7Ec6GoReS | 180 | Could you add support directly for IPA | {
"login": "bmariuszb",
"id": 57236506,
"node_id": "MDQ6VXNlcjU3MjM2NTA2",
"avatar_url": "https://avatars.githubusercontent.com/u/57236506?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmariuszb",
"html_url": "https://github.com/bmariuszb",
"followers_url": "https://api.github.com/users/bmariuszb/followers",
"following_url": "https://api.github.com/users/bmariuszb/following{/other_user}",
"gists_url": "https://api.github.com/users/bmariuszb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bmariuszb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bmariuszb/subscriptions",
"organizations_url": "https://api.github.com/users/bmariuszb/orgs",
"repos_url": "https://api.github.com/users/bmariuszb/repos",
"events_url": "https://api.github.com/users/bmariuszb/events{/privacy}",
"received_events_url": "https://api.github.com/users/bmariuszb/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-23T12:03:44 | 2024-04-23T12:03:44 | null | NONE | null | For example, HTML is not spelled correctly and I'm fine with it, but I would like to be able to use IPA for that kind of words.
/eɪʧ tiː ɛm ɛl/ | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/180/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/180/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/179 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/179/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/179/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/179/events | https://github.com/myshell-ai/OpenVoice/pull/179 | 2,257,530,344 | PR_kwDOKzf7Ec5tZ3lP | 179 | QA Updated | {
"login": "skylerkut",
"id": 112058241,
"node_id": "U_kgDOBq3fgQ",
"avatar_url": "https://avatars.githubusercontent.com/u/112058241?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/skylerkut",
"html_url": "https://github.com/skylerkut",
"followers_url": "https://api.github.com/users/skylerkut/followers",
"following_url": "https://api.github.com/users/skylerkut/following{/other_user}",
"gists_url": "https://api.github.com/users/skylerkut/gists{/gist_id}",
"starred_url": "https://api.github.com/users/skylerkut/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/skylerkut/subscriptions",
"organizations_url": "https://api.github.com/users/skylerkut/orgs",
"repos_url": "https://api.github.com/users/skylerkut/repos",
"events_url": "https://api.github.com/users/skylerkut/events{/privacy}",
"received_events_url": "https://api.github.com/users/skylerkut/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-22T21:57:40 | 2024-04-22T21:57:40 | null | NONE | null | This pull request updates QA.md file to add a better understanding of adding your own data into your OpenAI code. It also adds hard-to-find information about updating the OPEN_API_KEY to the FAQ. Issues addressed:
- #172
- #171 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/179/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/179/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/179",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/179",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/179.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/179.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/178 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/178/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/178/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/178/events | https://github.com/myshell-ai/OpenVoice/pull/178 | 2,257,513,134 | PR_kwDOKzf7Ec5tZzwy | 178 | Updating Usage_Windows and adding Photos for clarity | {
"login": "jayaed16",
"id": 143442312,
"node_id": "U_kgDOCIzBiA",
"avatar_url": "https://avatars.githubusercontent.com/u/143442312?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jayaed16",
"html_url": "https://github.com/jayaed16",
"followers_url": "https://api.github.com/users/jayaed16/followers",
"following_url": "https://api.github.com/users/jayaed16/following{/other_user}",
"gists_url": "https://api.github.com/users/jayaed16/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jayaed16/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jayaed16/subscriptions",
"organizations_url": "https://api.github.com/users/jayaed16/orgs",
"repos_url": "https://api.github.com/users/jayaed16/repos",
"events_url": "https://api.github.com/users/jayaed16/events{/privacy}",
"received_events_url": "https://api.github.com/users/jayaed16/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-22T21:43:24 | 2024-04-22T21:47:33 | null | NONE | null | This request enhances the existing Windows installation guide by integrating visual aids and clarifying instructions to improve user experience and comprehension. The new guide also references users to the other resources if they are struggling.
Fixes Issues
- #116 | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/178/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/178/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/178",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/178",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/178.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/178.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/177 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/177/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/177/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/177/events | https://github.com/myshell-ai/OpenVoice/pull/177 | 2,255,358,995 | PR_kwDOKzf7Ec5tScfe | 177 | Updated docs | {
"login": "StevenJSCF",
"id": 137728422,
"node_id": "U_kgDOCDWRpg",
"avatar_url": "https://avatars.githubusercontent.com/u/137728422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/StevenJSCF",
"html_url": "https://github.com/StevenJSCF",
"followers_url": "https://api.github.com/users/StevenJSCF/followers",
"following_url": "https://api.github.com/users/StevenJSCF/following{/other_user}",
"gists_url": "https://api.github.com/users/StevenJSCF/gists{/gist_id}",
"starred_url": "https://api.github.com/users/StevenJSCF/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/StevenJSCF/subscriptions",
"organizations_url": "https://api.github.com/users/StevenJSCF/orgs",
"repos_url": "https://api.github.com/users/StevenJSCF/repos",
"events_url": "https://api.github.com/users/StevenJSCF/events{/privacy}",
"received_events_url": "https://api.github.com/users/StevenJSCF/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Thank you! We are reviewing the PR",
"Let us first list your contribution here: https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md#install-on-other-platforms",
"`F` in `Dockerfile` filename should be lowercase. Otherwise, the docker command will not recognize it.\r\n\r\n```\r\nERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory\r\n```\r\n\r\nAlso, I've got the next output with this `Dockerfile`:\r\n\r\n```\r\n=> ERROR [ 2/16] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo python3.9 python3-distutils python3-pip ffmpeg git 6.7s\r\n------\r\n > [ 2/16] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo python3.9 python3-distutils python3-pip ffmpeg git:\r\n0.612 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]\r\n1.120 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [89.7 kB]\r\n1.305 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [90.8 kB]\r\n1.487 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [89.7 kB]\r\n1.671 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]\r\n1.829 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]\r\n5.151 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1776 kB]\r\n5.309 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]\r\n5.321 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [14.2 kB]\r\n5.321 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [24.0 kB]\r\n5.321 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [8901 B]\r\n5.544 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [23.7 kB]\r\n5.790 Fetched 21.8 MB in 6s (3953 kB/s)\r\n5.790 Reading package lists...\r\n6.237 Reading package lists...\r\n6.544 Building dependency tree...\r\n6.606 Reading state information...\r\n6.633 Package python3-distutils is not available, but is referred to by another package.\r\n6.633 This may mean that the package is missing, has been obsoleted, or\r\n6.633 is only available from another source\r\n6.633\r\n6.634 E: Unable to locate package python3.9\r\n6.634 E: Couldn't find any package by glob 'python3.9'\r\n6.634 E: Couldn't find any package by regex 'python3.9'\r\n6.634 E: Package 'python3-distutils' has no installation candidate\r\n------\r\nDockerfile:5\r\n--------------------\r\n 4 | # Update the system and install necessary dependencies\r\n 5 | >>> RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \\\r\n 6 | >>> sudo \\\r\n 7 | >>> python3.9 \\\r\n 8 | >>> python3-distutils \\\r\n 9 | >>> python3-pip \\\r\n 10 | >>> ffmpeg \\\r\n 11 | >>> git\r\n 12 |\r\n--------------------\r\nERROR: failed to solve: process \"/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo python3.9 python3-distutils python3-pip ffmpeg git\" did not complete successfully: exit code: 100\r\n```"
] | 2024-04-22T00:40:24 | 2024-05-06T19:53:22 | null | NONE | null | **This pull request aims to enhance the usability and deployment process of OpenVoice by introducing a Dockerfile. Additionally, updates have been made to the USAGE.md document to provide clearer instructions for installing both OpenVoice V1 and V2.**
Fixes issues:
- #174
- #154
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/177/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/177/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/177",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/177",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/177.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/177.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/176 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/176/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/176/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/176/events | https://github.com/myshell-ai/OpenVoice/issues/176 | 2,254,995,367 | I_kwDOKzf7Ec6GaH-n | 176 | FileNotFoundError: [WinError 2] 系统找不到指定的文件 | {
"login": "iamdrivenbymywonderfullife",
"id": 128986734,
"node_id": "U_kgDOB7Aubg",
"avatar_url": "https://avatars.githubusercontent.com/u/128986734?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iamdrivenbymywonderfullife",
"html_url": "https://github.com/iamdrivenbymywonderfullife",
"followers_url": "https://api.github.com/users/iamdrivenbymywonderfullife/followers",
"following_url": "https://api.github.com/users/iamdrivenbymywonderfullife/following{/other_user}",
"gists_url": "https://api.github.com/users/iamdrivenbymywonderfullife/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iamdrivenbymywonderfullife/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iamdrivenbymywonderfullife/subscriptions",
"organizations_url": "https://api.github.com/users/iamdrivenbymywonderfullife/orgs",
"repos_url": "https://api.github.com/users/iamdrivenbymywonderfullife/repos",
"events_url": "https://api.github.com/users/iamdrivenbymywonderfullife/events{/privacy}",
"received_events_url": "https://api.github.com/users/iamdrivenbymywonderfullife/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"English:This is a question about a path being incorrect, at the time I didn't know why the path was incorrect, I was obviously operating without problems.\r\nIs there something missing, can anyone answer this?",
"It is best to have a graphic together to answer the question, I am a beginner, very grateful for your help!",
"I have the same question",
"you need download ffmpeg",
"I am so appreciate for your suggestions but it still does work:(\r\n\r\n\r\n\r\n发自我的iPhone\r\n\r\n\r\n------------------ 原始邮件 ------------------\r\n发件人: Grandpa-proud-cannot-beat-me ***@***.***>\r\n发送时间: 2024年4月23日 17:14\r\n收件人: myshell-ai/OpenVoice ***@***.***>\r\n抄送: iamdrivenbymywonderfullife ***@***.***>, Author ***@***.***>\r\n主题: Re: [myshell-ai/OpenVoice] FileNotFoundError: [WinError 2] 系统找不到指定的文件 (Issue #176)\r\n\r\n\r\n\r\n\r\n\r\n \r\nyou need download ffmpeg\r\n \r\n—\r\nReply to this email directly, view it on GitHub, or unsubscribe.\r\nYou are receiving this because you authored the thread.Message ID: ***@***.***>",
"The environment needs ffmpeg, if you're using conda: conda install ffmpeg.\r\nBut if you are using a pip-only environment, extract the contents of the bin folder from a pre-compiled version of ffmpeg such as ffmpeg-master-latest-win64-gpl-shared.zip @ https://github.com/BtbN/FFmpeg-Builds/releases into the following folder: .venv\\Scripts.",
"You need to add ffmpeg PATH to environment as well",
"I added ffmpeg.exe in venv/scripts, and also added PATH to environment(C:\\Program Files\\ffmpeg\\bin), but still not works... :(",
"> I added ffmpeg.exe in venv/scripts, and also added PATH to environment(C:\\Program Files\\ffmpeg\\bin), but still not works... :(\r\n\r\nOMG it works after reboot VScode.. Thanks!!"
] | 2024-04-21T09:54:37 | 2024-05-07T14:01:02 | null | NONE | null | ![1713693195781](https://github.com/myshell-ai/OpenVoice/assets/128986734/f98513df-a685-4eb6-8fac-a97e7c91c128)
这个是一个关于路径不对的问题,当时我不知道为什么路径会不对,我明明都是没有问题的操作。
是不是缺少什么东西,有人可以解答一下吗? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/176/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/176/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/175 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/175/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/175/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/175/events | https://github.com/myshell-ai/OpenVoice/pull/175 | 2,252,194,954 | PR_kwDOKzf7Ec5tIWuD | 175 | change license to MIT | {
"login": "drishyakarki",
"id": 95062226,
"node_id": "U_kgDOBaqI0g",
"avatar_url": "https://avatars.githubusercontent.com/u/95062226?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/drishyakarki",
"html_url": "https://github.com/drishyakarki",
"followers_url": "https://api.github.com/users/drishyakarki/followers",
"following_url": "https://api.github.com/users/drishyakarki/following{/other_user}",
"gists_url": "https://api.github.com/users/drishyakarki/gists{/gist_id}",
"starred_url": "https://api.github.com/users/drishyakarki/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/drishyakarki/subscriptions",
"organizations_url": "https://api.github.com/users/drishyakarki/orgs",
"repos_url": "https://api.github.com/users/drishyakarki/repos",
"events_url": "https://api.github.com/users/drishyakarki/events{/privacy}",
"received_events_url": "https://api.github.com/users/drishyakarki/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-19T06:36:14 | 2024-04-20T15:05:17 | 2024-04-20T15:05:17 | CONTRIBUTOR | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/175/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/175/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/175",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/175",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/175.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/175.patch",
"merged_at": "2024-04-20T15:05:17"
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/174 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/174/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/174/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/174/events | https://github.com/myshell-ai/OpenVoice/issues/174 | 2,250,866,384 | I_kwDOKzf7Ec6GKX7Q | 174 | V2 introduces module Openvoice | {
"login": "ajram23",
"id": 125307567,
"node_id": "U_kgDOB3gKrw",
"avatar_url": "https://avatars.githubusercontent.com/u/125307567?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ajram23",
"html_url": "https://github.com/ajram23",
"followers_url": "https://api.github.com/users/ajram23/followers",
"following_url": "https://api.github.com/users/ajram23/following{/other_user}",
"gists_url": "https://api.github.com/users/ajram23/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ajram23/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ajram23/subscriptions",
"organizations_url": "https://api.github.com/users/ajram23/orgs",
"repos_url": "https://api.github.com/users/ajram23/repos",
"events_url": "https://api.github.com/users/ajram23/events{/privacy}",
"received_events_url": "https://api.github.com/users/ajram23/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-18T14:37:45 | 2024-04-18T14:37:45 | null | NONE | null | How to go about installing it? I looked at usage.md and it's not clear. Did I miss something? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/174/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/174/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/173 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/173/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/173/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/173/events | https://github.com/myshell-ai/OpenVoice/issues/173 | 2,250,864,119 | I_kwDOKzf7Ec6GKXX3 | 173 | V2 bucket link is broken, please fix | {
"login": "ajram23",
"id": 125307567,
"node_id": "U_kgDOB3gKrw",
"avatar_url": "https://avatars.githubusercontent.com/u/125307567?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ajram23",
"html_url": "https://github.com/ajram23",
"followers_url": "https://api.github.com/users/ajram23/followers",
"following_url": "https://api.github.com/users/ajram23/following{/other_user}",
"gists_url": "https://api.github.com/users/ajram23/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ajram23/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ajram23/subscriptions",
"organizations_url": "https://api.github.com/users/ajram23/orgs",
"repos_url": "https://api.github.com/users/ajram23/repos",
"events_url": "https://api.github.com/users/ajram23/events{/privacy}",
"received_events_url": "https://api.github.com/users/ajram23/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"It works on my side. ",
"Finally works for me. Closing ticket."
] | 2024-04-18T14:36:47 | 2024-04-23T18:41:10 | 2024-04-23T18:41:10 | NONE | null | https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/173/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/173/timeline | null | completed | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/172 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/172/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/172/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/172/events | https://github.com/myshell-ai/OpenVoice/issues/172 | 2,249,950,399 | I_kwDOKzf7Ec6GG4S_ | 172 | How to finetune openvoice with own dataset | {
"login": "OswaldoBornemann",
"id": 11624203,
"node_id": "MDQ6VXNlcjExNjI0MjAz",
"avatar_url": "https://avatars.githubusercontent.com/u/11624203?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/OswaldoBornemann",
"html_url": "https://github.com/OswaldoBornemann",
"followers_url": "https://api.github.com/users/OswaldoBornemann/followers",
"following_url": "https://api.github.com/users/OswaldoBornemann/following{/other_user}",
"gists_url": "https://api.github.com/users/OswaldoBornemann/gists{/gist_id}",
"starred_url": "https://api.github.com/users/OswaldoBornemann/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/OswaldoBornemann/subscriptions",
"organizations_url": "https://api.github.com/users/OswaldoBornemann/orgs",
"repos_url": "https://api.github.com/users/OswaldoBornemann/repos",
"events_url": "https://api.github.com/users/OswaldoBornemann/events{/privacy}",
"received_events_url": "https://api.github.com/users/OswaldoBornemann/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-18T07:22:24 | 2024-04-18T07:22:24 | null | NONE | null | How to finetune openvoice with own dataset | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/172/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/172/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/171 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/171/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/171/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/171/events | https://github.com/myshell-ai/OpenVoice/issues/171 | 2,244,951,471 | I_kwDOKzf7Ec6Fzz2v | 171 | OPENAI_API_KEY ? | {
"login": "henbucuoshanghai",
"id": 37647094,
"node_id": "MDQ6VXNlcjM3NjQ3MDk0",
"avatar_url": "https://avatars.githubusercontent.com/u/37647094?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/henbucuoshanghai",
"html_url": "https://github.com/henbucuoshanghai",
"followers_url": "https://api.github.com/users/henbucuoshanghai/followers",
"following_url": "https://api.github.com/users/henbucuoshanghai/following{/other_user}",
"gists_url": "https://api.github.com/users/henbucuoshanghai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/henbucuoshanghai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/henbucuoshanghai/subscriptions",
"organizations_url": "https://api.github.com/users/henbucuoshanghai/orgs",
"repos_url": "https://api.github.com/users/henbucuoshanghai/repos",
"events_url": "https://api.github.com/users/henbucuoshanghai/events{/privacy}",
"received_events_url": "https://api.github.com/users/henbucuoshanghai/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
" client = OpenAI(api_key=os.environ.get(\"OPENAI_API_KEY\"))",
" I must use the \r\nclient = OpenAI(api_key=os.environ.get(\"OPENAI_API_KEY\"))\r\n,can i chang it to othes?",
"I'm having the same issue, I have loaded my .env key into the /home/user/anaconda3/envs/openvoice/lib/python3.9/site-packages/openai directory, /home/user/Documents/GitHub/OpenVoice/ and the /home/user/Documents/OpenVoiceTest (this where my python script is to convert the text) directory. But I keep getting the same error as described above:\r\n\r\n```\r\npython3 SentenceChangeOVClone.py\r\n/home/user/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 '/home/user/Documents/GitHub/OpenVoice/checkpoints/converter/checkpoint.pth'\r\nmissing/unexpected keys: [] []\r\nTraceback (most recent call last):\r\n File \"/home/user/Documents/OpenVoiceTest/SentenceChangeOVClone.py\", line 23, in <module>\r\n client = OpenAI(api_key=os.environ.get(\"OPENAI_API_KEY\"))\r\n File \"/home/user/anaconda3/envs/openvoice/lib/python3.9/site-packages/openai/_client.py\", line 98, in __init__\r\n raise OpenAIError(\r\nopenai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable\r\n```\r\n\r\nThis is my code:\r\n\r\n```\r\nimport os\r\nimport torch\r\nfrom openvoice import se_extractor\r\nfrom openvoice.api import ToneColorConverter\r\n\r\nckpt_converter = '/home/user/Documents/GitHub/OpenVoice/checkpoints/converter'\r\ndevice=\"cuda:0\" if torch.cuda.is_available() else \"cpu\"\r\noutput_dir = '/home/user/Documents/Victor/ovout'\r\n\r\ntone_color_converter = ToneColorConverter(f'{ckpt_converter}/config.json', device=device)\r\ntone_color_converter.load_ckpt(f'{ckpt_converter}/checkpoint.pth')\r\n\r\nos.makedirs(output_dir, exist_ok=True)\r\n\r\nfrom openai import OpenAI\r\nfrom dotenv import load_dotenv\r\n\r\n\r\n# Please create a file named .env and place your\r\n# OpenAI key as OPENAI_API_KEY=xxx\r\nload_dotenv() \r\n\r\nclient = OpenAI(api_key=os.environ.get(\"OPENAI_API_KEY\"))\r\n\r\nresponse = client.audio.speech.create(\r\n model=\"tts-1\",\r\n voice=\"nova\",\r\n input=\"This audio will be used to extract the base speaker tone color embedding. \" + \\\r\n \"Typically a very short audio should be sufficient, but increasing the audio \" + \\\r\n \"length will also improve the output audio quality.\"\r\n)\r\n\r\nresponse.stream_to_file(f\"{output_dir}/openai_source_output.mp3\")\r\n\r\nbase_speaker = f\"{output_dir}/openai_source_output.mp3\"\r\nsource_se, audio_name = se_extractor.get_se(base_speaker, tone_color_converter, vad=True)\r\n\r\nreference_speaker = '/home/user/Documents/OpenVoice/SampleVoice.mp3'\r\ntarget_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=True)\r\n\r\n# Run the base speaker tts\r\ntext = [\r\n \"MyShell is a decentralized and comprehensive platform for discovering, creating, and staking AI-native apps.\",\r\n \"MyShell es una plataforma descentralizada y completa para descubrir, crear y apostar por aplicaciones nativas de IA.\",\r\n \"MyShell est une plateforme décentralisée et complète pour découvrir, créer et miser sur des applications natives d'IA.\",\r\n \"MyShell ist eine dezentralisierte und umfassende Plattform zum Entdecken, Erstellen und Staken von KI-nativen Apps.\",\r\n \"MyShell è una piattaforma decentralizzata e completa per scoprire, creare e scommettere su app native di intelligenza artificiale.\",\r\n \"MyShellは、AIネイティブアプリの発見、作成、およびステーキングのための分散型かつ包括的なプラットフォームです。\",\r\n \"MyShell — это децентрализованная и всеобъемлющая платформа для обнаружения, создания и стейкинга AI-ориентированных приложений.\",\r\n \"MyShell هي منصة لامركزية وشاملة لاكتشاف وإنشاء ورهان تطبيقات الذكاء الاصطناعي الأصلية.\",\r\n \"MyShell是一个去中心化且全面的平台,用于发现、创建和投资AI原生应用程序。\",\r\n \"MyShell एक विकेंद्रीकृत और व्यापक मंच है, जो AI-मूल ऐप्स की खोज, सृजन और स्टेकिंग के लिए है।\",\r\n \"MyShell é uma plataforma descentralizada e abrangente para descobrir, criar e apostar em aplicativos nativos de IA.\"\r\n]\r\nsrc_path = f'{output_dir}/tmp.wav'\r\n\r\nfor i, t in enumerate(text):\r\n\r\n response = client.audio.speech.create(\r\n model=\"tts-1\",\r\n voice=\"nova\",\r\n input=t,\r\n )\r\n\r\n response.stream_to_file(src_path)\r\n\r\n save_path = f'{output_dir}/output_crosslingual_{i}.wav'\r\n\r\n # Run the tone color converter\r\n encode_message = \"@MyShell\"\r\n tone_color_converter.convert(\r\n audio_src_path=src_path, \r\n src_se=source_se, \r\n tgt_se=target_se, \r\n output_path=save_path,\r\n message=encode_message)\r\n```\r\n\r\nDoes anyone know where I am going wrong?",
"OK, I have figured it out, I think. I have found the relevent alternative to this using Ubuntu via XDA Developers.\r\n\r\nI have so far run export OPENAI_API_KEY=\"sk-the rest of my key\"\r\n\r\nLooking at the guide, it looks like this has to be set each time, but there is a permanent way of setting it using /etc/environment.\r\n\r\nThis is the guide I found\r\n\r\nhttps://www.xda-developers.com/set-environment-variable-in-ubuntu/"
] | 2024-04-16T02:07:47 | 2024-04-20T20:16:48 | null | NONE | null | run the demo_part2.ipynb.
/lib/python3.10/site-packages/openai/_client.py", line 100, in __init__
raise OpenAIError(
openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
how to slove it,tks | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/171/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/171/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/170 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/170/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/170/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/170/events | https://github.com/myshell-ai/OpenVoice/pull/170 | 2,242,197,299 | PR_kwDOKzf7Ec5smT2X | 170 | Fix USAGE.md instructions for macOS | {
"login": "gravityrail",
"id": 51896,
"node_id": "MDQ6VXNlcjUxODk2",
"avatar_url": "https://avatars.githubusercontent.com/u/51896?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gravityrail",
"html_url": "https://github.com/gravityrail",
"followers_url": "https://api.github.com/users/gravityrail/followers",
"following_url": "https://api.github.com/users/gravityrail/following{/other_user}",
"gists_url": "https://api.github.com/users/gravityrail/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gravityrail/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gravityrail/subscriptions",
"organizations_url": "https://api.github.com/users/gravityrail/orgs",
"repos_url": "https://api.github.com/users/gravityrail/repos",
"events_url": "https://api.github.com/users/gravityrail/events{/privacy}",
"received_events_url": "https://api.github.com/users/gravityrail/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks for making the PR. It seems that most people have no problem dealing with this, so the team decides not to merge the PR"
] | 2024-04-14T14:32:48 | 2024-04-22T17:28:35 | 2024-04-22T17:28:34 | NONE | null | For me (on macOS), it wasn't clear where to extract the checkpoints folder, and the current python command to run openvoice_app didn't work. Just a couple of small fixes. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/170/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/170/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/170",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/170",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/170.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/170.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/169 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/169/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/169/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/169/events | https://github.com/myshell-ai/OpenVoice/issues/169 | 2,235,143,609 | I_kwDOKzf7Ec6FOZW5 | 169 | 会开放训练代码吗 | {
"login": "ZwlinZw",
"id": 50456821,
"node_id": "MDQ6VXNlcjUwNDU2ODIx",
"avatar_url": "https://avatars.githubusercontent.com/u/50456821?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZwlinZw",
"html_url": "https://github.com/ZwlinZw",
"followers_url": "https://api.github.com/users/ZwlinZw/followers",
"following_url": "https://api.github.com/users/ZwlinZw/following{/other_user}",
"gists_url": "https://api.github.com/users/ZwlinZw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ZwlinZw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ZwlinZw/subscriptions",
"organizations_url": "https://api.github.com/users/ZwlinZw/orgs",
"repos_url": "https://api.github.com/users/ZwlinZw/repos",
"events_url": "https://api.github.com/users/ZwlinZw/events{/privacy}",
"received_events_url": "https://api.github.com/users/ZwlinZw/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-10T09:27:12 | 2024-04-10T09:27:12 | null | NONE | null | your work is pretty good which attract us, and I preciate your inference code. I want to know if you can share your training code because I want to train a model in own my dataset | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/169/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/169/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/168 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/168/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/168/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/168/events | https://github.com/myshell-ai/OpenVoice/issues/168 | 2,233,117,044 | I_kwDOKzf7Ec6FGql0 | 168 | there is no IPA IPA-aligned? | {
"login": "iamliulong",
"id": 126218002,
"node_id": "U_kgDOB4XvEg",
"avatar_url": "https://avatars.githubusercontent.com/u/126218002?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iamliulong",
"html_url": "https://github.com/iamliulong",
"followers_url": "https://api.github.com/users/iamliulong/followers",
"following_url": "https://api.github.com/users/iamliulong/following{/other_user}",
"gists_url": "https://api.github.com/users/iamliulong/gists{/gist_id}",
"starred_url": "https://api.github.com/users/iamliulong/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/iamliulong/subscriptions",
"organizations_url": "https://api.github.com/users/iamliulong/orgs",
"repos_url": "https://api.github.com/users/iamliulong/repos",
"events_url": "https://api.github.com/users/iamliulong/events{/privacy}",
"received_events_url": "https://api.github.com/users/iamliulong/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-04-09T10:25:22 | 2024-04-09T10:25:22 | null | NONE | null | in the paper , there is IPA-aligned between Encoder and Decoder
![image](https://github.com/myshell-ai/OpenVoice/assets/126218002/6ef103bf-8906-4d26-85b0-777b4d37c79f)
but in the code, there is no
![image](https://github.com/myshell-ai/OpenVoice/assets/126218002/a28ce9df-4290-43c9-84f3-cf9304058eea)
| {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/168/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/168/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/167 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/167/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/167/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/167/events | https://github.com/myshell-ai/OpenVoice/pull/167 | 2,232,710,818 | PR_kwDOKzf7Ec5sF44C | 167 | add openvoice-v2 | {
"login": "wl-zhao",
"id": 26575932,
"node_id": "MDQ6VXNlcjI2NTc1OTMy",
"avatar_url": "https://avatars.githubusercontent.com/u/26575932?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wl-zhao",
"html_url": "https://github.com/wl-zhao",
"followers_url": "https://api.github.com/users/wl-zhao/followers",
"following_url": "https://api.github.com/users/wl-zhao/following{/other_user}",
"gists_url": "https://api.github.com/users/wl-zhao/gists{/gist_id}",
"starred_url": "https://api.github.com/users/wl-zhao/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wl-zhao/subscriptions",
"organizations_url": "https://api.github.com/users/wl-zhao/orgs",
"repos_url": "https://api.github.com/users/wl-zhao/repos",
"events_url": "https://api.github.com/users/wl-zhao/events{/privacy}",
"received_events_url": "https://api.github.com/users/wl-zhao/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-04-09T06:39:47 | 2024-04-22T17:31:35 | 2024-04-17T18:39:47 | COLLABORATOR | null | null | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/167/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/167/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/167",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/167",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/167.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/167.patch",
"merged_at": "2024-04-17T18:39:47"
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/166 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/166/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/166/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/166/events | https://github.com/myshell-ai/OpenVoice/issues/166 | 2,221,345,734 | I_kwDOKzf7Ec6EZwvG | 166 | ModuleNotFoundError: No module named 'openvoice.text' | {
"login": "MANGOMONKEY9",
"id": 137072217,
"node_id": "U_kgDOCCuOWQ",
"avatar_url": "https://avatars.githubusercontent.com/u/137072217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MANGOMONKEY9",
"html_url": "https://github.com/MANGOMONKEY9",
"followers_url": "https://api.github.com/users/MANGOMONKEY9/followers",
"following_url": "https://api.github.com/users/MANGOMONKEY9/following{/other_user}",
"gists_url": "https://api.github.com/users/MANGOMONKEY9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MANGOMONKEY9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MANGOMONKEY9/subscriptions",
"organizations_url": "https://api.github.com/users/MANGOMONKEY9/orgs",
"repos_url": "https://api.github.com/users/MANGOMONKEY9/repos",
"events_url": "https://api.github.com/users/MANGOMONKEY9/events{/privacy}",
"received_events_url": "https://api.github.com/users/MANGOMONKEY9/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"encountering the same issue",
"encountering the same issue. was anyone able to resolve it?",
"similar error :/",
"Technically, in Python 3.3 and later, you can directly import from a folder (though not recommended) using the following syntax:\r\n\r\n`from folder_name.module_name import function_name # Assuming folder_name contains an __init__.py file`\r\n\r\nSo in the openvoice case you have to call this from within a folder which is one level above the \"openvoice\" folder"
] | 2024-04-02T19:58:06 | 2024-05-15T15:08:09 | null | NONE | null | trying to import:
from openvoice import se_extractor
from openvoice.api import BaseSpeakerTTS, ToneColorConverter
and getting a ModuleNotFoundError. Tried almost everything. Any advice? | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/166/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/166/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/165 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/165/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/165/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/165/events | https://github.com/myshell-ai/OpenVoice/issues/165 | 2,216,612,489 | I_kwDOKzf7Ec6EHtKJ | 165 | Can we run OpenVoice on Mojo language? | {
"login": "hemangjoshi37a",
"id": 12392345,
"node_id": "MDQ6VXNlcjEyMzkyMzQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/12392345?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hemangjoshi37a",
"html_url": "https://github.com/hemangjoshi37a",
"followers_url": "https://api.github.com/users/hemangjoshi37a/followers",
"following_url": "https://api.github.com/users/hemangjoshi37a/following{/other_user}",
"gists_url": "https://api.github.com/users/hemangjoshi37a/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hemangjoshi37a/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hemangjoshi37a/subscriptions",
"organizations_url": "https://api.github.com/users/hemangjoshi37a/orgs",
"repos_url": "https://api.github.com/users/hemangjoshi37a/repos",
"events_url": "https://api.github.com/users/hemangjoshi37a/events{/privacy}",
"received_events_url": "https://api.github.com/users/hemangjoshi37a/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Yes✅"
] | 2024-03-30T18:19:29 | 2024-03-30T20:45:42 | null | NONE | null | I want to use Mojo instead of python for this. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/165/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/165/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/164 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/164/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/164/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/164/events | https://github.com/myshell-ai/OpenVoice/issues/164 | 2,214,820,779 | I_kwDOKzf7Ec6EA3ur | 164 | Cannot install on Python version 3.11.8; only versions >=3.7,<3.11 are supported. | {
"login": "Eddy-Powers",
"id": 34379571,
"node_id": "MDQ6VXNlcjM0Mzc5NTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/34379571?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Eddy-Powers",
"html_url": "https://github.com/Eddy-Powers",
"followers_url": "https://api.github.com/users/Eddy-Powers/followers",
"following_url": "https://api.github.com/users/Eddy-Powers/following{/other_user}",
"gists_url": "https://api.github.com/users/Eddy-Powers/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Eddy-Powers/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Eddy-Powers/subscriptions",
"organizations_url": "https://api.github.com/users/Eddy-Powers/orgs",
"repos_url": "https://api.github.com/users/Eddy-Powers/repos",
"events_url": "https://api.github.com/users/Eddy-Powers/events{/privacy}",
"received_events_url": "https://api.github.com/users/Eddy-Powers/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-03-29T07:21:14 | 2024-03-30T09:50:56 | null | NONE | null | Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-yy0htwn4/numba_fa7d338fc5844d07a46d40883585ba6a/setup.py", line 51, in <module>
_guard_py_ver()
File "/tmp/pip-install-yy0htwn4/numba_fa7d338fc5844d07a46d40883585ba6a/setup.py", line 48, in _guard_py_ver
raise RuntimeError(msg.format(cur_py, min_py, max_py))
RuntimeError: Cannot install on Python version 3.11.8; only versions >=3.7,<3.11 are supported.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details. | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/164/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/164/timeline | null | null | null | null | false |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/163 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/163/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/163/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/163/events | https://github.com/myshell-ai/OpenVoice/pull/163 | 2,212,619,830 | PR_kwDOKzf7Ec5rBYce | 163 | fix: fix all typos issue | {
"login": "momodaka",
"id": 30197937,
"node_id": "MDQ6VXNlcjMwMTk3OTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/30197937?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/momodaka",
"html_url": "https://github.com/momodaka",
"followers_url": "https://api.github.com/users/momodaka/followers",
"following_url": "https://api.github.com/users/momodaka/following{/other_user}",
"gists_url": "https://api.github.com/users/momodaka/gists{/gist_id}",
"starred_url": "https://api.github.com/users/momodaka/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/momodaka/subscriptions",
"organizations_url": "https://api.github.com/users/momodaka/orgs",
"repos_url": "https://api.github.com/users/momodaka/repos",
"events_url": "https://api.github.com/users/momodaka/events{/privacy}",
"received_events_url": "https://api.github.com/users/momodaka/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2024-03-28T08:17:48 | 2024-04-22T17:27:14 | 2024-04-22T17:27:14 | NONE | null | check all typo issue and fix.
`recources` -> `resources`
`sentense` -> `sentence`
`splitted` -> `split` | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/163/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/163/timeline | null | null | false | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/pulls/163",
"html_url": "https://github.com/myshell-ai/OpenVoice/pull/163",
"diff_url": "https://github.com/myshell-ai/OpenVoice/pull/163.diff",
"patch_url": "https://github.com/myshell-ai/OpenVoice/pull/163.patch",
"merged_at": null
} | true |
https://api.github.com/repos/myshell-ai/OpenVoice/issues/162 | https://api.github.com/repos/myshell-ai/OpenVoice | https://api.github.com/repos/myshell-ai/OpenVoice/issues/162/labels{/name} | https://api.github.com/repos/myshell-ai/OpenVoice/issues/162/comments | https://api.github.com/repos/myshell-ai/OpenVoice/issues/162/events | https://github.com/myshell-ai/OpenVoice/issues/162 | 2,208,758,099 | I_kwDOKzf7Ec6DpvlT | 162 | 这个问题这么解决? | {
"login": "ewqare",
"id": 87539945,
"node_id": "MDQ6VXNlcjg3NTM5OTQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/87539945?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ewqare",
"html_url": "https://github.com/ewqare",
"followers_url": "https://api.github.com/users/ewqare/followers",
"following_url": "https://api.github.com/users/ewqare/following{/other_user}",
"gists_url": "https://api.github.com/users/ewqare/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ewqare/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ewqare/subscriptions",
"organizations_url": "https://api.github.com/users/ewqare/orgs",
"repos_url": "https://api.github.com/users/ewqare/repos",
"events_url": "https://api.github.com/users/ewqare/events{/privacy}",
"received_events_url": "https://api.github.com/users/ewqare/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2024-03-26T16:37:38 | 2024-03-26T16:38:11 | null | NONE | null | D:\my_AI\lib\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.") | {
"url": "https://api.github.com/repos/myshell-ai/OpenVoice/issues/162/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/162/timeline | null | null | null | null | false |