# Prompt Strength (CFG)

This value roughly equates how rigidly a model follows its instructions during generation. This depends on how your model was trained. For most modern models a value of 7 is perfectly acceptable. If the model is over trained (which means, you ask for a car and get a woman) lowering the CFG value can help.&#x20;

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrjzSinvVPe17AZtDte0Z%2Fuploads%2F2WeVsqiroAaAQpdPdBc8%2Fxyplot.png?alt=media&token=b3667a58-9d08-4315-8e37-d4400b10dd7e>" %}

As you can see, on very high CFG you also need to increase the number of steps.

<details>

<summary>Settings Used to generate image</summary>

Positive Prompt: Woman wearing a Sweater

Negative Prompt: mutated, deformed, amateur drawing, lowres, worst quality, low quality, jpeg artifacts, text, error, signature, watermark, username, blurry, censorship, sketch, monochrome

Steps: Variable, Sampler: DDIM, CFG scale: Variable, Seed: 5, Size: 768x768, Model: UMI Olympus

</details>


---

# 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://artroomai.gitbook.io/tutorials/resources/settings-tutorials/prompt-strength-cfg.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.
