From 98f07f2435d74e26622a3445264aaacca5ba19c9 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 15 Oct 2024 17:38:40 +0800 Subject: [PATCH] update docs --- docs/source/creating/AdaptersForImageSynthesis.md | 2 +- docs/source/creating/BasicImageSynthesis.md | 2 +- docs/source/creating/ToonShading.md | 2 +- docs/source/index.rst | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/creating/AdaptersForImageSynthesis.md b/docs/source/creating/AdaptersForImageSynthesis.md index 1c35a4f..45dfd48 100644 --- a/docs/source/creating/AdaptersForImageSynthesis.md +++ b/docs/source/creating/AdaptersForImageSynthesis.md @@ -1,4 +1,4 @@ -# ControlNet、LoRA、IP-Adapter +# ControlNet、LoRA、IP-Adapter——精准控制技术 在文生图模型的基础上,还可以使用各种 Adapter 架构的模型对生成过程进行控制。 diff --git a/docs/source/creating/BasicImageSynthesis.md b/docs/source/creating/BasicImageSynthesis.md index f6c36e2..7d3864a 100644 --- a/docs/source/creating/BasicImageSynthesis.md +++ b/docs/source/creating/BasicImageSynthesis.md @@ -1,4 +1,4 @@ -# 文生图、图生图、高分辨率修复 +# 文生图、图生图、高分辨率修复——初识绚丽的 Diffusion 加载文生图模型,这里我们使用一个 Civiai 上一个动漫风格的模型作为例子。 diff --git a/docs/source/creating/ToonShading.md b/docs/source/creating/ToonShading.md index 13d471e..729ef18 100644 --- a/docs/source/creating/ToonShading.md +++ b/docs/source/creating/ToonShading.md @@ -1,4 +1,4 @@ -# 当图像模型遇见 AnimateDiff +# 当图像模型遇见 AnimateDiff——模型组合技术 我们已经领略到了 Stable Diffusion 模型及其生态模型的强大图像生成能力,现在我们引入一个新的模块:AnimateDiff,这样一来就可以把图像模型的能力迁移到视频中。在本篇文章中,我们为您展示基于 DiffSynth-Studio 搭建的动漫风格视频渲染方案:Diffutoon。 diff --git a/docs/source/index.rst b/docs/source/index.rst index 71d90fd..51f2f80 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,6 +28,7 @@ DiffSynth-Studio 文档 creating/BasicImageSynthesis.md creating/AdaptersForImageSynthesis.md creating/ToonShading.md + creating/PromptRefine.md .. toctree:: :maxdepth: 1