From b78ffbe09e776bc0b45de66820922009355790f6 Mon Sep 17 00:00:00 2001 From: Qianyi Zhao <49068354+Qing112@users.noreply.github.com> Date: Tue, 5 Nov 2024 05:25:30 -0600 Subject: [PATCH] Update introduction.md --- docs/source/introduction/introduction.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/source/introduction/introduction.md b/docs/source/introduction/introduction.md index aa0e4c2..3dec35a 100644 --- a/docs/source/introduction/introduction.md +++ b/docs/source/introduction/introduction.md @@ -6,10 +6,29 @@ 目前的开源 Diffusion 模型结构五花八门,以文生图模型为例,有 Stable Diffusion、Kolors、FLUX 等。 -| FLUX | Stable Diffusion 3 | Kolors | Hunyuan-DiT | Stable Diffusion | Stable Diffusion XL | +| FLUX | Stable Diffusion 3 | Kolors | Hunyuan-DiT | Stable Diffusion | Stable Diffusion XL | |-|-|-|-|-|-| | | | | | | | + + + + + + + + + + + + + + + + + +
FLUXStable Diffusion 3KolorsHunyuan-DiTStable DiffusionStable Diffusion XL
+ 我们设计了统一的框架,实现了通用的增强模块,例如提示词分区控制技术。