• https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.

    XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG

  • Joined on 2022-10-10
ecker closed issue ecker/ai-voice-cloning#16 2023-02-21 18:24:49 +00:00
AttributeError: module 'ffmpeg' has no attribute 'Error'
ecker commented on issue ecker/ai-voice-cloning#19 2023-02-21 17:36:41 +00:00
Import wav file in utilities

Haven't tested (for reasons), but it should be remedied in commit ed2cf9f5ee558c5efb63b17025ae0b25a29bbaa0.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 17:35:40 +00:00
ed2cf9f5ee wrap checking for metadata when adding a voice in case it throws an error
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-21 16:18:55 +00:00
Error when running start.bat

I guess even 3080s can't train it, as there's another user that can't train off a 3080 either.

I'll cobble together a way to load and finetune it as float16 and see if that gets VRAM consumption…

ecker commented on issue ecker/ai-voice-cloning#16 2023-02-21 16:06:07 +00:00
AttributeError: module 'ffmpeg' has no attribute 'Error'

Almost forgot the venv. Should be as easy as deleting your old one and dropping this in place.

I might have to download a Linux distro and test it…

ecker commented on issue ecker/ai-voice-cloning#16 2023-02-21 14:08:23 +00:00
AttributeError: module 'ffmpeg' has no attribute 'Error'

Took a small bit of elbow grease to get it to work (for simplicity I just thrown it at C:\Tortoise\ai-voice-cloning\ so I don't need to edit some paths, and had to edit .\venv\pyvenv.conf with…

ecker commented on issue ecker/ai-voice-cloning#18 2023-02-21 13:39:03 +00:00
Suggestion: Option to delete intermediate .wav files after processing batches of text

Great idea. In theory, the pieces remain in case I absolutely need to mix and match generations, but I haven't done that at all yet, and worse case I can just open Tenacity and manually edit…

ecker commented on issue ecker/ai-voice-cloning#17 2023-02-21 13:36:26 +00:00
3080 running out of memory trying to train 10MB of voice files

(GPU 0; 10.00 GiB total capacity; 5.88 GiB already allocated; 0 bytes free; 6.06 GiB reserved in total by PyTorch)

Yeah, that doesn't sound right.

Do you already have `Do Not Load TTS On…

ecker commented on issue ecker/ai-voice-cloning#16 2023-02-21 13:26:09 +00:00
AttributeError: module 'ffmpeg' has no attribute 'Error'

I assume training works for AMD on Linux then?

Should be, I haven't tested it, but if it's anything like getting tortoise-tts working under ROCm, it's just as easy as running ./setup-rocm.sh

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 04:22:23 +00:00
b6f7aa6264 fixes
ecker commented on issue ecker/ai-voice-cloning#16 2023-02-21 03:58:30 +00:00
AttributeError: module 'ffmpeg' has no attribute 'Error'

Any way you can zip up and send your venv folder? I might be able to figure it out if I can probe the current state.

Windows 10, [...] RX 6900 XTXH

Actually, not to rain on your parade,…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 03:00:51 +00:00
bbc2d26289 I finally figured out how to fix gr.Dropdown.change, so a lot of dumb UI decisions are fixed and makes sense
ecker pushed to master at ecker/ai-voice-cloning 2023-02-20 23:13:07 +00:00
7d1936adad actually cleaned the notebook
ecker commented on issue ecker/ai-voice-cloning#15 2023-02-20 23:03:32 +00:00
Colab: ModuleNotFoundError: No module named 'tortoise'

Fixed in commit 1fd88afccad45f5579412c9c380eb0e9cf59ee6d. Just finished validating it.

ecker closed issue ecker/ai-voice-cloning#15 2023-02-20 23:03:32 +00:00
Colab: ModuleNotFoundError: No module named 'tortoise'
ecker pushed to master at ecker/ai-voice-cloning 2023-02-20 22:56:53 +00:00
1fd88afcca updated notebook for newer setup structure, added formatting of getting it/s and lass loss rate (have not tested loss rate yet)
ecker commented on issue ecker/ai-voice-cloning#15 2023-02-20 22:47:18 +00:00
Colab: ModuleNotFoundError: No module named 'tortoise'

Right, I forgot I ditched some additional install scripts to make things less complex yesterday. One moment while I update it.

ecker commented on issue ecker/ai-voice-cloning#14 2023-02-20 20:27:08 +00:00
Should the training data folder contain spaces, train.py will interpret as arguments

Remedied in bacac6daea94addb3807e3bde265685c2ce59766. God only knows why Python splits arguments by spaces, regardless of wrapping it in quotes. I guess it makes sense why the issue only pops up…

ecker closed issue ecker/ai-voice-cloning#14 2023-02-20 20:27:08 +00:00
Should the training data folder contain spaces, train.py will interpret as arguments
ecker pushed to master at ecker/ai-voice-cloning 2023-02-20 20:23:29 +00:00
bacac6daea handled paths that contain spaces because python for whatever god forsaken reason will always split on spaces even if wrapping an argument in quotes