We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3510d8 commit 501179dCopy full SHA for 501179d
inference.py
@@ -45,6 +45,7 @@ def load_models(args):
45
else:
46
dit_checkpoint_path = args.checkpoint
47
dit_config_path = args.config
48
+ f0_fn = None
49
50
if args.checkpoint is None:
51
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
0 commit comments