> For the complete documentation index, see [llms.txt](https://sogni.gitbook.io/sogni-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sogni.gitbook.io/sogni-docs/sogni-studio/creating-images/generation-settings/inference-steps.md).

# Inference Steps

### What are Steps?

The number of steps in the diffusion process determines how many iterations the image goes through.

Each additional step introduces small, incremental changes to the image, allowing for further refinement. You can generate images with up to 150 steps when using on-device processing, providing a high level of control over the final result.

Sogni uses the super efficient DPM Solver scheduler by default, which achieves impressive results in just 20 or 25 steps, ensuring both efficiency and quality. You can select other Schedulers and Time Spacing algorithms in the Advanced tab of the Control Bar.

{% hint style="info" %}
**Tip:** To speed up the generation process, begin with a smaller number of steps, typically between 15 and 30. During this stage, you can type or edit your prompt, tweak other settings, and make adjustments. Once you're satisfied with the initial image, lock the seed and increase the number of steps to regenerate the image. This allows you to test if additional steps enhance the detail and quality, helping you refine it to your desired outcome.
{% endhint %}

***

### How to adjust the Interface Steps?

You can easily adjust the interface steps by moving the dial or by clicking the arrows within the user interface.

<div align="left"><figure><img src="/files/78E4FqlidmUnMsv05QoB" alt="" width="204"><figcaption></figcaption></figure></div>

***

**Need help? Ask in our Discord!**

For any questions regarding the use of Sogni, tips, suggestions, bugs, sharing art, discussing AI and life, or simply hanging out... Join our Discord community!\
\
[Join Sogni Discord](https://discord.com/invite/2JjzA2zrrc) ✨<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sogni.gitbook.io/sogni-docs/sogni-studio/creating-images/generation-settings/inference-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
