You're looking at a specific version of this model. Jump to the model overview.
erickluis00 /all-in-one-audio:d77f3985
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 |
---|---|---|---|
music_input |
string
|
An audio file input to analyze.
|
|
visualize |
boolean
|
False
|
Save visualizations
|
sonify |
boolean
|
False
|
Save sonifications
|
activ |
boolean
|
False
|
Save frame-level raw activations from sigmoid and softmax
|
embed |
boolean
|
False
|
Save frame-level embeddings
|
model |
string
(enum)
|
harmonix-all
Options: harmonix-all, harmonix-fold0, harmonix-fold1, harmonix-fold2, harmonix-fold3, harmonix-fold4, harmonix-fold5, harmonix-fold6, harmonix-fold7 |
Name of the pretrained model to use
|
include_activations |
boolean
|
False
|
Whether to include activations in the analysis results or not.
|
include_embeddings |
boolean
|
False
|
Whether to include embeddings in the analysis results or not.
|
audioSeparator |
boolean
|
False
|
Separate the audio into vocals and instrumental with MDX-net (best for music)
|
audioSeparatorModel |
string
|
Kim_Vocal_2.onnx
|
Name of the pretrained model to use: https://raw.githubusercontent.com/TRvlvr/application_data/main/filelists/download_checks.json
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'analyzer_result': {'format': 'uri',
'title': 'Analyzer Result',
'type': 'string'},
'demucs_bass': {'format': 'uri',
'title': 'Demucs Bass',
'type': 'string'},
'demucs_drums': {'format': 'uri',
'title': 'Demucs Drums',
'type': 'string'},
'demucs_guitar': {'format': 'uri',
'title': 'Demucs Guitar',
'type': 'string'},
'demucs_other': {'format': 'uri',
'title': 'Demucs Other',
'type': 'string'},
'demucs_piano': {'format': 'uri',
'title': 'Demucs Piano',
'type': 'string'},
'demucs_vocals': {'format': 'uri',
'title': 'Demucs Vocals',
'type': 'string'},
'mdx_instrumental': {'format': 'uri',
'title': 'Mdx Instrumental',
'type': 'string'},
'mdx_other': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Mdx Other',
'type': 'array'},
'mdx_vocals': {'format': 'uri',
'title': 'Mdx Vocals',
'type': 'string'},
'sonification': {'format': 'uri',
'title': 'Sonification',
'type': 'string'},
'visualization': {'format': 'uri',
'title': 'Visualization',
'type': 'string'}},
'title': 'Output',
'type': 'object'}