-
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
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…
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…
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…
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…
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…
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…
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…
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…
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.
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.
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:
*…
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…