# Settings visualized

### Default Values for the Official Palette App

The new default values for [Palette](https://palette.fm/) are listed below, along with detailed explanations in the following sections:

```python
data = {
    "resolution": "watermarked-sd", # watermarked-sd, sd, full-hd, or 4k
    "prompt": "", # replace with custom prompt (manual prompt)
    "standard_filter_id": "1", # 0-20 default filters (auto prompt)
    "artistic_filter_id": "O", # 0-100 more creative filters (auto prompt)
    "raw_captions": "false", # true or false, remove post and prefix from prompt
    "pre_fix": "", # create your own pre_fix, e.g. A photo of
    "post_fix": "", # create your own pre_fix, e.g. HDR and colorful.
    "auto_color": "true", # true or false, color balancing
    "white_balance": "false", # white balancing
    "temperature": "-0.1", # 0.0 - 1.0, cold or warm filter
    "saturation": "1.1" # 0.0 - 2.0, adjust saturation
}
```

### Utilizing Standard Filters 1-20

* Parameter: *standard\_filter\_id*
* Enabled values: 1-20
* Disable value: 0
* 10 filters per row (e.g., first row: 1-10)&#x20;

{% hint style="info" %}
Filters 1-3 offer the most conservative colorizations, making them suitable defaults for various applications. Filter 1 is the most consistent choice. Filters 4-20 provide more vibrant colors but may be less robust. These 20 filters are the default options in the official Palette.fm.
{% endhint %}

<figure><img src="/files/1gUdkkGAGnsRZA7y1ApW" alt=""><figcaption></figcaption></figure>

### Utilizing Artistic Filters 1-100

* Parameter: *artistic\_filter\_id*
* Enabled values: 1-100
* Disable value: 0
* 10 filters per row (e.g., first row: 1-10)&#x20;

{% hint style="info" %}
These filters may be less consistent, but they offer more colorful results. They are featured in the "Surprise Me" option within the official Palette.fm browser-app.
{% endhint %}

<figure><img src="/files/XQk4RDHfKnCUKuyXsfO6" alt=""><figcaption></figcaption></figure>

### Auto Color Balancing

* Parameter: *auto\_color*
* Enabled value: true
* Disable value: false
* Example: Standard filters 1-20 with alternating auto\_color false and true. 10 per row.

{% hint style="info" %}
Comparisons are made in pairs. The first image has auto\_color set to false, while the second has it enabled. In Palette's official app, auto\_color is set to true by default. This setting enhances color balance, brings out softer colors, and adds a more vibrant appearance.
{% endhint %}

<figure><img src="/files/rHvUCgplEHAjcJhmAw71" alt=""><figcaption></figcaption></figure>

### Auto White Balancing

* Parameter: *white\_balance*
* Enabled value: true
* Disable value: false
* Example: Standard filters 1-20 with alternating *white\_balance* false and true. 10 per row.

{% hint style="info" %}
**Note**: Comparisons are presented in pairs. The first image has white\_balance set to false, while the second enables it. In Palette's official app, white\_balance is set to false by default. Although less robust than auto\_color, this setting performs well with higher quality images, providing a cleaner appearance.
{% endhint %}

<figure><img src="/files/tV5Mhma46jU7a0zKqMhU" alt=""><figcaption></figcaption></figure>

### Temperature Adjustment

* Parameter: *temperature*
* Enabled value: -1.0 - 1.0
* Disable value: 0.0
* Example: Standard filters 1-20 with temperature going from - 1.0 - 1.0

{% hint style="info" %}
Image temperature ranges from -1.0 to 1.0, with 0.0 disabling the adjustment. The official Palette app sets the default value at -0.1. Older images tend to lose contrast and appear flat in color. Applying a slightly colder filter on the mid-tones enhances image cleanliness and adds depth.
{% endhint %}

<figure><img src="/files/3SsbMrVsCRXjIOD4C8H5" alt=""><figcaption></figcaption></figure>

### Saturation Adjustment

* Parameter: *saturation*
* Enabled value: 0.0 - 2.0
* Disable value: 1.0
* Example: Standard filters 1-20 with saturation going from 0.0 - 2.0

{% hint style="info" %}
Image saturation ranges from 0.0 to 2.0, with 1.0 disabling the adjustment. The official Palette app sets the default value at 1.1, slightly boosting colors for a more vibrant appearance.
{% endhint %}

<figure><img src="/files/H25XOC0MBPHMDwVOohCz" alt=""><figcaption></figcaption></figure>

### Reference Image

* Parameter: *image\_ref*

{% hint style="info" %}
Utilize the reference image to approximate the color scheme in your colorization. Ensuring the general color pattern is similar will lead to a pleasing result. Feel free to explore creativity by incorporating elements such as flowers or butterflies to enhance the color palette.
{% endhint %}

<figure><img src="/files/fBbo26is0jogrKDo2R0E" alt=""><figcaption></figcaption></figure>


---

# 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://docs.palette.fm/image-processing/settings-visualized.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.
