mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-07 21:14:06 -05:00
Preserve original file formatting while adding F5-TTS integration
Co-authored-by: DrewThomasson <126999465+DrewThomasson@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -161,7 +161,7 @@ default_engine_settings = {
|
||||
"files": ['model.safetensors', 'vocab.txt'],
|
||||
"voices": {},
|
||||
"rating": {"GPU VRAM": 4, "CPU": 2, "RAM": 6, "Realism": 4}
|
||||
}
|
||||
}
|
||||
}
|
||||
models = {
|
||||
TTS_ENGINES['XTTSv2']: {
|
||||
@@ -507,5 +507,5 @@ models = {
|
||||
"files": default_engine_settings[TTS_ENGINES['F5TTS']]['files'],
|
||||
"samplerate": default_engine_settings[TTS_ENGINES['F5TTS']]['samplerate']
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user