• 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
mrq commented on issue mrq/ai-voice-cloning#340 2023-08-23 20:49:05 +00:00
Vall-E Backend: AttributeError: 'Config' object has no attribute 'hdf5'

AttributeError: 'Config' object has no attribute 'hdf5'`

naruhodo

I forgot I have yet to actually test things without the data.h5 dataset to supplement. If you want to conduct a bit of…

mrq commented on issue mrq/ai-voice-cloning#338 2023-08-23 20:45:55 +00:00
FileNotFoundError: [WinError 3] The system cannot find the path specified: '/home/user/aivoice/models/tortoise/autoregressive.pth'

File "C:\AiVoiceClon\ai-voice-cloning\modules\tortoise-tts\tortoise\api.py", line 340, in load_autoregressive_model if hasattr(self,"autoregressive_model_path") and os.path.samefile(self.autoreg…

mrq commented on issue mrq/ai-voice-cloning#152 2023-08-23 20:41:02 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Looks like you’re moving forward with RetNet, right?

I might as well. I've put the most training time into this current model (ignoring when I've spent several weeks on a deadend model with…

mrq pushed to master at mrq/vall-e 2023-08-23 16:01:05 +00:00
d106598403 do not utilize diskcache if a config yaml is not loaded
mrq commented on issue mrq/ai-voice-cloning#337 2023-08-23 15:43:36 +00:00
Starting the vall-e backend crashes

TypeError: expected str, bytes or os.PathLike object, not NoneType

Right. I forgot to try and figure out an elegant solution to that during my seldom inference tests using the web UI.

Use…

mrq commented on issue mrq/ai-voice-cloning#152 2023-08-23 15:38:23 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Having mentioned getting 75% real time speed, it sort-of opens the idea of having streamed output in real time (or at the very least, buffered), but:

  • desu I'm not too keen on how robust an…
mrq commented on pull request mrq/ai-voice-cloning#336 2023-08-23 15:12:59 +00:00
favor existing arguments from parameters (kwargs) over global (args)

which you should please review as i'm not sure if this could lead to unintended behavior. (i've tested generation in web interface, cli and with websockets to ensure that it still behaves as…

mrq commented on issue mrq/ai-voice-cloning#338 2023-08-23 15:04:04 +00:00
FileNotFoundError: [WinError 3] The system cannot find the path specified: '/home/user/aivoice/models/tortoise/autoregressive.pth'

I'll assume by the mix of a POSIX-path being returned (/home/user/aivoice/models/tortoise/autoregressive.pth) and the Windows screenshot (`C:\AIVoiceClon\ai-voice-cloning\models\tortoise\autoregr…

mrq commented on issue mrq/ai-voice-cloning#331 2023-08-23 14:58:30 +00:00
Have problem cloning voice

AttributeError: module 'numpy' has no attribute 'complex'. np.complex was a deprecated alias for the builtin complex. To avoid this error in existing code, use complex by itself. Doing this…

mrq commented on issue mrq/vall-e#4 2023-08-23 14:55:56 +00:00
Prompt crashes using the pre-trained models

Try updating the repo to the latest version. I neglected to re-include the code to convert the weights to whatever is specified in the config.yaml under cfg.inference.weight_dtype.

mrq commented on issue mrq/ai-voice-cloning#335 2023-08-23 14:54:44 +00:00
(Prepare Dataset) List indices must be intergers or slices, not dict

What's odd is that I did use the openai/whisper backend the other day with no apparent issues, but regardless I'll take a look at it when I get a chance.

mrq commented on issue mrq/ai-voice-cloning#337 2023-08-23 14:53:26 +00:00
Starting the vall-e backend crashes

Since I still have yet to get around to working on the web UI to update the integration for normal people, the web UI expects the a model to be present under ./training/. For example: *…

mrq pushed to master at mrq/vall-e 2023-08-23 03:56:08 +00:00
524d289c9c Forgot to re-add in setting the weight's dtype on model load
mrq pushed to master at mrq/vall-e 2023-08-23 03:54:54 +00:00
31e5d2c96e Forgot to re-add in setting the weight's dtype on model load
mrq commented on pull request mrq/ai-voice-cloning#334 2023-08-22 20:36:11 +00:00
websocket server: API change(!), better response format

No worries, any work is appreciated.

mrq pushed to master at mrq/ai-voice-cloning 2023-08-22 20:35:46 +00:00
5f4215b3ef Merge pull request 'websocket server: API change(!), better response format' (#334) from ben_mkiv/ai-voice-cloning:master into master
5d73d9e71c small QoL change to the StringNone helper, to allow generated text to be "None", maybe someone wants to generate that, we never know...
9abcb0f193 websocket server: API change(!), better response format
Compare 3 commits »
mrq merged pull request mrq/ai-voice-cloning#334 2023-08-22 20:35:45 +00:00
websocket server: API change(!), better response format
mrq commented on issue mrq/ai-voice-cloning#152 2023-08-22 19:49:59 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

For sure, having an already prepared dataset is very helpful. I had tried the script for your provided dataset that you had in the readme, but there were errors unpickling the audios that I…

mrq merged pull request mrq/ai-voice-cloning#333 2023-08-22 19:26:43 +00:00
websocket server: small fix
mrq pushed to master at mrq/ai-voice-cloning 2023-08-22 19:26:41 +00:00
fb1cfd059f Merge pull request 'websocket server: small fix' (#333) from ben_mkiv/ai-voice-cloning:master into master
a902913780 websocket server: workaround for values and None type
Compare 3 commits »