mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-20 15:48:20 +00:00
update docs
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 调度器
|
||||
|
||||
调度器(Scheduler)控制模型的整个去噪(或采样)过程。在加载 Pipeline 时,DiffSynth 会自动选择最适合当前 Pipeline 的调度器,``无需额外配置``。
|
||||
调度器(Scheduler)控制模型的整个去噪(或采样)过程。在加载 Pipeline 时,DiffSynth 会自动选择最适合当前 Pipeline 的调度器,**无需额外配置**。
|
||||
|
||||
我们支持的调度器包括:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user