update docs

This commit is contained in:
Artiprocher
2024-10-09 09:53:13 +08:00
parent 28b4a5313e
commit 950fb486d6
2 changed files with 5 additions and 2 deletions

View File

@@ -89,4 +89,7 @@ save_video(output_video, "output_video.mp4", fps=30)
## 效果展示
<video width="512" height="1024" src="https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/b54c05c5-d747-4709-be5e-b39af82404dd" controls="controls"></video>
<video width="1024" height="512" controls>
<source src="https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/b54c05c5-d747-4709-be5e-b39af82404dd" type="video/mp4">
您的浏览器不支持Video标签。
</video>

View File

@@ -1,6 +1,6 @@
# 调度器
调度器Scheduler控制模型的整个去噪或采样过程。在加载 Pipeline 时DiffSynth 会自动选择最适合当前 Pipeline 的调度器,``无需额外配置``
调度器Scheduler控制模型的整个去噪或采样过程。在加载 Pipeline 时DiffSynth 会自动选择最适合当前 Pipeline 的调度器,**无需额外配置**
我们支持的调度器包括: