mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-08 11:57:43 +08:00
Debug requirements and ruff fix
This commit is contained in:
parent
174cb333f8
commit
691486fd55
@ -10,7 +10,7 @@ torch
|
|||||||
torchaudio
|
torchaudio
|
||||||
torchcrepe
|
torchcrepe
|
||||||
tqdm
|
tqdm
|
||||||
rich.progress
|
rich
|
||||||
loguru
|
loguru
|
||||||
scikit-maad
|
scikit-maad
|
||||||
praat-parselmouth
|
praat-parselmouth
|
||||||
@ -26,5 +26,4 @@ edge_tts
|
|||||||
langdetect
|
langdetect
|
||||||
pyyaml
|
pyyaml
|
||||||
pynvml
|
pynvml
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
loguru
|
|
@ -15,7 +15,7 @@ sounddevice==0.4.5
|
|||||||
SoundFile==0.10.3.post1
|
SoundFile==0.10.3.post1
|
||||||
starlette==0.19.1
|
starlette==0.19.1
|
||||||
tqdm==4.63.0
|
tqdm==4.63.0
|
||||||
rich.progress
|
rich
|
||||||
loguru
|
loguru
|
||||||
torchcrepe
|
torchcrepe
|
||||||
scikit-maad
|
scikit-maad
|
||||||
@ -31,4 +31,3 @@ langdetect
|
|||||||
pyyaml
|
pyyaml
|
||||||
pynvml
|
pynvml
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
loguru
|
|
||||||
|
@ -6,8 +6,8 @@ from multiprocessing import cpu_count
|
|||||||
|
|
||||||
import librosa
|
import librosa
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy.io import wavfile
|
|
||||||
from rich.progress import track
|
from rich.progress import track
|
||||||
|
from scipy.io import wavfile
|
||||||
|
|
||||||
|
|
||||||
def load_wav(wav_path):
|
def load_wav(wav_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user