Nodes/h3-relay/H3RelayInternalSpectrum
ComfyUI Node

H3RelayInternalSpectrum

A ComfyUI node in sampling/spectrum with 26 inputs and 1 output.

By akatz-ai·Created 8 days ago·Updated 4 days ago· 9
H3RelayInternalSpectrum
  • model
  • model
enabledtrue
blend_weight0.50
degree1
ridge_lambda0.10
window_size2.00
flex_window0.75
warmup_steps1
tail_actual_steps1
max_history8
debugfalse
history_storagesystem_ram
bootstrap_first_forecasttrue
anchor_residual_feedbackfalse
selective_rollback_correctionfalse
offline_smoothing_replaytrue
audio_blend_weight0.00
offline_archive_storagesystem_ram
model_aware_modeoff
model_aware_risk_threshold0.65
model_aware_trust_shrinkagefalse
model_aware_replay_generic_correctionfalse
generic_correction_modecoordinate_rls
generic_correction_limiterhard_clip
generic_correction_limit0.40
generic_correction_attenuationno_attenuation
Categorysampling/spectrum

Inputs (26)

NameTypeDefaultDescription
modelMODEL
enabledBOOLEANtrue
blend_weightFLOAT0.500–1Direct video spectral share. Audio uses the separate audio_blend_weight setting. In ordinary single-pass H3, video forecasts can still affect later audio through joint transformer calls.
degreeINT11–16Polynomial degree. Values other than 1 disable bootstrap_first_forecast.
ridge_lambdaFLOAT0.100–10
window_sizeFLOAT2.001–16
flex_windowFLOAT0.750–8
warmup_stepsINT10–64Initial native solver steps. Values above 1 disable bootstrap_first_forecast.
tail_actual_stepsINT10–64Requested final native tail. RES enforces its three-step solver tail. ER-SDE offline replay promotes only a penultimate step that the normal schedule would forecast, preserving a future exact terminal anchor without a blanket two-step tail.
max_historyINT82–64
debugBOOLEANfalse
history_storageoptCOMBOsystem_ramStorage for the bounded causal history, capped by max_history. Offline replay uses the separate offline_archive_storage setting.
bootstrap_first_forecastoptBOOLEANtrueForecast solver step 1 from the actual step-0 feature. Requires degree=1 and warmup_steps<=1; incompatible settings disable it with a console warning.
anchor_residual_feedbackoptBOOLEANfalseExperimental video-scored actual-refresh guard; never injects a hidden residual. Disable offline_smoothing_replay before enabling this mode.
selective_rollback_correctionoptBOOLEANfalseExperimental thresholded, budgeted rollback for the reviewed deterministic Euler sampler only. Disable offline_smoothing_replay before enabling this mode.
offline_smoothing_replayoptBOOLEANtrueCompatibility-safe default and historically validated H3 audio/stutter path: capture a local-only trajectory, then apply configured blends using past and future anchors without causal video-to-audio feedback. It uses a second sampler pass and retains every actual anchor. Current controlled native ER-SDE testing favored full single-pass for one recurring temporal facial artifact; replay remains supported.
audio_blend_weightoptFLOAT0.000–1Direct audio spectral share. The default 0 prevents spectral mixing of audio rows. The default offline replay path also isolates capture from video-to-audio trajectory coupling.
offline_archive_storageoptCOMBOsystem_ramStorage for every actual anchor retained until offline replay completes. This archive is not capped by max_history. Keep system_ram for constrained GPUs; vram is an explicit speed/memory tradeoff.
model_aware_modeoptCOMBOoffExperimental model/patch-aware scheduling and confidence. 'schedule' may replace risky forecasts with actual evaluations. 'schedule_confidence' also adapts ridge regularization, usable degree, and spectral share without applying a correction. 'full' additionally applies the bounded generic latest-delta residual correction. Current controlled native ER-SDE testing prefers full single-pass among the compared model-aware quality modes. No equivalent conclusion is established for other samplers. The correction itself adds no denoiser forward.
model_aware_risk_thresholdoptFLOAT0.650–1Advanced threshold for converting a prospective forecast into an actual model evaluation. Lower values are more conservative and may spend more NFEs.
model_aware_trust_shrinkageoptBOOLEANfalseExperimental research/reproduction switch for model_aware_mode='full'. The supported default is false and current native ER-SDE perceptual A/B testing does not recommend promotion. Offline replay keeps the rejected causal-kappa transfer disabled and uses shadow-only diagnostics. No transformer evaluation is added.
model_aware_replay_generic_correctionoptBOOLEANfalseOffline replay-only legacy/ablation switch for model_aware_mode='full'. False is the supported default: do not transplant the causal PR #39 latest-delta scalar onto the different future-bracket replay direction. True explicitly restores that old replay transfer for regression/scientific reproduction. The causal PR #39 correction, validation attenuation, local/spectral blending, scheduling, and transformer NFE are unchanged.
generic_correction_modeoptCOMBOcoordinate_rlsFull-mode correction controller. coordinate_rls is the validated default from three-run hidden-space and decoded-media ER-SDE evidence. Legacy retains the exact previous EWMA path for reproduction. Regional mode remains experimental. No mode adds a transformer evaluation.
generic_correction_limiteroptCOMBOhard_clipGeneric-correction gain limiter. hard_clip with limit 0.40 is the validated full-mode default. rational with 0.25 remains the exact legacy reproduction setting.
generic_correction_limitoptFLOAT0.400.01–1Symmetric gain-limit scale. 0.40 is validated with coordinate_rls/hard_clip; use 0.25 with legacy/rational/mode_default for the previous exact baseline.
generic_correction_attenuationoptCOMBOno_attenuationFull-mode attenuation policy. no_attenuation is the validated coordinate_rls default. mode_default with legacy exactly preserves the previous correction path. This setting adds no transformer evaluation.

Outputs (1)

NameTypeDescription
modelMODEL