From a0c2400df6077f1c0bf92e0611cc777295f4e77d Mon Sep 17 00:00:00 2001 From: stevhliu Date: Wed, 20 Aug 2025 09:10:56 -0700 Subject: [PATCH] add space --- docs/source/en/quicktour.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/en/quicktour.md b/docs/source/en/quicktour.md index 5d4b9012c089..1ccc8eeadcc2 100644 --- a/docs/source/en/quicktour.md +++ b/docs/source/en/quicktour.md @@ -162,6 +162,9 @@ Take a look at the [Quantization](./quantization/overview) section for more deta ## Optimizations +> [!TIP] +> Optimization is dependent on hardware specs such as memory. Use this [Space](https://huggingface.co/spaces/diffusers/optimized-diffusers-code) to generate code examples that include all of Diffusers' available memory and speed optimization techniques for any model you're using. + Modern diffusion models are very large and have billions of parameters. The iterative denoising process is also computationally intensive and slow. Diffusers provides techniques for reducing memory usage and boosting inference speed. These techniques can be combined with quantization to optimize for both memory usage and inference speed. ### Memory usage