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.

By yvann-ba·Created 2 years ago·Updated 6 months ago· 705
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)

NameTypeDefaultDescription
audio_sep_modelAUDIO_SEPARATION_MODELLoaded model from Load Audio Separation Model node
audioAUDIOInput audio file to remix
drums_volumeFLOAT0.0-10–10Drums volume adjustment (-10=mute, 0=original, 10=boost)
vocals_volumeFLOAT0.0-10–10Vocals volume adjustment (-10=mute, 0=original, 10=boost)
bass_volumeFLOAT0.0-10–10Bass volume adjustment (-10=mute, 0=original, 10=boost)
others_volumeFLOAT0.0-10–10Other instruments volume (-10=mute, 0=original, 10=boost)

Outputs (1)

NameTypeDescription
merged_audioAUDIO