> 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/starter-settings.md).

# Starter Settings

All of these settings can be rather subjective, so don't be afraid to play around with them. I´m going top to bottom.

**Height / Width**. No less than 384x512 No larger than 768x768 -> Larger images can cause multiple people to appear. Use upscaler to make your images larger. [Image Scale](/tutorials/resources/settings-tutorials/image-scale.md)

<figure><img src="/files/hcuEDQnG8RoxS0bU2xxa" alt=""><figcaption><p>Example of weird results. I did not cut this image, thats how it was genned.</p></figcaption></figure>

**Model:** Pick one of the UMI models from here. (They should already have been downloaded with Artroom) [Models](/tutorials/resources/models.md)

{% embed url="<https://civitai.com/models/6077?modelVersionId=7207>" %}

* Umi Aphrodite for Realistic images
* Umi Olympus for Anime images

**Image Variation Strength:** This is only used when you are using a starting image.  [Variation Strength](/tutorials/resources/settings-tutorials/variation-strength.md)

**Number of Steps:** 30 [Steps](/tutorials/resources/settings-tutorials/steps.md)

**Prompt Strength:** 7 [Prompt Strength (CFG)](/tutorials/resources/settings-tutorials/prompt-strength-cfg.md)

**Sampler:** Euler Ancestral [Sampler](/tutorials/resources/settings-tutorials/sampler.md)

**Clip Skip:** 1 [Clip Skip](/tutorials/resources/settings-tutorials/clip-skip.md)

**Seed:** Random [Seed](/tutorials/resources/settings-tutorials/seed.md)

**VAE:** The VAE the model recommends. Usually listed on the model page. [VAE](/tutorials/resources/settings-tutorials/vae.md)


---

# 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/starter-settings.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.
