musicgpt 0.2.1

Generate music samples from natural language prompt locally with your own computer
musicgpt-0.2.1 is not a library.

MusicGPT

Generate music samples using a local LLM and natural language prompts

Install

On Mac and Linux:

brew install gabotechs/taps/musicgpt

Everywhere, including Windows:

cargo install musicgpt

Usage

Generate and play a music sample from a natural language prompt

musicgpt "A retro synthwave song with high bpms"

By default, it produces a sample of 10s, which can be configured

musicgpt "Create a pop song with 80's vive" --secs 30

There's multiple models available, it will use the smallest one by default, but users can opt into a bigger model

musicgpt "a relaxing LoFi song with birds chirping in the background" --model medium

More options are available running musicgpt --help