mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-27 21:24:03 -08:00
Fix : Settings Loader Issues: Resolve KeyErrors, Path Handling, and Component Assignment (#731)
This commit is contained in:
@@ -161,7 +161,6 @@ def load_settings(project_name):
|
||||
)
|
||||
|
||||
|
||||
|
||||
# Load metadata
|
||||
def get_audio_duration(audio_path):
|
||||
"""Calculate the duration mono of an audio file."""
|
||||
@@ -1610,7 +1609,6 @@ If you encounter a memory error, try reducing the batch size per GPU to a smalle
|
||||
cd_logger.value = logger_value
|
||||
ch_8bit_adam.value = bnb_optimizer_value
|
||||
|
||||
|
||||
ch_stream = gr.Checkbox(label="Stream Output Experiment", value=True)
|
||||
txt_info_train = gr.Text(label="Info", value="")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user