musicgpt

Crates.iomusicgpt
lib.rsmusicgpt
version0.1.33
sourcesrc
created_at2024-05-04 10:44:50.229994
updated_at2024-05-13 16:10:30.913614
descriptionGenerate music samples from natural language prompt locally with your own computer
homepage
repository
max_upload_size
id1229519
size1,427,906
Gabriel (gabotechs)

documentation

README

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

Commit count: 0

cargo fmt