# Denoising strength

## Overview

*<mark style="color:red;">**Denoising strength controls how much respect the final image should pay to the original content**</mark>*. Setting it to 0 changes nothing. Setting to 1 you got an unrelated image.&#x20;

## Example

Set to a low value if you want small change and a high value if you want big change.

<figure><img src="https://3515747285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqm1WfU7McQ1hgBrDXi90%2Fuploads%2Fgit-blob-4dabe847788caf02418bd68d4df69f7ad67e148c%2Fimage.png?alt=media" alt=""><figcaption><p>Changing denoising strength. Set to low value if you want small change and high value if you want big change.</p></figcaption></figure>

## Credit

{% embed url="<https://stable-diffusion-art.com/inpainting_basics/#Denoising_strength>" %}


---

# Agent Instructions: 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://aisuko.gitbook.io/wiki/ai-techniques/stable-diffusion/denoising-strength.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.
