mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 07:40:43 -08:00
make a structure first
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
import random
|
||||
import sys
|
||||
import tqdm
|
||||
|
||||
import soundfile as sf
|
||||
import torch
|
||||
import tqdm
|
||||
from cached_path import cached_path
|
||||
|
||||
from f5_tts.model import DiT, UNetT
|
||||
from f5_tts.model.utils import save_spectrogram
|
||||
|
||||
from f5_tts.model.utils import seed_everything, save_spectrogram
|
||||
from f5_tts.model.utils_infer import load_vocoder, load_model, infer_process, remove_silence_for_generated_wav
|
||||
from f5_tts.model.utils import seed_everything
|
||||
import random
|
||||
import sys
|
||||
|
||||
|
||||
class F5TTS:
|
||||
|
||||
Reference in New Issue
Block a user