VoiceCraft
VoiceCraft copied to clipboard
Added quick Python demo for users that may not have Jupyter.
Nothing more than the title says. This is a quick script I threw together for those that may not have Jupyter available. I have not tested this script, but I didn't see anywhere here to share my gist. So I thought I could put it here as a PR if people are up for testing it. If this is an inappropriate location, please feel free to close it and I can share the gist somewhere else if preferred.
Thank you so much! Will test it soon
Having a python script exec sudo commands seems outside the bounds of what should be an "example", should the setup instructions be outside of the script?
Having a python script exec sudo commands seems outside the bounds of what should be an "example", should the setup instructions be outside of the script?
Sorry for the radio silence on this one. I should have time to look at it tomorrow or this weekend. I agree that sudo commands may be a bit much, but I was trying to make as much of a turnkey solution as possible so users had an easy entrypoint to just run a thing and have it do stuff without having to worry about complicated setups and instructions.
I'll test it out this weekend and try to get it in better shape especially on macOS. Once I get it there, I'll add a skip install option for the users that don't want that and I'll see about auto detecting if the packages are already present before trying to run the install, so hopefully that can autoskip where it makes sense.