Can't get it to run, KeyError: 'ema_model_state_dict'
#2
by STK393 - opened
When trying to run inference with this model in f5-tts by setting the
I get this error:
KeyError: 'ema_model_state_dict'
Inference with the default models works fine. But whenever I specify a custom model and point to the .pt file and the vocab file of your model I get the error.
Any help would be greatly appreciated!
I got this all wrong it seems, you have also updated the base f5-tts code, so that's obviously needed to run
STK393 changed discussion status to closed