mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 12:37:30 +08:00
Debug unit2mel.py
Debug unit2mel.py
This commit is contained in:
parent
4f43531207
commit
cf35e5f77f
@ -49,7 +49,7 @@ def load_model_vocoder(
|
||||
model.to(device)
|
||||
model.load_state_dict(ckpt['model'])
|
||||
model.eval()
|
||||
print(f'Loaded diffusion model, sampler is {ckpt["infer"]["methold"]}, speedup: {ckpt["infer"]["speedup"]} ')
|
||||
print(f'Loaded diffusion model, sampler is {args.infer.method}, speedup: {args.infer.speedup} ')
|
||||
return model, vocoder, args
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user