From c1c13c841ae9b88e22bf76d775a3d06a900ef2aa Mon Sep 17 00:00:00 2001 From: Fenglin Yu Date: Thu, 8 Jan 2026 17:31:38 -1000 Subject: [PATCH] [diffusion] docs: add LoRA support (#16378) --- .../multimodal_gen/docs/support_matrix.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/python/sglang/multimodal_gen/docs/support_matrix.md b/python/sglang/multimodal_gen/docs/support_matrix.md index d8eeb0374..7d89f0b3b 100644 --- a/python/sglang/multimodal_gen/docs/support_matrix.md +++ b/python/sglang/multimodal_gen/docs/support_matrix.md @@ -41,6 +41,26 @@ default parameters when initializing and generating videos. | Qwen Image | `Qwen/Qwen-Image` | Any resolution | | Qwen Image Edit | `Qwen/Qwen-Image-Edit` | Any resolution | +## Verified LoRA Examples + +This section lists example LoRAs that have been explicitly tested and verified with each base model in the **SGLang Diffusion** pipeline. + +> Important: \ +> LoRAs that are not listed here are not necessarily incompatible. +> In practice, most standard LoRAs are expected to work, especially those following common Diffusers or SD-style conventions. +> The entries below simply reflect configurations that have been manually validated by the SGLang team. + +### Verified LoRAs by Base Model + +| Base Model | Supported LoRAs | +|:-----------------|:----------------| +| Wan2.2 | `lightx2v/Wan2.2-Distill-Loras`
`Cseti/wan2.2-14B-Arcane_Jinx-lora-v1` | +| Wan2.1 | `lightx2v/Wan2.1-Distill-Loras` | +| Z-Image-Turbo | `tarn59/pixel_art_style_lora_z_image_turbo`
`wcde/Z-Image-Turbo-DeJPEG-Lora` | +| Qwen-Image | `lightx2v/Qwen-Image-Lightning`
`flymy-ai/qwen-image-realism-lora`
`prithivMLmods/Qwen-Image-HeadshotX`
`starsfriday/Qwen-Image-EVA-LoRA` | +| Qwen-Image-Edit | `ostris/qwen_image_edit_inpainting`
`lightx2v/Qwen-Image-Edit-2511-Lightning` | +| Flux | `dvyio/flux-lora-simple-illustration`
`XLabs-AI/flux-furry-lora`
`XLabs-AI/flux-RealismLora` | + ## Special requirements ### Sliding Tile Attention