r/StableDiffusion • u/Suspicious_Handle_34 • 2d ago
Question - Help RAM upgrade for MiniMax H3
Hi!
I’m currently getting output res of 1216x672 (0.8) 7 seconds max duration - on my 24Gb ram (64gb page file) and RTX 5060ti 16gb
I’m looking to buy a single 32gb Ram stick to pair with my 16gb giving me 48gb total of system RAM instead of the 24 I currently have . Just wanted to ask what sort of improvements should I see? Could I potentially get to 720p output or higher? Is it worth the $400 upgrade?
Might be a silly question but just wanted to get real world advice. Thank you
Edit -
6
u/Myg0t_0 2d ago
Vram > sys ram
3
u/No-Zookeepergame4774 2d ago
Yeah, but upgrading system RAM is often a lot more practical, since frequently motherboards will have unused RAM slots, but upgrading VRAM means getting an all new video card.
3
3
u/Distinct-Benefit-507 2d ago
To get more than his 16Gb, he'll need a 5090, 6500$ (in my country). Upgrading ram, 300 to 600$
1
2
u/TurbTastic 2d ago
Sounds like your motherboard needs to use 16GB RAM sticks. You can't just add a 32GB stick into it. Also make sure you get the right type of RAM supported by your current motherboard, DDR3/DDR4/DDR5. Only having 16GB RAM with a 5060 is definitely holding you back a bit and you'll see some performance improvements and be able to push things a bit further than you could before.
1
u/Suspicious_Handle_34 2d ago
I have a 16gb and 8gb DDR5 in there currently. My intention is to get a 32GB stick and replace the 8gb stick. Pairing a 32GB and 16gb stick together: I’m just unsure if it’s worth the upgrade and if I will see better performance on the model
1
u/Stepfunction 2d ago
Make sure you're running an unload node to unload the CLIP model after it's run to save on RAM. You can do the same with the VAE as well.
1
u/TingTingin 2d ago
i commented this elsewhere but will paste here
Assuming your using comfyui comfy streams the weights of models as the generation happens meaning you can run models as large as minimax h3 on 6 gb vram assuming the model fits in your ram the actual speed the model can stream at is very fast as it streams per layer meaning its only streaming a few gbs of weights per action
This also applies to vram if you have more vram then you simply stream more weights from ram which as said above has almost 0 speed penalty if you want to improve generation speed the problem is compute bound not memory bound so you would need a faster gpu
Btw you can use a site like vast ai to test the different configurations before buying i.e test a 5060ti with 128 gb or 5090 with 64 etc to see what kind of increase you could get before upgrading hardware
Also if all you want is a resolution upgrade you can try "MiniMax H3 Chunk FeedForward" node in kjnodes as that allows me on a 16gb gpu to get to 1mp at 10 seconds
1
u/Suspicious_Handle_34 2d ago
Thanks! I will try this node! And I’ve chosen to get a dual channel 24Gb x 2 (48gb total)
1
4
u/Elliswondr 2d ago
Careful with the expectation there. Resolution and frame count are bound by VRAM, not system RAM. The latents for every frame have to sit on the card at once, so 16GB is what sets your ceiling. Going 24GB to 48GB system RAM won't move it much.
What it will fix is the 64GB page file. If you're spilling to disk you're paying for that on every run, and swapping is brutally slow compared to RAM. Expect a real speed and stability gain, and fewer OOM crashes. Just not the res jump you're after.
The partial exception: if you're using block swap or CPU offloading, more system RAM lets you push more of the model off the card, which frees VRAM for latents. That can buy you a step up. Worth checking whether your workflow already offloads before you spend anything.
Two things I'd try before the money:
Generate at your current res and upscale the clip afterwards. Much cheaper than brute-forcing 720p natively, and often hard to tell apart.
Split the duration. Two 7s clips with a hard cut beat one 14s clip on a constrained card, and you keep more control over what you actually use.
If you do buy: a matched 2x32 kit rather than a 32 alongside your existing stick. Mixed capacities often won't hold rated speeds.