It's not working anymore..
Hi!
The model no longer seems to work after an update.
An update on the models would be really nice. Thank you!
Downgrade F5-TTS to tag 0.6.2 will make this model work again.
@Boutler Well, seems I just used the wrong cfg-options lol
Try it again with the old cfg-options: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, "text_mask_padding": false, "conv_layers": 4, "pe_attn_head": 1}That fixed it for me, using the WebUI.
@Dezenz
Sorry if I sound a bit silly.
Which WebUI do you mean? I used that model in Pinokio. I've read about the configuration before, but I don't know how or where to replace it...
/--------------------------------------------------------------------------------------------------------------/
Downgrade F5-TTS to tag 0.6.2 will make this model work again.
@ol-k
As described above, I use Pinokio. And I don't know how to download an older version there. I've tried it outside of Pinokio, but I can't get it to work... /:
I don't use pinokio.
I use it standalone ...
Just checkout the repo with git and the tag 0.6.2
@Boutler Ah okay, the Pinokio version doesn't seem to have a button for custom models, if I've researched this correctly. Maybe it's a rather old version of F5-TTS, I guess? If so, I'm afraid I can't tell you how to implement it... :(
Fortunately, installing the version from Github is quite easy, even if the documentation is not quite so friendly, honestly. But if you feed the Github website to ChatGPT, Gemini and co, you should be given a clear guide on how to install it. You just need to install conda before (or alternatively do it via venv with Python command). Then, it should work pretty much after cloning the repo and install the requirements with "pip install -e".