[diffusion] feat: implement upscaling (#19723)

This commit is contained in:
Junhao Liu
2026-03-09 02:06:40 +08:00
committed by GitHub
parent b77dd41db0
commit 7662b8b919
17 changed files with 1005 additions and 63 deletions
+1
View File
@@ -50,6 +50,7 @@ sglang serve --model-path Qwen/Qwen-Image --port 30010
- **[CLI Documentation](api/cli.md)** - Command-line interface for `sglang generate` and `sglang serve`
- **[OpenAI API](api/openai_api.md)** - OpenAI-compatible API for image/video generation and LoRA management
- **[Post-Processing](api/post_processing.md)** - Frame interpolation (RIFE) and upscaling (Real-ESRGAN)
### Performance Optimization