downloaded LB and when i rat it, it said:
pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
torch\nn\utils\weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
i don't think these are meant to happen
also i did [ model ] > [ show folder ] and pasted in the pretrained voice folders but the program didn't register it as being there. might have to do with the errors above? idk.
Thanks for letting me know about this! I've updated the GitHub with info for this.
So the torch warnings are totally fine (probably should've said something about that).
The pydub warning means you need to install ffmpeg (definitely should've mentioned that). Without ffmpeg it might not be able to play sound or save sound or both or neither. I added instructions to the GitHub on how to install ffmpeg.
The model not showing up is probably because you didn't restart the program. I haven't implemented anything to refresh the model list yet so you just have to restart right now. If that's still not working, send me a screenshot of your folder and the contents of the folder you put in there.
I'm happy someone is using it! Good luck and let me know if you need any more help!