-
Notifications
You must be signed in to change notification settings - Fork 634
【Hackathon 9th No.94】Fastdeploy支持SD,flux扩散模型 #4021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
|
Is this PR ready? Please modify the Description section first. For example, make sure the file path is correct. Also, have all the modules mentioned in the PR been verified? |
Unit tests and integration tests have been added |
self.assertIsInstance(pipeline, FluxPipeline) | ||
self.assertEqual(pipeline.config, config) | ||
|
||
@patch('fastdeploy.model_executor.diffusion_models.vision.diffusion.sd_pipeline.torch') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are the torch related dependencies, can it be implemented with paddle?
How is the "enterprise-level deployment capability" reflected here? Does it support service-oriented deployment? Can you provide a deployment and request demo? |
The calling method is in the readme. It is just a hobby. The ability is reflected in the architecture. Due to work reasons, I will give priority to serving my own company. |
PR Category
PR Types
Description
📊 改造的网络架构前后对比
改造前架构 (原生PyTorch/原始实现)
改造后架构 (FastDeploy优化框架)
🚀 优化后的推理任务流程图
完整的生产级推理流程
📋 详细变更项列表
🏗️ 新增文件 (14个)
🔧 核心技术实现亮点
1. 生产级架构设计
DiffusionPredictor(PaddlePredictor, ABC)
2. 深度优化实现
3. 企业级稳定性
4. 性能优化
📈 预期收益
性能提升
部署便利性
🎯 使用示例