Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-MiniMax-Creator > MiniMax H3 Still Latent

ComfyUI Node: MiniMax H3 Still Latent

Class Name

MiniMaxH3StillLatent

Category
MiniMax/internal
Author
roadmaus (Account age: 2726days)
Extension
ComfyUI-MiniMax-Creator
Latest Updated
2026-08-13
Github Stars
0.02K

How to Install ComfyUI-MiniMax-Creator

Install this extension via the ComfyUI Manager by searching for ComfyUI-MiniMax-Creator
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-MiniMax-Creator in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

MiniMax H3 Still Latent Description

Extracts single temporal frame from H3 latent for isolated image manipulation in video sequences.

MiniMax H3 Still Latent:

The MiniMaxH3StillLatent node is designed to extract a single temporal frame from a sampled H3 latent, transforming it into a single-image latent. This node is particularly useful for AI artists who want to work with individual frames from a video latent sequence, allowing them to isolate and manipulate a specific frame as a standalone image. The node operates by taking a video latent, which is a complex data structure containing multiple frames, and selecting one frame based on the specified index. This process is crucial for tasks that require detailed analysis or modification of individual frames within a video sequence, providing a bridge between video and image processing within the MiniMax H3 framework.

MiniMax H3 Still Latent Input Parameters:

samples

The samples parameter is the input latent data that contains the video frames. This parameter is crucial as it provides the node with the necessary data to extract a single frame. The latent data is typically a NestedTensor pair, which includes both video and audio components, but this node focuses on the video part. The samples parameter does not have a default value as it depends on the output of previous nodes in the workflow.

index

The index parameter determines which frame from the video latent sequence will be extracted and converted into a single-image latent. The index is an integer value, with a default of 0, which corresponds to the first frame in the sequence. The parameter accepts values ranging from -4096 to 4096, allowing for both forward and backward indexing. Negative values count from the end of the sequence, with -1 representing the last frame. This flexibility is essential for selecting specific frames based on the user's needs.

MiniMax H3 Still Latent Output Parameters:

samples

The samples output parameter provides the extracted single-image latent. This output is a simplified version of the input video latent, containing only the selected frame. The resulting latent is a contiguous tensor, ensuring that it is efficiently managed in memory and ready for further processing or analysis. This output is crucial for workflows that require individual frame manipulation or analysis, enabling seamless integration with other image processing nodes.

MiniMax H3 Still Latent Usage Tips:

  • To extract the first frame of a video latent, use the default index value of 0. This is particularly useful when you want to analyze or modify the initial frame of a sequence.
  • Utilize negative index values to easily access frames from the end of the sequence. For example, an index of -1 will give you the last frame, which can be useful for end-of-sequence analysis or effects.

MiniMax H3 Still Latent Common Errors and Solutions:

This is not a video latent — it has {video.ndim} dimensions, and an H3 latent has five [B, 24, T, H/16, W/16].

  • Explanation: This error occurs when the input samples do not conform to the expected video latent format, which should have five dimensions.
  • Solution: Ensure that the input samples are derived from a compatible video latent node and have the correct dimensionality before passing them to this node.

Latent frame {index} does not exist: this clip packs into {total} latent frames (0..{total - 1}).

  • Explanation: This error indicates that the specified index is out of bounds for the available frames in the video latent.
  • Solution: Verify the total number of frames in the input samples and adjust the index parameter to fall within the valid range of 0 to total-1, or use negative indexing appropriately.

MiniMax H3 Still Latent Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-MiniMax-Creator
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

MiniMax H3 Still Latent