Fix H3 Continuum node mapping - #3257
ukr8b3g-cmyk wants to merge 2 commits into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe H3 Continuum mappings were reduced to current node identifiers. ChangesH3 Continuum node mapping
Suggested reviewers: Severity of issue fixed: Medium ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
|
Both mapping files now contain the same seven public nodes, including H3ContinuumSecondPassV35. Please review the latest diff. Thank you! |
|
Rechecked against the current public state on 2026-09-15.
Please merge or apply this PR so both Manager mappings contain only the same seven public node IDs listed here. Thank you. |
Fixes #3256.
The H3 Continuum entry in
extension-node-map.jsonandnode_db/new/extension-node-map.jsonstill lists historical/internal/test-only node IDs, includingVAEDecodeAudio, which creates a false conflict with ComfyUI Core.This PR limits the mapping to the current V3.8 public surface exported by H3 Continuum:
H3ContinuumSamplerV38H3ContinuumReferenceAudiosH3ContinuumAssembleSeamV35H3EasyLoadImageH3EasyLoadAudioH3ContinuumLoadVideoH3ContinuumSecondPassV35Validation performed on the branch:
git diff --checkpassesVAEDecodeAudiois absent from the H3 Continuum mappingNo runtime code or unrelated node mappings are changed.