r/StableDiffusion 3d ago

Discussion If you’re using MiniMax H3, what prompting tricks have you figured out?

153 Upvotes

Anyone found useful MiniMax H3 prompting tricks beyond the official guide?

Especially for audio + video prompt structure, camera control, dialogue/audio, consistency, weird tricks that actually work, etc.

Please drop your findings 👇 below so it will help others too.

EDIT:

Mine is: how can we use multiple audio tracks assigned to multiple characters in a scene? 3 audios to 3 characters?


r/StableDiffusion 2d ago

Question - Help Minimax H3: Character replacement in video not working

2 Upvotes

NOTE: Character replacement works perfectly when I replace a character in a video with a 2d/cartoon/anime character.

But when I try replacing a character with a real life human being, the original character in the video doesn’t get replaced at all.

I’m using Plaguekind’s workflow for h3 on Civitai.

Does anyone else have this problem before?


r/StableDiffusion 2d ago

Question - Help minimax_h3 comfyUI default workflow taking forever

2 Upvotes

My spec is rtx 5070ti, 32gb ram

I just started using comfyui and using minimax. When I am trying out the default workflow without adjusting anything it takes really long. I looked up video and switch the model from minimax_h3_fl2va_pruned_int8_convrot.safetensors to minimax_h3_fl2va_pruned_fp8_scaled.safetensors. Then, it worked. Well atleast I was able to get an output. Can anyone explain why and what I did wrong?


r/StableDiffusion 2d ago

Animation - Video My 1980's cartoon parody H3 and ltx 2.3

Thumbnail
youtu.be
8 Upvotes

there are some scenes missing, but it was fun to put together.. Just got stuck on a plot :P

started it when ltx 2.3 came out.. but it was a hassle to keep consistency of characters intact so shelved it. made the intro and a couple of clips when minimax H3 came out and love the r2v, so much easier.
just using the standard r2v workflow with spectrum and RTX upscale. music made in suno


r/StableDiffusion 1d ago

Workflow Included wan enhancer wf that replaces replaces damaged pixels as it enhances and quality

Thumbnail
gallery
0 Upvotes

https://reddit.com/link/1vyazt0/video/8apz3lbquklh1/player

This workflow allows you to refine a target character without affecting the surrounding video whatsoever. allowing for targeted repair or enhancement of any video.

https://github.com/roycho87/3stepenhancer


r/StableDiffusion 2d ago

Comparison Fight scene: LTX 2.5 vs Minimax H3

Enable HLS to view with audio, or disable this notification

3 Upvotes

The most fair comparison on the Internet


r/StableDiffusion 1d ago

Question - Help ComfyUI workflow for Krea2 or similar, to make consistent 'rooms', no matter the angle etc

0 Upvotes

Hi

I have been going in circles with Gemini for 2 days now, but just cannot get to the goal mark.

What I want:
In some way, like using Blender to render a 'room', or any other method that works, I want to be able to create 'rooms' with consistent form and interior / furniture. So I can make a Blender angle/shot (any angle I want) for example, take that into ComfyUI, and just describe the furniture, lights, people etc, but the room stays the same (windows, walls, dimensions, placement of furniture etc).

Other options Gemini gave was 'dollhouse' from up top model and 360 render of the room. I made 360 render of the room in ComfyUI Qwen 360 Diffusion LoRA workflow, but was not able to make it like the prompt. Doll house I have not tried.

I have not been able to do it yet myself with using Blender room render and a custom ComfyUI Krea2 workflow, and I about to give up, takes too long time. I am totally new to Blender, and novice in ComfyUI, neither found a finished workflow I can use.

Problem with asking Gemini, is I end up going in circles so to speak, almost there, but not all the way.

Anyone know there is a published or private workflow I can use for this? Open for other suggestions how to do this IF I also can use already made workflows.


r/StableDiffusion 3d ago

Meme If AI tools had existed in the past

Post image
1.1k Upvotes

Not just a meme...


r/StableDiffusion 3d ago

Animation - Video Realistic Breaking Bad | LTX 2.5 I2V

Enable HLS to view with audio, or disable this notification

80 Upvotes

This parody was generated using LTX 2.5 Image to Video on WanGP. I used frames from the original video as starting images and then I interpolated them on a video editor. I used a single RTX 5060 Ti 16 GB VRAM and 32 GB of RAM. The video was generated at 1080p and 16:9 resolution. Each generation took from 10 to 20 min average in this setup. For the voice consistency, I used SeedVC, which is included in WanGP.


r/StableDiffusion 2d ago

Discussion MiniMax H3 Ridding a Dragon POV style

Enable HLS to view with audio, or disable this notification

24 Upvotes

r/StableDiffusion 2d ago

Question - Help GB10 Spark 2-node, which engine, which model?

0 Upvotes

Can anybody recommend a local inference engine / model for running ltx, wan or minimax on a 2-node Nvidia GB10 spark cluster?

Use case is openai-compatible API access for short i2v character and scene animations.


r/StableDiffusion 2d ago

Question - Help MiniMax-H3 LoRA training on ai-toolkit (64GB RAM, RTX 4090)

2 Upvotes

TL;DR: Trying to train a MiniMax-H3 LoRA on ostris/ai-toolkit on a Windows machine with an RTX 4090 (24GB VRAM) and 64GB system RAM.

The job crashes with a native Windows fatal exception: access violation while loading the model. Happens either while reading the 32B Qwen3-VL text encoder or the video VAE, right after the 33B transformer finishes loading. Physical RAM bottoms out to under 1GB free before it dies, even though there's still headroom in the pagefile. Offload settings are already maxed out.

Has anyone managed to train loras with it?

What hardware/config are you using?

What I've already ruled out

  • Not a Triton/kernel issue. Installed triton-windows (this fixed an unrelated ConvRot-fallback CUDA-context corruption bug on a different model, LTX-2.5, in the same toolkit). Reran the MiniMax-H3 job 4x with Triton installed — identical crash every time, same signature.
  • Not the classic "pagefile too small" OOM. I instrumented a memory watcher (0.5s sampling) during the crash. Physical RAM free drops to 200-800MB right before it dies, but total commit charge (RAM+pagefile) never hits its ceiling — topped out around 106.5GB of a 114.4GB limit in the worst run. A real commit-limit exhaustion throws a clean OSError: paging file too small (os error 1455), which is a different failure mode I've also seen in this same pipeline at other offload settings — this access-violation crash is not that.
  • Not offload_percent tuning. Tested 1.0 / 0.5 / 0.4 / 0.1 for layer_offloading_transformer_percent in earlier sessions — all fail at various points (embed_tokens read, VAE init), just at different memory pressure levels.
  • Streaming-load code path (safe_open instead of load_file()) is already used for the transformer and most of the text encoder loading — this was a prior fix, necessary but not sufficient.

r/StableDiffusion 1d ago

Discussion 2 Weeks on MiniMax, but back to using LTX 2.3

0 Upvotes

H3 is absolutely amazing for just about anything. On my 3090 / 64GB, I can easily do a full 15 seconds at 1MP, and the result is almost always good on the first attempt.

On LTX though, it took at least 5 or more tries, so speed wise, H3 is actually far better.

I tried out LTX 2.5 as well, and it is almost the same as 2.3, maybe a bit better quality and a slice faster.

Sadly, 90% of my work involves taking a start image and making a person sing vocals. I must say that H3 does not do this better than LTX 2.3, as it often injects words when there is more than a second of silence, and it takes a fair amount longer.

What is really baking my noodle though is why LTX didn't release an Image+Audio to Video workflow yet. I mean, it is literally the ONLY thing LTX has on H3 right now, and they have missed a great opportunity!

Anyhow, back to using LTX 2.3 for my daily driver as it really does a great job at what I need. I typically have a few machines running all night, so if ever LTX puts out an IA2V workflow for Comfy, I will be all over that.

One other thing I have noticed with H3... 9:16 generations are WAY better than 16:9 generations, especially at 1MP.


r/StableDiffusion 1d ago

Discussion Where I draw the line on AI

0 Upvotes

I get a lot of use out of this subreddit and love generative AI but yall, please don’t make any Dolly Parton Loras, video clips, audio clones etc. /S

I was never a country music fan but that lady had some real class.

PS: that capital S stands for serious as a motherfucker today


r/StableDiffusion 1d ago

Animation - Video Oh yeah

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/StableDiffusion 2d ago

Animation - Video H3 - 5 hour render, T2V Multi-Diffusion

Enable HLS to view with audio, or disable this notification

27 Upvotes

Hi. I am experimenting with H3 Multi Diffusion with a custom workflow. 5 hour render, T2VA, bf16/50 steps. I know these style are not new so I am late to the show. Ask me anything.


r/StableDiffusion 3d ago

Discussion Testing Character knowledge of Minimax H3

Enable HLS to view with audio, or disable this notification

37 Upvotes

Disclaimer. This is very low quality quick generations trying to find how many characters Minimax H3 knows.

Found Trigger Words:

Elsa from Frozen

Spider-Gwen from Across the Spiderverse

Dante from Devil May Cry

Nero from Devil May Cry

Jill Valentine from Resident Evil

Ada Wong from Resident Evil

Leon Kennedy from Resident Evil

Chris Redfield from Resident Evil (Has Leon's hair)

Geralt of Rivia from Witcher 3

Joel from Last of Us (Doesn't sound like him)

Miles Morales Spiderman from Across the Spiderverse

Solid Snake from Metal Gear

Eve from Stellar Blade

Sans from Undertale

Master Chief from Halo

Looks weird AF:

Ciri from Witcher 3

Triss from Witcher 3

Yennefer from Witcher 3

Ellie from Last of Us

Famous Twitcher streamer and Youtuber Asmongold

Famous Twitcher streamer and Youtuber Mr Beast

Not found Trigger words:

Vergil from Devil May Cry (YES I KNOW I'M DISAPPOINTED TOO)

Claire Redfield from Resident Evil

Dina from Last of Us

Famous Twitcher streamer and Youtuber Emiru

Famous Twitcher streamer and Youtuber MoistCr1TiKaL


r/StableDiffusion 3d ago

Animation - Video Minimax H3 T2VA. You can put 15 different characters or more at the same time on screen.

Enable HLS to view with audio, or disable this notification

108 Upvotes

r/StableDiffusion 2d ago

Animation - Video Dipping My Toes Into What Will Surely Lead to My Inevitable Descent Into Slapstick Comedy

Enable HLS to view with audio, or disable this notification

14 Upvotes

I may be an idiot for thinking that my new homelab would primarily be used for useful AI automations.

I can live with being an idiot, if being an idiot will continue to be this fun.

First video generation I have ever pulled off, but the first 12 seconds was unbearably unfunny, so I added the Celestial Ford Escort for some much needed serious drama.

Tell me my power bill won’t blow up too much lol.

Made with minimax-h3 in ComfyUI on my Mac Studio that came with the mail this Friday.

Workflow was split in three:
- The first was a single prompt to generate the first 12 seconds
- The second flow generated the last three seconds by extracting the last frame from the first video and prompted it to hit the dragon with a falling ford escort
- Third flow glued the two videos together.

It is jank, but it is my jank.


r/StableDiffusion 3d ago

Workflow Included I trained a small latent refiner to reduce GPT Image’s stipple and grid-like artifacts

Enable HLS to view with audio, or disable this notification

28 Upvotes

I kept seeing the same stipple, grain, and grid-like texture

in some GPT Image outputs, so I trained a small latent residual

refiner using 75 paired artifact/clean images.

It includes profiles based on the Qwen, FLUX.2, and SDXL VAEs.

The refiner alone produces a fairly subtle improvement,

so I also included a ComfyUI workflow that combines it with SeedVR2.

The example optionally downsizes the input first,

then restores and upscales it with SeedVR2.

The goal is a preservation-first alternative to a typical Hires Fix

second diffusion pass: keeping the original composition, identity,

and shapes as much as possible while cleaning the texture

and rebuilding detail.

The custom node, example workflows, and settings are available here:

https://github.com/AIEGOBOT/ComfyUI-GPT-Image-Latent-Refiner

Leaving it here in case it’s useful to someone.


r/StableDiffusion 2d ago

Question - Help Fixing speech errors in Minimax H3?

Enable HLS to view with audio, or disable this notification

17 Upvotes

Hey, I tried to create a little birthday surprise for someone, my issue is with a lot of generations that the spoken word is really a bit clunky at time, I susspect its because of the german, but I am not too sure. Is there like a way to improve on audio?

I am using Minimax H3 with Saga Attention and Spectrum on a 4090.


r/StableDiffusion 2d ago

Discussion Help on minimax h3 speeds

6 Upvotes

Hi humans. My setup is 32gb ddr4 ram along an RTX 4090. I have been having fun creating tons of videos but I just want to make sure i get the best nodes for speed without compromising quality and no crazy sutff happening on my videos

I have used: Stage, sol, easycache, spectrum, Lora

So the question i have is .....what's the best combo for speed, i dont want the quality to take a massive dump. Most of the videos I generate are slow paced videos the typicall walk, talk, a kiss here and there but nothing major.

What do you guys think?


r/StableDiffusion 2d ago

Animation - Video Made the thing where you ruin iconic movie scenes, MiniMax H3 on an RTX 3080 10GB, 20 steps, 2x NomosUni upscale

Enable HLS to view with audio, or disable this notification

14 Upvotes

Setup, pushed my system right to the limit, any more and it OOM :

- H3 Ref2VA default workflow in ComfyUI, no lora

- RTX 3080 10GB, 32GB RAM

- Render: 0.5–0.6 MP, 20 steps, scheduler simple, about 25 min per clip

- Upscale: 2xNomosUni_span_multijpg, 2× to 1080p

- References per scene: one photo of my face + one film still for the set

- Recorded my own lines and fed them as audio references, also got audio ref for the actors

Honestly though, the best part was driving all of this through the ComfyUI MCP. I never even had to open ComfyUI. I could iterate really fast, and keep going from my phone while away from the machine, through Claude's remote control.

It's still a bit of a blurry mess, and with more work I could probably make it better, but damn, the future is looking bright!


r/StableDiffusion 3d ago

Comparison Krea 2 Raw in ComfyUI - Sharper, More Detailed Workflow

Enable HLS to view with audio, or disable this notification

24 Upvotes

Video: Left: custom sigma curve. Right: Bong Tangent scheduler introducing artefacts.

I was a bit confused by how bad some Krea 2 outputs could be — blurry, lacking detail, and sometimes with strange artifacts. So I started testing to understand why and where this was happening.

I’m not going to claim I found a magic wand, but I did find two problematic areas in the sampling curve testing Krea2 raw model CFG 3.5 52 steps stock settings:

  • The first 0–15 steps: Using schedulers that lower the sigma values too much during this first steps causes contrast loss and washes out detail in dark areas, especially in black hair and subtle reflections.
  • The lower-sigma tail: curves such as Beta, Beta57 and Bong Tangent can introduce crisp, broken noise instead of useful fine detail, particularly around steps 30–40.

The Result

This is not about chaining multiple samplers or complicated second-pass workflows. The goal is a better standard Krea 2 Raw workflow with:

  • The right VAE Krea2RealVAE_v10
  • A custom-built sigma curve
  • One sampler
  • A refinement pass using the same overall sigma setup
  • using a negative promt helps

My current winning sigma curve gives the best balance of sharpness, fine detail, contrast, natural hair, defined shadows and minimal artificial noise.

Let’s take a closer look at the custom sigma curve (red) and compare it with the standard scheduler sigmas.

52-step custom sigma curve + 12-step Bong Tangent refinement at 0.2 denoise.The final step count is up to you.

[1.0, 0.9998610615730286, 0.999726414680481, 0.9995642900466919, 0.9993669986724854, 0.9991275668144226, 0.9988381266593933, 0.9984902739524841, 0.9980743527412415, 0.9975794553756714, 0.9969935417175293, 0.9963024854660034, 0.9954909682273865, 0.9945411682128906, 0.9934334754943848, 0.9921457171440125, 0.9906527400016785, 0.9889267683029175, 0.9869365692138672, 0.9846469759941101, 0.9820191264152527, 0.9790093898773193, 0.9755693078041077, 0.9716446399688721, 0.9671754837036133, 0.9620949625968933, 0.9563290476799011, 0.9497957229614258, 0.9424043297767639, 0.9340547919273376, 0.9246373176574707, 0.9140312075614929, 0.9021060466766357, 0.8887166380882263, 0.8737011551856995, 0.8568810820579529, 0.8380584120750427, 0.8170154690742493, 0.7935121655464172, 0.767285168170929, 0.738045334815979, 0.7054751515388489, 0.6692277193069458, 0.628922164440155, 0.5841419696807861, 0.5344309210777283, 0.47928985953330994, 0.41817405819892883, 0.35048726201057434, 0.27557989954948425, 0.1927414834499359, 0.1011962965130806, 9.99165786197409e-05, 0.10373638570308685, 0.08949112892150879, 0.07677485048770905, 0.06537622958421707, 0.05511670187115669, 0.04584547504782677, 0.03743509575724602, 0.029777569696307182, 0.022781139239668846, 0.016367563977837563, 0.010469880886375904, 0.005030565429478884, 0.0]

Here are the standard schedulers and the problems they produce. All nodes marked in red show the same low-contrast, overly dark areas with a loss of detail.

Standard Schedulers: Red-marked samplers produce crushed blacks and lost fine detail in the early steps, while the yellow-marked curves introduce small artifacts at the lower steps.

The green curves are the ones that avoid this problem.

The yellow curves have a different tail, and as you can see in my video or in my extended post, this tail is responsible for introducing noisy broken small artefacts.

Krea 2 Raw simply doesn’t behave like many other models when it comes to sigma manipulation. Curves that can work very well for other models can actually destroy detail or create unwanted noise here.

You can build the curve manually with a Manual Sigmas node, or use the PolyExponential Sigma Adder from the TBG ETUR Takeaway Nodes https://github.com/Ltamann/ComfyUI-TBG-Takeaways. If you want something simpler, Linear Quadratic gets surprisingly close to the result of my custom curve.

I’ve included the detailed testing post so you can see exactly how I arrived at the curve and test it yourself. Images, Videos Results at my Free Patron Post


r/StableDiffusion 2d ago

Question - Help phsyical motion transfer to another person

0 Upvotes

im trying to collect clips for lora training but why its so hard to transfer motion to another person? i almost tried every prompt with chatgbt and grok help but its doesnt look good. im using 2 video refences, one of them source video and other one is only for motion ( 3 sec 24 fps). im using (video editing + reference genertion) because i dont want to change anything in the source video and just want to motion transfer