Can the authors push the package to pypi for ease of installation?
#12
by
qqwjq1981
- opened
Would be great if the authors can push the code on PyPi to make it easier to install via pip.
Trying to run the demo_part1 and hitting a wall: the base speaker's ckpt_base checkpoint.pth is completely missing, while the converter's checkpoint is there.
It's frustrating to see this pattern β so many projects pull this crap, leaving out critical files on purpose to push people into paying for "full access." This isn't open source; it's bait.
The error is straightforward when loading the base model:RuntimeError: Missing key(s) in state_dict for BaseSpeaker: ...
Either this is a lazy oversight, or it's intentional. Either way, where the hell is the ckpt_base checkpoint.pth referenced in the demo? The community deserves an answer.