From 1180f450ca382f53a8da6a98810ad74ca5237e60 Mon Sep 17 00:00:00 2001
From: Qianyi Zhao <49068354+Qing112@users.noreply.github.com>
Date: Tue, 5 Nov 2024 03:45:33 -0600
Subject: [PATCH] Update introduction.md
---
docs/source/introduction/introduction.md | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/docs/source/introduction/introduction.md b/docs/source/introduction/introduction.md
index b190246..d9c75a4 100644
--- a/docs/source/introduction/introduction.md
+++ b/docs/source/introduction/introduction.md
@@ -6,9 +6,11 @@
目前的开源 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 |
|-|-|-|-|-|-|
-|||||||
+|
|
|
|
|
|
|
+
+
我们设计了统一的框架,实现了通用的增强模块,例如提示词分区控制技术。
@@ -26,13 +28,21 @@
|Without LoRA|||||
|With LoRA|||||
+
+||FLUX.1-dev|Kolors|Stable Diffusion 3|Hunyuan-DiT|
+|-|-|-|-|-|
+|Without LoRA|
|
|
|
|
+|With LoRA|
|
|
|
|
+
+
## 互联
与语言模型不同,Diffusion 模型存在生态模型,包括 LoRA、ControlNet、IP-Adapter 等,这些模型由不同的开发者开发、训练、开源,我们为这些模型提供了一站式的推理支持。例如基于 Stable Diffusion XL,你可以随意使用这些相关的生态模型组装出丰富的功能。
|底模生成|使用 ControlNet 保持画面结构重新生成|继续叠加 LoRA 使画面更扁平|叠加 IP-Adapter 转换为水墨风格|
|-|-|-|-|
-|||||
+|
|
|
|
|
+
你甚至可以继续叠加 AnimateDiff 构建视频转绘方案。