Drop the SxCP prefix from this pack's node names
SxCP is the Prompt-Builder pack's brand; these are Calibrator nodes. Renamed the display names (cosmetic only — class_types unchanged, so no workflows/bridge break): 'External Prompt (Receptor)', 'Audio Prompt Guide', 'Audio Wave + Segments'; renamed the JS extension id too. Kept the genuine Prompt-Builder (SxCP) references in the docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ Audio Wave Segments node for ComfyUI.
|
||||
An audio node with its own upload that (via the JS widget in web/audio_wave.js)
|
||||
displays the waveform, plays the clip, and lets you click segment boundaries on
|
||||
the waveform and give each a note. It outputs the same waveform IMAGE + timing
|
||||
`audio_summary` as SxCP Audio Prompt Guide (feed those to the judge in chat mode),
|
||||
`audio_summary` as Audio Prompt Guide (feed those to the judge in chat mode),
|
||||
plus the AUDIO for downstream use.
|
||||
|
||||
Works without the JS too: leave `segments_json` as "[]" and it auto-splits, or type
|
||||
@@ -154,4 +154,4 @@ class AudioWaveSegments:
|
||||
|
||||
|
||||
NODE_CLASS_MAPPINGS = {"AudioWaveSegments": AudioWaveSegments}
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {"AudioWaveSegments": "SxCP Audio Wave + Segments"}
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {"AudioWaveSegments": "Audio Wave + Segments"}
|
||||
|
||||
Reference in New Issue
Block a user