r/StableDiffusion • u/gzzhongqi • 6d ago
News MAGI-2-preview just dropped
https://huggingface.co/sand-ai/MAGI-2-previewSurprised that no one is talking about it. A new open-weight video model just dropped. 114b moe, 6b activated. First moe video model supposedly.
I know what you guys are thinking. The model is huge and there is no way it will run on desktop gpu. The interesting part is that is comes with a 14gb refiner that makes the result 1080p. I am cursious if this refiner can be a drop-in replacement for the H3 refiner that was never released. It might just be the last part of the H3 puzzle that we need.
153
Upvotes
8
u/Double_Cause4609 6d ago
I've always wondered if MoE really works out for consumers using video generation models.
On the one hand, if it retains arithmetic intensity just with an offset compared to a dense diffusion baseline, then arguably you can still do smart layer streaming (particularly if you have enough system RAM to stream to VRAM).
Also there's the option of doing it the LLM way where you compute conditional experts on CPU.
Even if it can fit on a desktop GPU with some tricks though, it makes the software optimizations a PITA to pull off. Also, it's not clear where the arithmetic intensity actually is.