You're looking at a specific version of this model. Jump to the model overview.

triadmusic /stems-separator:45d8fa58

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
audio
string
Input audio file
youtube_url
string
YouTube URL to download audio from
model_name
None
htdemucs
Demucs model version

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'bass': {'format': 'uri',
                         'nullable': True,
                         'title': 'Bass',
                         'type': 'string'},
                'drums': {'format': 'uri',
                          'nullable': True,
                          'title': 'Drums',
                          'type': 'string'},
                'guitar': {'format': 'uri',
                           'nullable': True,
                           'title': 'Guitar',
                           'type': 'string'},
                'other': {'format': 'uri',
                          'nullable': True,
                          'title': 'Other',
                          'type': 'string'},
                'piano': {'format': 'uri',
                          'nullable': True,
                          'title': 'Piano',
                          'type': 'string'},
                'vocals': {'format': 'uri',
                           'nullable': True,
                           'title': 'Vocals',
                           'type': 'string'}},
 'required': [],
 'title': 'Output',
 'type': 'object'}