how to use OpenAI’s jukebox rOpenAI
You might think that I’m dumb, but I asked the playground directly : How to access openAI jukebox To use OpenAI Jukebox, you’ll first need to install the package. You can do this using pip: pip install openai-jukebox Once you have OpenAI Jukebox installed, you can generate music by passing in a z-vector of latent space to the generate method: from openai\_jukebox import generate generate(z) You can also specify the length of the generated song, the temperature, and whether or not to use a seed: generate(z, length=128, temperature=0.5, seed=True) If you want to use a pre-trained model, you can download a model checkpoint from the releases page. To use a checkpoint, you’ll need to pass in the path to the checkpoint file: generate(z, checkpoint\_path=’path/to/checkpoint’) OpenAI Jukebox is still a work in progress and we’re constantly improving the model. If you have any feedback or suggestions, please open an issue on the GitHub repository. Plot twist, it’s not how it works. Real info here : https://github.com/openai/jukebox/