diff --git a/docs/source/introduction/introduction.md b/docs/source/introduction/introduction.md index 46b88de..738a208 100644 --- a/docs/source/introduction/introduction.md +++ b/docs/source/introduction/introduction.md @@ -6,15 +6,9 @@ 目前的开源 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
| |:-:|:-:|:-:|:-:|:-:|:-:| -| | | | | | | - -|   FLUX  | Stable Diffusion 3 | Kolors | Hunyuan-DiT | Stable Diffusion | Stable Diffusion XL | -|-|-|-|-|-|-| -| | | | | | | - - +| | | | | | | @@ -29,19 +23,19 @@ 以及一站式的训练脚本。 -||FLUX.1-dev|Kolors|Stable Diffusion 3|Hunyuan-DiT| -|-|-|-|-|-| -|Without LoRA|image_without_lora|image_without_lora|image_without_lora|image_without_lora| -|With LoRA|image_with_lora|image_with_lora|image_with_lora|image_with_lora| +||
FLUX.1-dev
|
Kolors
|
Stable Diffusion 3
|
Hunyuan-DiT
| +|-|:-:|:-:|:-:|:-:| +|Without LoRA|image_without_lora|image_without_lora|image_without_lora|image_without_lora| +|With LoRA|image_with_lora|image_with_lora|image_with_lora|image_with_lora| ## 互联 与语言模型不同,Diffusion 模型存在生态模型,包括 LoRA、ControlNet、IP-Adapter 等,这些模型由不同的开发者开发、训练、开源,我们为这些模型提供了一站式的推理支持。例如基于 Stable Diffusion XL,你可以随意使用这些相关的生态模型组装出丰富的功能。 -|底模生成|使用 ControlNet 保持画面结构重新生成|继续叠加 LoRA 使画面更扁平|叠加 IP-Adapter 转换为水墨风格| -|-|-|-|-| -||||| +|
底模生成
|使用 ControlNet 保持画面结构重新生成|继续叠加 LoRA 使画面更扁平|叠加 IP-Adapter 转换为水墨风格| +|:-:|:-:|:-:|:-:| +||||| 你甚至可以继续叠加 AnimateDiff 构建视频转绘方案。