⭐ Star Video Sound Enricher Option
The same sound fix, as a settings bundle — for when you don't want extra wires
- sound_settings
⭐ Star Video Sound Enricher Option is the answer to a very specific question: "I want the sound-enricher fix, but I'm already using the Star LTXV All-in-One node and I don't want a whole extra audio subgraph cluttering my workflow."
The standalone ⭐ Star Video Sound Enricher processes audio directly - audio in, audio out. This one doesn't touch audio at all. It exposes the exact same preset dropdown and the exact same custom knobs, then packages them into a SOUND_SETTINGS bundle and hands that bundle to another node. Specifically the Star LTXV 2.5 All-in-One, which accepts it and applies the same filter chain to its own audio output internally. Zero extra wires, zero double-processing.
When to use which
The decision is genuinely binary:
- Your audio comes out of the LTXV 2.5 All-in-One node → use the Option node. Plug its
sound_settingsoutput into the all-in-one's settings input and the soundtrack comes out cleaned and enriched as part of the same run. - Your audio comes from anywhere else (a loaded video, another model, a file) → use the standalone Enricher, which takes an
AUDIOinput and returns anAUDIOoutput.
The inputs
Same as the standalone version, minus the audio input. preset is the main decision: Cinematic Warm (default), Smooth & Soft, Voice Clarity, Deep Bass Boost, or Custom. In Custom mode the knobs come alive - harsh_freq/harsh_cut, high_cut_freq/high_cut_db, bass_freq/bass_boost, warmth, drive - plus intensity (dry/wet, applies to every preset) and normalize (peak-normalize to -1 dBFS). Everything is documented in the tooltips, and they're identical to the standalone node, so whatever you learned there transfers.
The single output is sound_settings, a small bundle holding the preset name, the resolved parameters, intensity, and the normalize flag.
Installing it
ComfyUI Manager, search Starnodes, install, restart. Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/Starnodes2024/ComfyUI_StarNodes
cd ComfyUI_StarNodes
pip install -r requirements.txt
It's under ⭐StarNodes/Video, right next to its sibling.
The honest take
This is a niche node with a narrow job: it exists so one particular all-in-one node can sound better without adding nodes. If you're not using the Star LTXV All-in-One, you probably don't want this - you want the standalone Enricher, which does the same filtering with an actual audio input and output. But if you've already committed to the all-in-one pipeline, this is the cleanest way to get a better soundtrack, and "clean" is the whole point of the all-in-one philosophy.
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| preset | COMBO | Cinematic Warm | Tuned filter chains. 'Custom' uses the knobs below. |
| harsh_freqopt | INT | 35001000–10000 | Custom: center of the de-harsh cut (the scratchy region, typically 2.5-5 kHz). |
| harsh_cutopt | FLOAT | 5.50–12 | Custom: how much to cut at harsh_freq, in dB. |
| high_cut_freqopt | INT | 90004000–20000 | Custom: high-shelf corner - everything above gets tamed. Clamped below Nyquist of the input automatically. |
| high_cut_dbopt | FLOAT | 9.00–18 | Custom: high-shelf cut amount, in dB. |
| bass_freqopt | INT | 11040–300 | Custom: low-shelf corner for the deep-bass boost. |
| bass_boostopt | FLOAT | 6.00–12 | Custom: bass boost amount, in dB. |
| warmthopt | FLOAT | 2.5-6–6 | Custom: low-mid bell at 300 Hz, in dB. Positive = warmer, negative = thinner. |
| driveopt | FLOAT | 0.250–1 | Custom: gentle tube-style saturation - adds harmonics for a richer sound. 0 = off. |
| intensityopt | FLOAT | 1.000–1 | Dry/wet mix of the whole effect. 100% = fully processed, 0% = original sound. Applies to every preset too. |
| normalizeopt | BOOLEAN | true | Peak-normalize the result to -1 dBFS for a consistent, clipping-free output level. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| sound_settings | SOUND_SETTINGS | — |