New pipelines include MiniMax-H3 (video+audio), MiniMax Music 3, Stable Audio 3, LTX-2.5, Wan-Animate-2, and JoyAI-Image-Edit-Plus. Modular Diffusers is no longer experimental, and minimal tensor-parallel support is added.
Diffusers
Diffusion models for image, audio, and video generation
npx @buildinternet/releases get diffusersNine new pipelines ship; Cosmos 3, Ideogram 4, Krea 2, DreamLite, PRX Pixel, Motif-Video, AnyFlow, JoyAI-Image-Edit, DiffusionGemma
Breaking (minor)Nine new pipelines are now available: Cosmos 3 (NVIDIA's unified world foundation model combining generation, reasoning, and action), Ideogram 4 (flow-matching text-to-image with asymmetric guidance), Krea 2 (single-stream MMDiT with Qwen3-VL encoding), DreamLite (ByteDance text-to-image and editing), PRX Pixel (pixel-space generation by Photoroom), Motif-Video (2B text-to-video and image-to-video), AnyFlow (any-step video diffusion from NVIDIA/NUS/MIT), JoyAI-Image-Edit (unified multimodal for editing with spatial control), and DiffusionGemma (block-diffusion language model). Additional enhancements across schedulers, training utilities, and core library components.
New Pipelines
LLaDA2
LLaDA2 is a family of discrete diffusion language models that generate text through block-wise iterative refinement. Instead of autoregressive token-by-token generation, LLaDA2 starts…
- Fix for loading
ModularPipelineswithAutoModeltype hints in theirmodular_model_index.json#13271 - Fix Flux Klein LoRA loading #13313
- Fix unguarded
torchvisionimport in Cosmos Predict 2.5 #13321
Modular Diffusers
Modular Diffusers introduces a new way to build diffusion pipelines by composing reusable blocks. Instead of writing entire pipelines from scratch, you can now mix and match building blocks to create custom workflows tailored to your specific needs! This…
The release features a number of new image and video pipelines, a new caching method, a new training script, new kernels - powered attention backends, and more. It is quite packed with a lot of new stuff, so make sure you read the release notes fully 🚀
New image…
All commits
- Release: v0.35.1-patch by @sayakpaul (direct commit on v0.35.2-patch)
- handle offload_state_dict when initing transformers models by @sayakpaul in #12438
- [CI] Fix TRANSFORMERS_FLAX_WEIGHTS_NAME import issue by @DN6 in #12354
- Fix PyTorch 2.3.1…
Thanks to @naykun for the following PRs that improve Qwen-Image Edit:
This release comes packed with new image generation and editing pipelines, a new video pipeline, new training scripts, quality-of-life improvements, and much more. Read the rest of the release notes fully to not miss out on the fun stuff.
New pipelines 🧨
We welcomed…
📹 New video generation pipelines
Wan VACE
Wan VACE supports various generation techniques which achieve controllable video generation. It comes in two variants: a 1.3B model for fast iteration & prototyping, and a 14B for high quality generation. Some of the…
All commits
- fix ftfy import for wan pipelines by @yiyixuxu in #11262
New Pipelines for Video Generation
Wan 2.1
Wan2.1 is a comprehensive and open suite of video foundation models that pushes the boundaries of video generation. The model release includes 4 different model variants and three different pipelines for Text to Video,…
Fixes for Flux Single File loading, LoRA loading for 4bit BnB Flux, Hunyuan Video
This patch release
- Fixes a regression in loading Comfy UI format single file checkpoints for Flux
- Fixes a regression in loading LoRAs with bitsandbytes 4bit quantized Flux models -…
TorchAO Quantizer fixes
This patch release fixes a few bugs related to the TorchAO Quantizer introduced in v0.32.0.
- Importing Diffusers would raise an error in PyTorch versions lower than 2.3.0. This should no longer be a problem.
- Device Map does not work as…
https://github.com/user-attachments/assets/34d5f7ca-8e33-4401-8109-5c245ce7595f
This release took a while, but it has many exciting updates. It contains several new pipelines for image and video generation, new quantization backends, and more.
Going forward, to provide…
v0.31.0: Stable Diffusion 3.5 Large, CogView3, Quantization, Training Scripts, and more
Stable Diffusion 3.5 Large
Stability AI’s latest text-to-image generation model is Stable Diffusion 3.5 Large. SD3.5 Large is the next iteration of Stable Diffusion 3. It comes…
This patch release adds Diffusers support for the upcoming CogVideoX-5B-I2V release (an Image-to-Video generation model)! The model weights will be available by end of the week on the HF Hub at THUDM/CogVideoX-5b-I2V (Link).…
CogVideoX-5B
This patch release adds diffusers support for the upcoming CogVideoX-5B release! The model weights will be available next week on the Huggingface Hub at THUDM/CogVideoX-5b. Stay tuned for the release!
Additionally, we have implemented VAE tiling feature,…