Open hjj-lmx opened 5 days ago
- As a pip package (if just for inference)
- Local editable (if also do training, finetuning)
- As a pip package (if just for inference)
- Local editable (if also do training, finetuning)
How to integrate it into your own project, which logic should be used as the standard, and whether it is possible to use the API. py file
- vocab.txt is the same.
- pip install pkg way will only get the files inside src/, while local editable could take outside folder for own project usage
- make any modification up to your need
Is there a complete usage document available
for what usage e.g.
用于什么用途例如
API like invocation; Now it's all done through commands
https://github.com/SWivid/F5-TTS/tree/main/src/f5_tts/infer#socket-realtime-client see if it would help.
Checks
Question details
api.py