# Definitions

### :writing\_hand: Prompt

A description of your image - more detailed descriptions will result in more detailed and accurate images.

### :no\_entry: Negative prompt

An argument that instructs the model not to include certain things in the generated image.

### :sparkles: Model

A model defines, in simple terms, the style of the resulting image.

![](/files/2nKJQzWlstg9snsBGYPw) -> Same prompt, different models.

### :chart\_with\_upwards\_trend: Steps

How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results. Notice how, in the example below, the image overall doesn't change too much anymore after only 15 steps. The recommended value to this parameter sits around 20 to 30 steps, any more than this and you start getting into diminishing returns territory.

&#x20;![](/files/W6RUoBhFvOLhugbKZzj4) -> Steps from 1 through 50.

### :paintbrush: CFG Scale

Classifier Free Guidance Scale - how strongly the image should conform to the prompt - lower values produce more creative results - values too low might destroy coherency. Keep this value above 5 and below 15, recommended 7, if you aren't sure what value to use.

&#x20;![](/files/wJeKNu5tJQbsNTUaywbq) -> CFG Scale from 0 through 20.

### :1234: Seed

A seed controls the output of a random number generator. The same seed (and parameters) will generate the same image. Not specifying a seed, or rerolling, randomizes the seed.

![](/files/xgYNavE4o3PTBWWMVs8N) -> Same parameters, random seeds.


---

# 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://liria.gitbook.io/guide/getting-started/definitions.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.
