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
int64 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 0 | 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 |
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 | 0 | 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
} |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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
} |
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 | 0 | 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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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: [email protected]
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
} |
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 | 0 | 2024-05-27T11:35:15 | 2024-05-27T11:35:15 | null | NONE | null | Changed to "git clone [email protected]: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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 3 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 4 | 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 |
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 | 1 | 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 |
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 | 3 | 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 |
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 | 0 | 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 |
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 | 2 | 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 |
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 | 1 | 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 |
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 | 0 | 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 |
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 | 4 | 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 |
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 | 1 | 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 |
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 | 1 | 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 |
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 | 1 | 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 |
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 | 3 | 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: [email protected]
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 |
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 | 2 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 9 | 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 |
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 | 3 | 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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 2 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 3 | 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 |
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 | 3 | 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 |
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 | 0 | 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 |
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 | 4 | 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 |
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 | 5 | 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 |
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 | 0 | 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 |
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 | 1 | 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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 3 | 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
} |
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 | 0 | 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 |
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 | 0 | 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
} |
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 | 0 | 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"
} |
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 | 0 | 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 |
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 | 2 | 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 |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 4 | 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 |
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 | 1 | 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 |
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 | 3 | 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 |
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 | 0 | 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 |
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 | 1 | 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 |
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 | 1 | 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
} |
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 | 1 | 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 |
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 | 1 | 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 |
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 | 0 | 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 |
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 | 0 | 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
} |
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 | 0 | 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
} |
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 | 3 | 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
} |
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 | 9 | 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 |
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 | 0 | 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"
} |
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 | 0 | 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 |
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 | 2 | 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 |
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 | 0 | 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 |
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 | 4 | 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 |
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 | 1 | 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
} |
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 | 0 | 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 |
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 | 0 | 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 |
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 | 0 | 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"
} |
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 | 4 | 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 |
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 | 1 | 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 |
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 | 2 | 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 |
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 | 0 | 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
} |
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 | 0 | 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 |