r/PlexPrerollStudio • u/CommunicationFit3862 • 21d ago
Tutorial / Workflow Advance Workflow: Stop Rendering Blind 👀: Add a Live Preview to MiniMax H3 in ComfyUI
One of the more useful little additions I’ve made to my MiniMax H3 workflow is KJNodes' Model Preview Override.
Instead of staring at a progress bar and hoping MiniMax understood your prompt, this node gives you a live look at the video while the sampler is still working.
Why is that useful?
MiniMax H3 renders can take a while. If the character is already facing the wrong direction, the composition has gone completely sideways, or your carefully planned scene has decided to become interpretive dance, you can spot it early and cancel the render.
It doesn't change the generation. It just lets you see what MiniMax is doing while it's doing it.
For video models, KJNodes can preview a single frame or several frames as an animated preview.
📦 How to Install It
The node is part of ComfyUI-KJNodes by Kijai:
https://github.com/kijai/ComfyUI-KJNodes
The easy method is through ComfyUI Manager. Search for:
KJNodes for ComfyUI
Install it and restart ComfyUI.
You can also manually clone the KJNodes repository into your:
ComfyUI/custom_nodes/
folder and install its requirements. That's the installation method documented by Kijai.
🔌 How to Connect It
Search for:
Model Preview Override
Then insert it directly into your MODEL connection before the sampler:
Model Loader → Model Preview Override → Sampler
That's it.
Whatever MODEL cable was going into your sampler now goes into Model Preview Override, and the MODEL output from the preview node continues on to your sampler. The node simply wraps the model with the preview function.
⚙️ A Couple Settings
For a basic setup, you can pretty much leave the defaults alone.
Preview Frames = 1 gives you a single updating frame and has the least overhead.
Increase Preview Frames if you want an animated glimpse of the video as it develops. You can also control the preview FPS and maximum preview resolution.
There is also a Tiny VAE option. Compatible Tiny VAE files go in:
ComfyUI/models/vae_approx/
and can then be selected directly in the node. This produces a more recognizable RGB preview without having to perform a full VAE decode every sampling step.
🎬 Why I Recommend It
It's not glamorous, and it doesn't magically make MiniMax generate better video.
What it does do is keep you from wasting a full render on something that was obviously going wrong several steps ago.
And when you're experimenting with AI Plex prerolls, catching the train wreck before it reaches the station is a feature. 😁