ComfyUI Nodes Fix MiniMax H3 Latent Saving & Enable Two-Pass Workflows

Neat-Philosopher-867 · reddit · 2026-08-24

The core SaveLatent node in ComfyUI crashes on models like MiniMax H3 that co-generate video and audio in a single nested latent, throwing an AttributeError: 'NestedTensor' object has no attribute 'contiguous'. To fix this, the author released a two-node pack:

Use Case: Two-Pass Seed Hunting

This method ensures the refined result maintains the exact composition of the selected preview, avoiding reliance on --cache-lru, re-sampling, or GPU non-determinism, and surviving ComfyUI restarts. Benchmarks on an RTX 4060 Ti 16 GB show a 0.5 MP preview takes 300s, while the refine pass renders 1920x1088 in 1600s with the chosen composition. The project is MIT licensed with no extra dependencies.

Original post →

More from coding & agent

coding & agent channel →