Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

VeRL-Omni

Easy, fast, and stable RL training for diffusion and omni-modality models

Ask DeepWiki.com Docs License

VeRL-Omni is a general RL training framework focused on multimodal generative models, built on top of verl.

It originated from the multi-modal generation RL effort in verl, and now has a dedicated home so it can evolve in a more focused way.

News 🔥

  • [2026-08] DiffusionOPD (on-policy distillation, including multi-teacher MOPD) is now supported.
  • [2026-08] 🔥 MiniMax-H3 T2VA and FL2VA is now supported with DiffusionNFT. Doc: MiniMax-H3 DiffusionNFT Training
  • [2026-08] 🎉 We have released v0.2.0 for faster diffusion rl and more stable Qwen3-Omni multimodal training. Blog: VeRL-Omni v0.2.0
  • [2026-08] LTX2.3 text-to-video+audio model is now supported with FlowGRPO.
  • [2026-07] Team-proposed algorithm FlowGRPO with DiNa-LRM is available. Training skips VAE decoding by scoring clean diffusion latents directly for faster and more resource-efficient model alignment.
  • [2026-07] VeRL-Omni is presented in QingKe AI, vLLM community, and verl x Ascend Beijing meetup. Slides are shared.
  • [2026-06] Qwen3-Omni GSPO Trainer is available! Flow-DPPO is integrated. vLLM-Omni rollout backend is upgraded to v0.22 for higher throughput, with default actor attn backend switched to FA3.
  • [2026-06] DiffusionNFT and Diffusion DPO are integrated with verified recipes on Qwen-Image/SD3.5. Wan2.2 is now supported for video generation tasks.

Why VeRL-Omni

Multimodal generative RL training differs from text-only LLM RL not only in model structure, but also in I/O patterns, compute characteristics, and runtime bottlenecks. As this space grows, it deserves a dedicated training repository that can evolve quickly around its own constraints.

Scope

VeRL-Omni targets RL post-training for three families of generative models:

  1. Diffusion generative models for image, video, and audio — e.g., Qwen-Image, Wan2.2.
  2. Unified multimodal understanding + generation models — e.g., BAGEL, HunyuanImage-3.0.
  3. Omni-modality models that jointly handle text, image, audio, and video — e.g., Qwen3-Omni.

What we focus on

  • Fast multi-modal rollout: Adopt vLLM-Omni backend and accelerate generation via rollout routing, rollout batching, embed caching optimizations, and more.
  • Flexible & async multi-reward serving: Support multi-reward serving (HPSv3, GenRM-OCR, UnifiedReward, etc.), HTTP scorer, and asynchronous reward computation to overlap the rollout phase.
  • Modular training backends: Selectable VeOmni and FSDP2 backends with combinable parallelism (USP/TP/DP) for distributed training.
  • Stability: Boost stability and speed in diffusion RL pipelines via rollout correction to skip logP recomputation, and achieve reproducible E2E training with deterministic RL. Reward, rollout and actor update are composable and extensible, via Hydra configs.
  • Efficient and convergent training recipes: On our reference Qwen-Image FlowGRPO setup, VeRL-Omni achieves ~25% higher end-to-end throughput than the diffusers-based flow_grpo implementation, driven by vLLM-Omni rollout, FSDP2 trainer, overlapped reward computation (asynchronous), etc.
verl-omni architecture diagram

Getting Started 🚀

Visit our documentation to learn more.

Training step 0 Training step 120
Training step 0Training step 120

Example: Optimizing Qwen-Image Text Rendering Accuracy with FlowGRPO (recipe  |  wandb)

Model and Algorithm Support 🎨

ModelCategoryModalityAlgorithmStatus
Qwen-Image & Qwen-Image-EditDiffusion generatorText/Image → ImageFlowGRPO (+ CPS/SDE)
Flow-DPPO
MixGRPO
GRPO-Guard
DiffusionNFT
DPO
Wan2.2Diffusion generatorText → VideoDanceGRPO
LTX2.3Diffusion generatorText → Video + AudioFlowGRPO
MiniMax-H3Diffusion generatorAny → Video + AudioDiffusionNFT
FlowGRPOWIP
Boogu-ImageDiffusion generatorText/Image → ImageFlowGRPO (+ CPS/SDE)
BAGELUnified understand + genText + ImageFlowGRPO
SD3.5Diffusion generatorText → ImageDPO
FlowGRPO
FlowGRPO w/ DiNa-LRM
DiffusionOPD (incl. MOPD)
HunyuanImage-3.0Unified understand + genText + ImageMixGRPOPlanned
SRPOPlanned
Qwen3-Omni-ThinkerOmni-modalityText / Image / Video / AudioDPO
GSPO
Qwen3-TTSAudio-modalityText → AudioDPOWIP
GSPOWIP

Ascend NPU Support 💠

VeRL-Omni now supports Ascend NPU. For instructions on how to install and get started with FlowGRPO training on Ascend NPU, please refer to our Ascend NPU Quickstart Guide.

Roadmap 🗺

Future work is tracked in VeRL-Omni Q3 Roadmap

Contributing 🤝

Contributions are welcome.

See the contribution guide.

Join the Community: Feel free to ask questions, provide feedback, and discuss with fellow users of VeRL-Omni in our WeChat group.

Acknowledgement 🌟

verl-omni builds on the engineering foundations developed in verl and is closely aligned with multimodal inference systems such as vLLM-Omni.

Citation 📚

If you find the project helpful, please cite and star ⭐

@misc{verlomni_github,
  title        = {{VeRL-Omni: Easy, Fast, and Stable RL Training for Diffusion and Omni-Modality Models}},
  author       = {Yongxiang Huang and Cheung Kawai and Jingan Zhou and Yingshu Chen and {openYuanrong Team} and Xibin Wu},
  year         = {2026},
  howpublished = {\url{https://github.com/verl-project/verl-omni}},
  urldate      = {2026-04-28}
}

关于 About

Multimodal RL training framework for diffusion & omni models
diffusion-modelsflow-matchinggrpominimax-h3multimodalqwenreinforcement-learningrlhfvllm

语言 Languages

Python96.3%
Shell3.7%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
328
Total Commits
峰值: 29次/周
Less
More

核心贡献者 Contributors