You're looking at a specific version of this model. Jump to the model overview.
andreasjansson /monkey-island-figaro:4c97feca
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
input |
string
(enum)
|
Options: folshop, voodoo1, monkeyisl, stan1, ghostdance, flove, fetuchini, lechuck, meleefor, journey, theme, scumm, melee, prelude |
Monkey Island music piece to base the prediction on
|
max_bars |
integer
|
8
Min: 1 Max: 128 |
Maximum number of bars to generate
|
scale |
number
|
1.5
Max: 10 |
Factor to scale image by
|
soundfont |
string
(enum)
|
ColomboMT32
Options: MT_Retro_Dreams, ColomboMT32, gm |
Soundfont to use
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'midi': {'format': 'uri', 'title': 'Midi', 'type': 'string'},
'mp3': {'format': 'uri', 'title': 'Mp3', 'type': 'string'}},
'required': ['midi', 'mp3'],
'title': 'Output',
'type': 'object'}