ComfyUI Node
H3RelayInternalSegmentSave
Immediately save one delivered H3 clip as an H.264 segment plus a safetensors resume checkpoint, exact prompt metadata, generated-audio WAV, and workflow recovery sidecars.
H3RelayInternalSegmentSave
- state
- images
- sampled_latent
- audio
- images_with_overlap
- segment
- status
Categoryconditioning/minimax/contex_loop
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| state | H3_CHAIN_STATE | Current state from H3 Chain Current Shot. | |
| images | IMAGE | Delivered images AFTER MiniMax H3 Contex Loop Trim. The frame count must exactly match this scene's planned delivered length. | |
| sampled_latent | LATENT | Raw sampler output for the current scene, before VAE decoding. Its compact AV streams are saved for checkpoint resume and audio context. | |
| audioopt | AUDIO | Delivered decoded audio AFTER MiniMax H3 Contex Loop Trim with match_tail enabled. Connect it in every audio mode to preserve H3's generated sound as WAV sidecars. Required for generated_audio and synchronized review. | |
| images_with_overlapopt | IMAGE | Blend-ready output from Loop Trim. Required only when Plan video_blend_frames is above 0. It contains the retained repeated head followed by the normal delivered frames and is saved as a separate disk-backed assembly artifact. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| segment | H3_CHAIN_SEGMENT | Persisted scene record for Review Gate and Loop End. |
| status | STRING | Saved scene number, video/checkpoint paths, frame count, and duration. |