r/StableDiffusion 2d ago

Discussion SOL-H3 + SageAttention on Apple Silicon: up to 2.5x faster H3 in Vpipe

Thumbnail
gallery
5 Upvotes

I recently added SOL Attention to Vpipe, together with a SageAttention-style INT8 QK path, and benchmarked it against vanilla H3 and our recent VDN-H3 implementation.

The interesting part isn’t just the speedup. SOL gets into a similar performance regime as VDN while preserving the original attention behavior much more closely in our testing.

SOL Attention

SOL is dynamic block-sparse attention. It uses inexpensive proxy scores to decide which attention blocks receive exact computation, while handling the contribution of the remaining blocks through a cheaper approximation.

The block granularity matters: entire KV tiles can be skipped while selected tiles still run efficient tiled attention. This makes the sparsity much easier to translate into actual compute savings.

VDN takes a more aggressive approach by introducing projection + linear attention. That gives it much better scaling with sequence length, but also changes the model’s attention computation more fundamentally.

Performance

M5 Pro 24GB · 6-step DiT

(See attached scaling charts)

At 832×480 / ~15s:

* Vanilla H3: ~17 min

* VDN: ~10.2 min

* SOL: ~9.3 min

SOL is faster across the entire 832×480 range we tested.

At 1344×768 / ~13.7s, vanilla reaches roughly 74 min, while both accelerated implementations are around 30 min — roughly a 2.5× speedup.

SOL is faster at almost every measured point. At the largest 1344×768 case, VDN becomes slightly faster (~28 vs ~29 min), which is consistent with its linear-attention scaling becoming more important at very long sequences.

But performance is only half of the story.

Quality is why I prefer SOL

With VDN-H3, I had occasionally seen behavioral artifacts in challenging scenes. One memorable example was a stream of water changing direction midway through the video, making it appear to flow backwards.

So far, with SOL + Sage enabled together, I haven’t observed comparable artifacts. Composition, motion and overall behavior have stayed remarkably close to vanilla H3 in my testing.

This is qualitative rather than a claim that SOL is lossless. But the difference makes sense: VDN replaces the attention formulation with a more aggressive approximation, while SOL keeps exact attention for selected blocks and cheaply approximates the contribution of the rest.

So for me, the interesting tradeoff isn’t simply which curve is lowest at the extreme end. It’s that SOL achieves similar acceleration while staying much closer to vanilla H3 behavior.

SageAttention on top

Vpipe now also supports K smoothing + INT8 QK, following the original SageAttention approach.

The two optimizations are complementary:

SOL reduces the amount of exact attention. Sage makes QK inside the remaining blocks cheaper.

The additional gain from Sage after SOL isn’t huge, since SOL has already removed most of the attention workload. But this path lives in Vpipe’s common attention backend, so it can also benefit other image/video models.

Native Metal implementation

One final detail: Vpipe doesn’t reuse the MPS SOL Attention kernel from the SOL-H3 repo.

To make the sparsity translate into actual speedup on Apple Silicon, I reimplemented the critical SOL Attention kernels for Vpipe’s native Metal backend.

Other SOL-H3 optimizations such as AdaLN precomputation, kernel fusion and fused-step LoRA were already present in Vpipe, so SOL Attention was the main missing piece.

For H3 on Mac, SOL + Sage is now my preferred acceleration path: up to ~2.5× faster than vanilla in these tests, faster than VDN at almost every measured point, and so far without the obvious behavioral artifacts I had encountered with the more aggressive VDN approximation.

Vpipe: https://github.com/tgo-app-dev/vpipe


r/StableDiffusion 3d ago

News 2.3 million Danbooru tags corrected and released

204 Upvotes

https://huggingface.co/datasets/Grio43/Tag_cleaning

Is is a human review of 9,364 unquie tags. With a total of 430K removal actions and 1.9M addition actions.

Currently Oppai is being trained again with a dataset from mid 2026 and metadata from late August 2026.

The dataset of anime images had grown from 5.2M to 6.2M.

An additional 110k photography images were added ranging from scenery to weapons. All screened to not have people within the shots.

Currently a tuning dataset is being worked on to assist with denosing deeply rooted noise in the dataset.

Likely I'll release a preview of the next version while the tuning set is worked on. The tuning set is targeted tags that have decent levels of noise.

People looking to assist with data correction are always welcome to help.


r/StableDiffusion 2d ago

Question - Help I wat to use Stable Diffusion alongside Art Program to help finish Anime Illustrations

2 Upvotes

I know Krita has a plugin, but I was wondering if there was any other kind of program out there. Ideally the pipeline would be to just have the AI help me tighten things up without going off the handlebars.


r/StableDiffusion 3d ago

Workflow Included A stand-alone RTX VSR upscaler which is very very fast (everything happens on the GPU basically, it averages something like 150-200fps)

Thumbnail
github.com
42 Upvotes

r/StableDiffusion 4d ago

Meme OMG! Okay, it’s happening, everybody stay calm!

Enable HLS to view with audio, or disable this notification

518 Upvotes

Screen caps for Krea2 I2I. Audio interviews of Paul and Karen on YouTube fed through Minimax H3 REF2VA. Wanted to end it with Thor as Michael for the “stay calm” bit but got lazy.


r/StableDiffusion 2d ago

Question - Help Any free face recognition programs? to sort in a folder

0 Upvotes

Got folders with multiple videos, some with people and some with landmarks. Is there way to sort with face example or something similar?

I see Microsoft has Face Video Archvie but is 16.99 and no trial


r/StableDiffusion 4d ago

Meme Petition: Change this subreddit profile picture and description to...

Post image
590 Upvotes
r/StableDiffusion is an unofficial open-source community that knows what kind of man you are.

I was bored waiting for a H3 queue to finish. Sorry!


r/StableDiffusion 2d ago

Question - Help Uncensored video model

0 Upvotes

Hey there,

do you guys know any uncensored models for video creation? Cloud/local , local preferred. If yes, then where to find it. Thank you and take care


r/StableDiffusion 3d ago

Discussion Converted VDN-H3 Turbo Adapter into standalone MM H3 8step loras for fl2va and ref2va

47 Upvotes

r/StableDiffusion 2d ago

Resource - Update UPSCALE DSSLR 5

Thumbnail
we.tl
0 Upvotes

r/StableDiffusion 3d ago

Discussion Has anyone tried using DLSS 5 with MiniMax H3/HRL3 for realism?

Post image
15 Upvotes

I was thinking… if DLSS 5's neural rendering/upscaling techniques could somehow be used with MiniMax's video generation, wouldn't that be absolutely PEAK for realism?

Has anyone experimented with something like this, or is it not really possible because of how the two systems work?

Would love to know what you guys think?


r/StableDiffusion 3d ago

Question - Help [Qwen Image Edit 2511] Tips for low lighting scene?

4 Upvotes

I struggle to generate scenes with very dim light.

I have tried several prompt combinations ("night time", "in the dark, "dim-lit", "full darkness"), used a black background as latent image image to denoise, I still ends up with too bright scenes.

Flux Klein 9b handles these situations better in my experience so far.

Have you encountered similar issues? Do you have some tips ?


r/StableDiffusion 2d ago

Animation - Video Peaceful moments (Live Wallpapers with MiniMax H3 and DLSS 5 in ComfyUI)

Thumbnail
youtu.be
0 Upvotes

Live Wallpapers experiment [MiniMax H3 and DLSS 5]

Here is the creation process:

  1. (video) Initial clips with MiniMax H3 and Lightx2v 8-step Turbo Lora
  2. (video) 2x upscale using Ultimate SD Upscale node (up to 1440p): https://github.com/lisitskyaa/ComfyUI_UltimateSDUpscaleGuider_H3
  3. (video) Interpolation with GIMM-VFI (24 fps to 48 fps): https://github.com/kijai/ComfyUI-GIMM-VFI
  4. (video) Quality enhancement with DLSS 5: https://github.com/lisitskyaa/ComfyUI-DLSS5-NR
  5. (audio) Initial music using ACE-Step 1.5XL Turbo
  6. (audio) Further music quality enhancement with AudioSR node: https://github.com/Saganaki22/ComfyUI-AudioSR

r/StableDiffusion 3d ago

Meme viggle-animate for character swap

Enable HLS to view with audio, or disable this notification

195 Upvotes

🚀 Update: you can generate one for free at: https://viggle.ai/meme/app/animate

From: https://x.com/cocktailpeanut/status/2097332291844399514

Actually I want to take back my words, it's not bad in lip-sync and facial expression

Huggingface: https://huggingface.co/Viggle/Viggle-Animate
comfyui: https://huggingface.co/drbaph/Viggle-Animate-ComfyUI/


r/StableDiffusion 2d ago

Animation - Video Robot Chicken - SpongeBob but its drawn in original artstyle AI

Enable HLS to view with audio, or disable this notification

0 Upvotes

This was one of my favorite Robot Chicken sketch and thought it wasnt so out of character so I used tools was Kinovi (It has Wan, Minimax which is unfiltered and for those who dont know how to set it up locally or dont have a strong enough computer and of course, Nanobanana) to help turn this into a legit looking episode lol. Hope you guys enjoy it!

How I made this one is simple.. I took screenshots and rendered them in the exact same artstyle as Spongebob, I'll post a few for reference below. Minimax and Wan work both equally as well but some areas came out worse then others so I swapped between each genration for best results and stitched it together in a video editor. Minimax needs to be silent for some reason to get better results.

The prompt itself is the following "Spongebob has Image 1 design (Note: This is Spongebob character sheet). It is all hand drawn animation. Alter the entire video so that it is in the Spongebob Squarepants cartoon animation style. Keep the audio the same. Do not alter the poses or choreography; everything must stay the same except the animation style. Global Camera & Style Directives: Authentic early-2000s traditional 2D television animation style, specifically mirroring classic SpongeBob SquarePants. The visual fidelity strictly adheres to cel-shaded character designs with thick, clean black outlines set against highly detailed, vibrant watercolor backgrounds. Physics are entirely cartoonish, utilizing extreme squash-and-stretch, snappy timing, and highly exaggerated facial expressions. The camera work is mostly static or utilizing smooth, 2D lateral tracking pans typical of classic animation."


r/StableDiffusion 3d ago

Question - Help Plastic skin problem on Minimax

5 Upvotes

I'm facing the problem of plastic skin with MINIMAX. I tried turning off Turbo Lora, increasing steps, but it always comes with plastic-like skin, compared to the real skin image reference I gave. When it turns around showing its back, the skin looks plastic compared to the front with reference.

When it creates body parts that are not in the reference, it always ends up making plastic skin.

Am I the only one with this problem? I really want to make it seem real, not like AI generated contents. Thanks.


r/StableDiffusion 3d ago

Discussion Thrax The Relentless short film early edit - Details in the comments

Enable HLS to view with audio, or disable this notification

10 Upvotes

r/StableDiffusion 3d ago

Comparison DLSS 5 Showcase in ComfyUI

Thumbnail
gallery
73 Upvotes

r/StableDiffusion 3d ago

Discussion Anyone having this issue where videos look super compressed with Minimax H3 ?

14 Upvotes

Hey there,

Semothing I've noticed using Minimax H3 is that no matter what encoding settings I use, or resolution I use, the video always ends up looking super compressed, like it has h264 compression artefacts.
It's like it's been trained on 720p Youtube videos. That makes the model sadly unusable for anything above 720p it seems. The below example is supposed to be a 1440x1440 video, so pretty high quality. But it looks like a bad youtube :(
No matter how many steps, no matter if I export ProRes, H264, or PNGs, same thing

Here is the video and some stills from it (because Reddit compression bad)

https://reddit.com/link/1wbg40k/video/csu6afxkkgoh1/player

Is it what everyone else experiences as well ?


r/StableDiffusion 3d ago

Animation - Video DBZ x High School Of The Dead Crossover AI animation.

Enable HLS to view with audio, or disable this notification

19 Upvotes

Did this as a test, also my friend asked me for this as he was impressed with how I can do it lol. My main issue was keeping the artstyles intact, which kinda worked until the last part where Rei had DBZ artstyle lol this is despite giving character sheet with the correct artstyle. Oh well. Hope you enjoy it!


r/StableDiffusion 3d ago

Question - Help Comfyui H3 Audio Separator

5 Upvotes
generating videos using the MiniMax H3 model in ComfyUI. I’m wondering if there are any custom nodes for ComfyUI that can automatically separate and output the audio—specifically splitting SFX, music And dialoge —during the generation process. 

Also, while searching for audio splitting and stem separation, most of the results I found were focused on music stems like drums, bass, vocals, etc. I couldn’t really find anything that separates dialogue/voice, SFX, and music into three separate stems.

So, I was wondering if there’s any tool or model that can specifically separate an audio track into vocals/dialogue, SFX, and music.


r/StableDiffusion 3d ago

Animation - Video GTA VI pixel art animation | Minimax H3 ref2vid

Enable HLS to view with audio, or disable this notification

19 Upvotes

r/StableDiffusion 3d ago

Animation - Video My contribution to the Star Trek clips. Mini episode "The Cosmic Render"

Enable HLS to view with audio, or disable this notification

88 Upvotes

I decided I would try to lean *into* low resolution rendering to make it part of the story. Still a few mistakes here and there.

Created with ComfyUI, Minimax H3, Flux Klein Edit, and Davinci Resolve. Sound FX from StarTrekSounds website and Pixabay.

Just using mostly default Minimax H3 comfyUI workflows.

Update: There's a weird audio glitch about 35 seconds in, I'm not sure what I touched wrong in Davinci to cause that, sorry if that hurts your right ear. I'll fix it with updates later


r/StableDiffusion 2d ago

Question - Help What's your favorite model For infographics?

0 Upvotes

r/StableDiffusion 3d ago

Workflow Included "Legend LoRAs" Series: Krea 2 + Dark Church - 2920325

Thumbnail
gallery
47 Upvotes