mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 04:27:31 +08:00
Debug Infer
This commit is contained in:
parent
99fb7507ca
commit
52cfc18a6b
@ -139,7 +139,7 @@ def main():
|
||||
isdiffusion = "sovits"
|
||||
if shallow_diffusion : isdiffusion = "sovdiff"
|
||||
if only_diffusion : isdiffusion = "diff"
|
||||
if type(spk) != type('aa') or type(spk) != type(1):
|
||||
if use_spk_mix:
|
||||
spk = "spk_mix"
|
||||
res_path = f'results/{clean_name}_{key}_{spk}{cluster_name}_{isdiffusion}.{wav_format}'
|
||||
soundfile.write(res_path, audio, svc_model.target_sample, format=wav_format)
|
||||
|
Loading…
Reference in New Issue
Block a user