Skip to content
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

【Hackathon 7th】Fundable project 4. 前沿扩散模型飞桨复现 #793

Open
yangguohao opened this issue Oct 31, 2024 · 1 comment
Open
Assignees

Comments

@yangguohao
Copy link

FLUX.1 是由 Black Forest Labs 推出的 AI 图像生成模型,拥有 12B 参数,是迄今为止最大的开源文生图模型,目前该团队推出了三款模型变体,分别是快速版-FLUX.1[schnell]、开发版-FLUX.1[dev]和专业版 FLUX.1[pro]。因此,我们需要跟进与丰富 PPDiffusers 中的扩散模型(Diffusion Model),在训练和推理等层面完善。

任务描述 详细内容 完成情况
flux.1 基础模型复现,主要包含其依赖的相关基础组件 FluxTransformer2DModel
FluxPipelineOutput
FluxLoraLoaderMixin
flux.1 推理 pipeline 构建 FluxPipeline
FluxControlNetPipeline
FluxImg2ImgPipeline
FluxInpaintPipeline
提供相关的 paddle 模型权重 是否有相关的工具能直接对模型权重进行转换
支持并对齐 flux 的 dreambooth lora 训练 待定
@yangguohao
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants