• 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 pushed to master at ecker/ai-voice-cloning 2023-02-22 03:27:33 +00:00
cc47ed7242 kmsing
ecker commented on issue ecker/ai-voice-cloning#22 2023-02-22 03:23:13 +00:00
gr.Dropdown list index out of range when starting server

Tried to allocate 1.61 GiB

Depending on if your sources are too large when combined, you'll need to play around with the "voice chunk" slider, which I might as well try and adjust how it…

ecker commented on issue ecker/ai-voice-cloning#22 2023-02-22 03:22:18 +00:00
gr.Dropdown list index out of range when starting server

Fixed in commit 93b061fb4d85fb4c26bf88cf47de879a7ab187ad. It's because I did my testing while still having a results folder, and when I did incidentally empty my results folder, the UI was already…

ecker commented on issue ecker/ai-voice-cloning#6 2023-02-22 03:21:31 +00:00
Error when running start.bat

Oops, don't know how I managed to get it working for me, fixed in commit 93b061fb4d85fb4c26bf88cf47de879a7ab187ad.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:21:09 +00:00
93b061fb4d oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 03:19:46 +00:00
43a007e442 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-22 01:17:25 +00:00
c4b41e07fa properly placed the line toe xtract starting iteration
ecker closed issue ecker/ai-voice-cloning#21 2023-02-21 22:31:02 +00:00
gradio.exceptions.Error: 'torch.cat(): expected a non-empty list of Tensors'
ecker commented on issue ecker/ai-voice-cloning#21 2023-02-21 22:30:12 +00:00
gradio.exceptions.Error: 'torch.cat(): expected a non-empty list of Tensors'

The Sample slider in the Generate tab will only affect how many (autoregressive) samples you want.

The progress bar on the right will report [Current Batch / Total Batches], where `Total…

ecker commented on issue ecker/ai-voice-cloning#21 2023-02-21 22:14:00 +00:00
gradio.exceptions.Error: 'torch.cat(): expected a non-empty list of Tensors'

Oops, a slight oversight. Should be fixed in commit fefc7aba0388d061a2db37cd74ebef7a9172439b.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 22:13:35 +00:00
fefc7aba03 oops
ecker commented on issue ecker/ai-voice-cloning#18 2023-02-21 21:53:30 +00:00
Suggestion: Option to delete intermediate .wav files after processing batches of text

Apologies for taking so long to get around to this. A mix of everything interrupting me, and trying to follow through with a possible breakthrough with training on lower VRAM cards.

Added…

ecker commented on issue ecker/ai-voice-cloning#21 2023-02-21 21:51:19 +00:00
gradio.exceptions.Error: 'torch.cat(): expected a non-empty list of Tensors'

Should be fixed in commit 9e64dad785bc6d6e0e948784b27028d5d4746e25. I can't do any testes for it on my 2060 since I can't increase it's batch size all that much for higher numbers.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 21:50:21 +00:00
9e64dad785 clamp batch size to sample count when generating for the sickos that want that, added setting to remove non-final output after a generation, something else I forgot already
ecker commented on issue ecker/ai-voice-cloning#21 2023-02-21 21:21:48 +00:00
gradio.exceptions.Error: 'torch.cat(): expected a non-empty list of Tensors'

Setting samples in Gradio to any number divides the output by 12, 16 etc?

That's from it automatically deducing your batch size. On DirectML, there doesn't seem to be an (easy) way to get…

ecker commented on issue ecker/ai-voice-cloning#20 2023-02-21 20:41:21 +00:00
python: command not found

Glad to hear.

holy moly is ROCm way faster

Yeah, DirectML unfortunately is still in its infancy, and I need to do some patches where it'll do some calculations on CPU due to some…

ecker closed issue ecker/ai-voice-cloning#20 2023-02-21 20:41:21 +00:00
python: command not found
ecker closed issue ecker/ai-voice-cloning#13 2023-02-21 20:31:06 +00:00
Difference
ecker commented on issue ecker/ai-voice-cloning#20 2023-02-21 20:21:23 +00:00
python: command not found

Should be remedied in commit f119993fb5724dafe0e68cf0da360f3ab6c2f61d.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-21 20:21:04 +00:00
f119993fb5 explicitly use python3 because some OSs will not have python alias to python3, allow batch size 1