> For the complete documentation index, see [llms.txt](https://artroomai.gitbook.io/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artroomai.gitbook.io/tutorials/resources/settings-tutorials/seed.md).

# Seed

Seed is the number used to generate the initial noise of your image. So if all the settings are the same and you use the same seed, you should be getting the same result. If you just change one variable, you should still be able to get comparable results.&#x20;

For example, these are from my Artist study:

{% embed url="<https://lh3.googleusercontent.com/pw/AJFCJaXm3BBMtBXoZcNBQWHAybvml3elITaahAPJAYsGP8V27ALk-w_Wx5gapjOhscJERnZ2YjChsQFfmxE7-yFhUOxRw54Fm0uGF_hnbZZPuVO7qbTqr_JYGvkVviVNXVIOk6y5v2OTcnP4ZArGytvzqXsg=w2500-h500-s-no?authuser=0>" %}

{% embed url="<https://lh3.googleusercontent.com/pw/AJFCJaVzRPoR0scPXGFtFvwIJzlt8QQ8BYpqDMi3ALwEi1qMTLJFOZ7GcNzJKluhf-ZL0EoJSUKgfAxjFvPx7ogk_tMdgkEMRDL1xdko7QXElLliHDS1o8NNYsJVfZ2sIzB4TUAsDo0iNX9qxnzMmSZVm_Sb=w2500-h500-s-no?authuser=0>" %}

Both of these have identical setting the only thing changed was the prompt. In the first image you only have the raw name of the Artist so the change between the two images is huge. In the second image (woman wearing a sweater, in the style of \<Artist Name>) we do get two different images yes, but the direction they look towards is similar, also the pose.&#x20;

So if you find an image that has a composition you like, it might be worthwhile to write down the seed and use it, instead of a random seed.

**Works well: Changing part of the prompt, adding steps (non-ancestral sampler).**

**Works ok: Changing sampler to another of same type, minor change to CFG (7 -> 5 or 9).**

**Does not work: Changing resultion with same seed.**

{% hint style="info" %}
I have also noticed that the Seed can affect the color composition you get, so if it gives you colors you like, save the seed!
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://artroomai.gitbook.io/tutorials/resources/settings-tutorials/seed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
