From 950fb486d6b791f6c0f7e66e91975315db6d9f49 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Wed, 9 Oct 2024 09:53:13 +0800 Subject: [PATCH] update docs --- docs/source/creating/ToonShading.md | 5 ++++- docs/source/tutorial/Schedulers.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/creating/ToonShading.md b/docs/source/creating/ToonShading.md index 19f46b0..1f646fb 100644 --- a/docs/source/creating/ToonShading.md +++ b/docs/source/creating/ToonShading.md @@ -89,4 +89,7 @@ save_video(output_video, "output_video.mp4", fps=30) ## 效果展示 - + diff --git a/docs/source/tutorial/Schedulers.md b/docs/source/tutorial/Schedulers.md index f013ae3..07635db 100644 --- a/docs/source/tutorial/Schedulers.md +++ b/docs/source/tutorial/Schedulers.md @@ -1,6 +1,6 @@ # 调度器 -调度器(Scheduler)控制模型的整个去噪(或采样)过程。在加载 Pipeline 时,DiffSynth 会自动选择最适合当前 Pipeline 的调度器,``无需额外配置``。 +调度器(Scheduler)控制模型的整个去噪(或采样)过程。在加载 Pipeline 时,DiffSynth 会自动选择最适合当前 Pipeline 的调度器,**无需额外配置**。 我们支持的调度器包括: