Fix for gradio inference#1249
Conversation
|
Thanks. Personally I think the latter is not that necessary, because it has already been included in the custom options, and we want to move on without too many branches on the interface. |
4756168 to
4ea23a9
Compare
ed8051b to
df98e21
Compare
|
@SWivid Moved the SHARED.md update to another PR - #1250. Adjusted the PR to add F5 TTS base model selection only to custom model options. I think we need it somewhere as not all available community models are listed in the SHARED.md. To use random custom fine tuned models users will need to specify the base model. |
|
@raivisdejus we already support v0 base model: F5-TTS/src/f5_tts/infer/infer_gradio.py Lines 1037 to 1048 in eca786e and the config is editable, which means you could modify the dict to any setting of a model ckpt. |
|
Thanks for your comment, it pointed me to the right direction to implement the feature I needed in a much simpler way. Created new PR - #1251 |
Fixes
Did tests: