JarodMica / ai-voice-cloning

GNU General Public License v3.0
567 stars 127 forks source link

[Training] [2024-02-19T23:34:13.936984] [2024-02-19 23:34:13,936] torch.distributed.elastic.multiprocessing.redirects: [WARNING] NOTE: Redirects are currently not supported in Windows or MacOs. #52

Open CryptoLavkaAI opened 7 months ago

CryptoLavkaAI commented 7 months ago

I did all as described in the video, https://www.youtube.com/watch?v=p31Ax_A5VKA but when I push "Train" button", notjing happens, it just shows me this:

[Training] [2024-02-19T23:34:13.936984] [2024-02-19 23:34:13,936] torch.distributed.elastic.multiprocessing.redirects: [WARNING] NOTE: Redirects are currently not supported in Windows or MacOs.

And some code before in console.

Also, I got these on startup:

Traceback (most recent call last): File "H:\AI\ai-voice-cloning-v2_0\ai-voice-cloning\src\utils.py", line 98, in from vall_e.emb.qnt import encode as valle_quantize ModuleNotFoundError: No module named 'vall_e'

Traceback (most recent call last): File "H:\AI\ai-voice-cloning-v2_0\ai-voice-cloning\src\utils.py", line 118, in import bark ModuleNotFoundError: No module named 'bark'