[diffusion] feat: support FLUX.2-small-decoder (#22414)

This commit is contained in:
Mick
2026-04-09 15:53:14 +08:00
committed by GitHub
parent 8ff01d6841
commit 9709192ce9
4 changed files with 110 additions and 30 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sglang serve --model-path Qwen/Qwen-Image --port 30010
## Start Here
- [Installation](installation.md): install SGLang Diffusion and platform dependencies
- [Compatibility Matrix](compatibility_matrix.md): check model and optimization support
- [Compatibility Matrix](compatibility_matrix.md): check model, optimization, and component override support
- [CLI](api/cli.md): run one-off generation jobs or launch a persistent server
- [OpenAI-Compatible API](api/openai_api.md): send image and video requests to the HTTP server
- [Attention Backends](performance/attention_backends.md): choose the best backend for your model and hardware