aaronbesson/m3maker 🔢📝🖼️✓❓ → 🖼️

▶️ 669 runs 📅 Jun 2023 ⚙️ Cog 0.7.2
audio-to-audio music-generation

About

Music Generator

Example Output

Performance Metrics

21.56s Prediction Time
21.57s Total Time
Input Parameters
seed Type: integer
Seed for random number generator. If None or -1, a random seed will be used.
top_k Type: integerDefault: 250
Reduces sampling to the k most likely tokens.
top_p Type: numberDefault: 0
Reduces sampling to tokens with cumulative probability of p. When set to `0` (default), top_k sampling is used.
prompt Type: string
A description of the music you want to generate.
duration Type: integerDefault: 8
Duration of the generated audio in seconds.
input_audio Type: string
An audio file that will influence the generated music. If `continuation` is `True`, the generated music will be a continuation of the audio file. Otherwise, the generated music will mimic the audio file's melody.
temperature Type: numberDefault: 1
Controls the 'conservativeness' of the sampling process. Higher temperature means more diversity.
continuation Type: booleanDefault: false
If `True`, generated music will continue `melody`. Otherwise, generated music will mimic `audio_input`'s melody.
output_format Default: wav
Output format for generated audio.
continuation_end Type: integerRange: 0 - ∞
End time of the audio file to use for continuation. If -1 or None, will default to the end of the audio clip.
replicate_weights Type: string
Replicate MusicGen weights to use. Leave blank to use the default weights.
continuation_start Type: integerDefault: 0Range: 0 - ∞
Start time of the audio file to use for continuation.
multi_band_diffusion Type: booleanDefault: false
If `True`, the EnCodec tokens will be decoded with MultiBand Diffusion.
normalization_strategy Default: loudness
Strategy for normalizing audio.
classifier_free_guidance Type: integerDefault: 3
Increases the influence of inputs on the output. Higher values produce lower-varience outputs that adhere more closely to inputs.
Output Schema

Output

Type: stringFormat: uri

Version Details
Version ID
12308b850398be4df01fd0e23ed1d1b20f5e51785f90c0ed1c05c31bdd923f8c
Version Created
October 22, 2023
Run on Replicate →