ComfyUI Node
Audio Remixer
Modifies input audio by adjusting the intensity of drums, bass, vocals, or other audio elements. Requires audio_sep_model from Load Audio Separation Model and an audio input file. Use the volume parameters (drums_volume, vocals_volume, bass_volume, others_volume) to adjust each component's intensity. Values range from -10.0 (mute) to 10.0 (boost), with 0.0 being the original volume. The output merged_audio is the composition of all separated tracks with the applied volume modifications mixed together.
Audio Remixer
- audio_sep_model
- audio
- merged_audio
◄drums_volume0.0►
◄vocals_volume0.0►
◄bass_volume0.0►
◄others_volume0.0►
Category👁️ Yvann Nodes/🔊 Audio
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| audio_sep_model | AUDIO_SEPARATION_MODEL | Loaded model from Load Audio Separation Model node | |
| audio | AUDIO | Input audio file to remix | |
| drums_volume | FLOAT | 0.0-10–10 | Drums volume adjustment (-10=mute, 0=original, 10=boost) |
| vocals_volume | FLOAT | 0.0-10–10 | Vocals volume adjustment (-10=mute, 0=original, 10=boost) |
| bass_volume | FLOAT | 0.0-10–10 | Bass volume adjustment (-10=mute, 0=original, 10=boost) |
| others_volume | FLOAT | 0.0-10–10 | Other instruments volume (-10=mute, 0=original, 10=boost) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| merged_audio | AUDIO | — |