SWivid / F5-TTS

Official code for "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
https://arxiv.org/abs/2410.06885
MIT License
7.11k stars 847 forks source link

Moving storage, but f5 still load from old location #471

Closed AlpacaManAlpha closed 2 hours ago

AlpacaManAlpha commented 4 hours ago

Checks

Question details

I cloned my f5 installation to a new drive (E:\ -> Y:) and ran f5-tts_finetune-gradio from the new location. Seems the path for my data checkpoints is still mapped to E:. I need help to re-map, so I can delete the data on the source drive.

SWivid commented 3 hours ago

pip uninstall f5-tts Do pip install -e . at new path.

AlpacaManAlpha commented 2 hours ago

This worked, thank you!