【Hackathon 10th Spring No.48】【RFC】新增 SD3/Flux 扩散模型设计文档#1253
Open
cloudforge1 wants to merge 2 commits intoPaddlePaddle:masterfrom
Open
【Hackathon 10th Spring No.48】【RFC】新增 SD3/Flux 扩散模型设计文档#1253cloudforge1 wants to merge 2 commits intoPaddlePaddle:masterfrom
cloudforge1 wants to merge 2 commits intoPaddlePaddle:masterfrom
Conversation
Collaborator
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
本 RFC 设计 FastDeploy 新增 SD3 (Stable Diffusion 3) 和 Flux 扩散模型的推理支持方案。
核心设计
FastDeploy 当前仅支持 LLM 推理,不包含扩散模型管线。本方案新增独立的
diffusion_models/模块(与model_executor/并列),提供:/v1/images/generations兼容接口架构亮点
DiffusionEngine框架可复用于 SDXL、Kolors、Hunyuan 等后续模型工作量
相关链接