mirror of
https://github.com/SWivid/F5-TTS.git
synced 2026-01-16 23:12:24 -08:00
update README.md for v1.0.0
This commit is contained in:
@@ -77,7 +77,7 @@ f5-tts_infer-cli \
|
||||
f5-tts_infer-cli --model F5TTS_Base --vocoder_name bigvgan --load_vocoder_from_local
|
||||
|
||||
# Use custom path checkpoint, e.g.
|
||||
f5-tts_infer-cli --ckpt_file ckpts/F5TTS_Base/model_1200000.safetensors
|
||||
f5-tts_infer-cli --ckpt_file ckpts/F5TTS_v1_Base/model_1250000.safetensors
|
||||
|
||||
# More instructions
|
||||
f5-tts_infer-cli --help
|
||||
|
||||
@@ -40,10 +40,10 @@ Once your datasets are prepared, you can start the training process.
|
||||
accelerate config
|
||||
|
||||
# .yaml files are under src/f5_tts/configs directory
|
||||
accelerate launch src/f5_tts/train/train.py --config-name F5TTS_v1_Base_train.yaml
|
||||
accelerate launch src/f5_tts/train/train.py --config-name F5TTS_v1_Base.yaml
|
||||
|
||||
# possible to overwrite accelerate and hydra config
|
||||
accelerate launch --mixed_precision=fp16 src/f5_tts/train/train.py --config-name F5TTS_v1_Base_train.yaml ++datasets.batch_size_per_gpu=19200
|
||||
accelerate launch --mixed_precision=fp16 src/f5_tts/train/train.py --config-name F5TTS_v1_Base.yaml ++datasets.batch_size_per_gpu=19200
|
||||
```
|
||||
|
||||
### 2. Finetuning practice
|
||||
|
||||
Reference in New Issue
Block a user