All models
Audiov1.0.0

MusicGen Looper (Seamless Loop)

Generate a seamless music loop at a fixed tempo.

6 inputsAUDIO

a warm lo-fi hip hop loop with a dusty rhodes chord

Seamless loop at 90 BPM

Run the node

TEXT
40 – 300FLOAT
Tempo (BPM)
2 – 20INT
Loop length (seconds)
TEXT
Model size
TEXT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins musicgen-looper and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("musicgen-looper", {
  prompt: { value: "example" },
  bpm: { value: 140 },
  maxDuration: { value: 8 },
  modelVersion: { value: "medium" },
  outputFormat: { value: "wav" },
  seed: { value: -1 },
});

Schema

Inputs

prompt*TEXT
bpmFLOAT
Tempo (BPM)
140
maxDurationINT
Loop length (seconds)
8
modelVersionTEXT
Model size
medium · large
medium
outputFormatTEXT
wav · mp3
wav
seedINT-1

Outputs

audioAUDIO