Hurrah, success with Minimax text-to-video on my RTX 3060 card! I can now generate video to Minimax’s 1.0 resolution. The sweet spot seems to be 12 minutes to get a seven second video at 0.9 resolution.
Windows 11, RTX 3060 12Gb with just 24Gb DDR3 system RAM (most people run 32Gb of DDR4). It’s amazing I can do large coherent videos on this, in a few minutes, on an old server. How far we’ve come since the days when Stable Diffusion 1.5 was mostly gloopy mis-fires at 512px, and took ages.
Minimax’s prompt adherence is now much better, now I’ve moved on from using a supercrushed Q2 GGUF for the prompt-processing. Next step is to see how well it works in combination with Poser / natural media emulation. But for now, a full setup tutorial.
TUTORIAL:
Here’s how to do it on this humble entry-level card, with the latest software, file-types and turbo boosters. The workflow is linked at the bottom of the post. All free, as is the way with generative AI.
First, install a new ComfyUI Portable, then use the Manager to update ComfyUI to the latest 0.32.x or higher (needed!). If the ComfyUI console throws a polars error from Python when starting up, then also pip install polars-lts-cpu (it’s polars for older CPUs, which lack the latest whizz-bang multimedia processing extensions).
Second, clear 40Gb of space on the SSD for the files you need, and also leave plenty of headroom for the Windows swap-file etc. I have my swap-file capped at 24Gb to match the system RAM.
Models: At HF get minimax_h3_fl2va_pruned-w4a8_convrot_pruned.safetensors (11.6Gb) and minimax_h3_ref2va_pruned-w4a8_convrot_pruned.safetensors (11.6Gb). The first does text-to-video and first frame or first frame/last frame. The second takes character / environment reference images (e.g. Poser character renders), and combines the character(s) and scenes into the video, if you have the prompting done correctly. Correct prompting is everything with Minimax H3. Put the files in ..\ComfyUI\models\diffusion_models\
Clip: At HF get qwen3vl_32b_minimax_h3-w4a8_convrot.safetensors (14.6Gb). Put the file in ..\models\text_encoders\
The above are Winnougan’s highly efficient ‘pruned’ blends of the FP4 and Int8 format, suitable for the 3060 12Gb card and matched with the very latest ComfyUI features.
VAE video: At HF get Kijai’s minimax_h3_video_vae_int8_convrot.safetensors (3.7Gb). This decodes the video frames into a video, and is far faster than the original. Place the file in ..\ComfyUI\models\vae\
VAE audio: At HF get minimax_h3_audio_vae_fp32.safetensors (577Mb). This is the standard from ComfyUI, and works so quickly it’s not worth speeding up. Place the file in ..\ComfyUI\models\vae\
Turbo LoRA: At HF get Abiray’s minimax_h3_turbo_4step_ckpt600_V4.safetensors turbo LoRA (590Mb) and place it in ..\ComfyUI\models\loras\
Having ComfyUI at version 0.32.0 or higher allows you to run the turbo video VAE and also to pair the turbo LoRA with their new ‘Sage Attention replacement’ speed-up called Comfy Kitchen Attention. Simply add their new ModelAttentionBackend node between the model and the LoRA, and toggle it to use ‘Kitchen Attention’. That’s it, though note it’s best for lower-end cards and that 50-series cards may not see much difference. I think I’m getting a 20-30% speed-up from it.
With this setup I get good results at 5 steps with the turbo LoRA at 1.2, Euler / beta. Image quality is still slightly crispy and granulated, but better than smushed and gloopy. The crispiness could be because I’m over-forcing the turbo LoRA, of course.
7 mins = 7 seconds, at 0.6 (1056 x 608px).
12 mins = 7 seconds, at 0.9 (1280 x 736px).
18 mins = 8 seconds, at 1.0 (1376 x 768px) (the model’s native trained resolution) and using 6 steps.
All 24fps at 16:9 widescreen ratio. 0.9 seems the sweet spot for me re: the balance of time / quality / size. That’s the video which heads this tutorial.
Workflow as a .JSON file for ComfyUI: MiniMax_H3_RTX3060-12Gb-workflow.ZIP (225Kb).













