From 4543d216ec8ad1a79dee337d1c3f40d4dea42389 Mon Sep 17 00:00:00 2001 From: yiyixuxu Date: Tue, 1 Jul 2025 03:06:13 +0200 Subject: [PATCH] rename quick start- it is really not quick --- .../en/modular_diffusers/{quicktour.md => getting_started.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/source/en/modular_diffusers/{quicktour.md => getting_started.md} (99%) diff --git a/docs/source/en/modular_diffusers/quicktour.md b/docs/source/en/modular_diffusers/getting_started.md similarity index 99% rename from docs/source/en/modular_diffusers/quicktour.md rename to docs/source/en/modular_diffusers/getting_started.md index 211fe738a1..3601b9069d 100644 --- a/docs/source/en/modular_diffusers/quicktour.md +++ b/docs/source/en/modular_diffusers/getting_started.md @@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o specific language governing permissions and limitations under the License. --> -# Getting Started with Modular Diffusers +# Getting Started with Modular Diffusers: An Comprehensive Overview With Modular Diffusers, we introduce a unified pipeline system that simplifies how you work with diffusion models. Instead of creating separate pipelines for each task, Modular Diffusers let you: