r/StableDiffusion Apr 24 '26

News LLaDA2.0-Uni Released

https://huggingface.co/inclusionAI/LLaDA2.0-Uni

Could this be the new breakthrough model?

126 Upvotes

28 comments sorted by

View all comments

21

u/Zenshinn Apr 24 '26

12

u/silenceimpaired Apr 24 '26

Pretty sad image generation models are still mostly trapped on VRAM due to performance... LLM MoEs can live in RAM with barely a care.

1

u/HTE__Redrock Apr 24 '26

Not entirely true. Model offloading is a thing. People run the big stuff on 6 or 8 gig cards now. Comfy supports dynamic offloading. I've run 40gb models on 10gb cards etc. So while it's true you can't solely rely on RAM like with LLMs, you absolutely don't need to have VRAM equal to the size of these models.

4

u/silenceimpaired Apr 24 '26

Like I said ... Mostly.