Skip to content

Commit bb1d9a8

Browse files
authored
[docs] Optimized code snippets (#12200)
add space
1 parent 91a151b commit bb1d9a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/en/quicktour.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ Take a look at the [Quantization](./quantization/overview) section for more deta
162162

163163
## Optimizations
164164

165+
> [!TIP]
166+
> 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.
167+
165168
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.
166169

167170
### Memory usage

0 commit comments

Comments
 (0)