You're looking at a specific version of this model. Jump to the model overview.
ryan5453 /demucs-test:2ceb97bd
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
|
The audio file to separate
|
|
| model |
None
|
auto
|
Model to use for separation
|
| format |
string
|
wav
|
Output audio format, anything supported by FFmpeg
|
| isolate_stem |
None
|
none
|
Only creates a {stem} and no_{stem} stem/file
|
| shifts |
integer
|
1
Min: 1 Max: 20 |
Number of random shifts for equivariant stabilization, more increases quality but increases processing time linearly
|
| split |
boolean
|
True
|
Split audio into chunks to save memory
|
| split_size |
integer
|
Min: 1 |
Size of each chunk in seconds, smaller values use less GPU memory but process slower
|
| split_overlap |
number
|
0.25
Max: 1 |
Overlap between split chunks, higher values improve quality at chunk boundaries
|
| clip_mode |
None
|
rescale
|
Method to prevent audio clipping in output, or None for no clipping prevention
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'additionalProperties': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'object'}