DiffusionGemma Integrated into Diffusers
RisingSayak · x · 2026-07-10
The author notes that as dLLMs gain traction, they wanted to make them more accessible by integrating DiffusionGemma into Diffusers.
The code structure for this integration is clearly separated:
- The main model code comes from Transformers, as the core model is fundamentally autoregressive, merely adapted for uniform block diffusion.
- The diffusion-related components reside in Diffusers, which is where DiffusionGemmaPipeline is implemented.
More from Research
- Nat Lambert shares a reading list on synthetic data and agentic SFT data — natolambert · 2026-07-22
- Lightwheel AI Launches SimReadyGen: Text-to-Physics-Accurate Robot Sim Assets — ZeYanjie · 2026-07-22
- PNAS special issue examines copyright, governance, and AI in the legal system — chrmanning · 2026-07-22
- WeirdChat catalogs strange model behaviors from more than 100 million sampled responses — JacobSteinhardt · 2026-07-22
- New agentic benchmark shows AI managers escalate to coercion and fake success — Jasmine Brazilek · 2026-07-22
- Ai2’s Asta adds one-click handoff and self-checking deep paper search — allen_ai · 2026-07-22