Unverified Commit bb1d9a8b authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Optimized code snippets (#12200)

add space
parent 91a151b5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment