ComfyUI Node
🎵 Deep Extract V2 - Separator
A ComfyUI node in DeepExtractV2 with 16 inputs and 5 outputs.
🎵 Deep Extract V2 - Separator
- track
- drums
- bass
- other
- vocals
- derived_stem
◄outseparated►
◄devicecuda►
◄overlap0.25►
◄shifts1►
◄segment0►
◄bit_depthdefault►
◄clip_moderescale►
◄audio_formatwav►
◄mp3_bitrate320►
◄mp3_preset2►
◄jobs0►
◄splittrue►
◄other_methodadd►
◄stem—►
◄filename{track}/{stem}.{ext}►
CategoryDeepExtractV2
Inputs (16)
| Name | Type | Default | Description |
|---|---|---|---|
| track | AUDIO | Input audio track to separate | |
| out | STRING | separated | Folder where to put extracted track. This folder will be created inside the main ComfyUI directory. |
| device | COMBO | cuda | Device to use for inference |
| overlap | FLOAT | 0.250–1 | Overlap between audio chunks |
| shifts | INT | 11–20 | Number of random shifts for stabilization |
| segment | INT | 00–600 | Split size of each chunk (0 = no split) |
| bit_depth | COMBO | default | Audio output bit depth |
| clip_mode | COMBO | rescale | Clipping handling strategy |
| audio_format | COMBO | wav | Output audio file format |
| mp3_bitrate | INT | 32064–320 | Bitrate for MP3 output |
| mp3_preset | INT | 22–7 | Encoder preset (2=best, 7=fast) |
| jobs | INT | 00–32 | Number of parallel jobs |
| split | BOOLEAN | true | Split audio in chunks to save memory |
| other_method | COMBO | add | Decide how to get "no_{STEM}". "none" will not save "no_{STEM}". "add" will add all the other stems. "minus" will use the original track minus the selected stem. |
| stem | STRING | Only separate audio into {STEM} and no_{STEM}. | |
| filename | STRING | {track}/{stem}.{ext} | Set the name of output file. Use '{track}', '{stem}', '{ext}' to use variables of track name without extension, track extension,stem name and default output file extension. Default is {track}/{stem}.{ext} |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| drums | AUDIO | — |
| bass | AUDIO | — |
| other | AUDIO | — |
| vocals | AUDIO | — |
| derived_stem | AUDIO | — |