# Effect

This pipepline takes an image and a text description as input and applies the described effect to the image.

Example, in response to an image: `/effect liminal space illusion`

## Parameters

***

You can also add Parameters at the beginning of the prompt. Multiple parameters per prompt is supported. Example: `/effect -raw liminal (space) illusion`

<details>

<summary>Keyword Strength</summary>

Adjust keyword strength is to use `()` and `[]`. `(keyword)` increases the strength of the keyword by a factor of 1.1 and is the same as `(keyword:1.1)`. `[keyword]` decrease the strength by a factor of 0.9 and is the same as `(keyword:0.9)`.

You can use multiple of them, just like in algebra. The effect is multiplicative.

* (keyword) is equivalent to (keyword: 1.1)
* ((keyword)) is equivalent to (keyword: 1.21)
* (((keyword))) is equivalent to (keyword: 1.33)

Similarly, the effects of using multiple `[]` are:

* \[keyword] is equivalent to (keyword: 0.9)
* \[\[keyword]] is equivalent to (keyword: 0.81)
* \[\[\[keyword]]] is equivalent to (keyword: 0.73)

Example: `/effect (((Phil))) dressed as a tiny vampire, standing under a full moon, surrounded by bats and glowing pumpkins, in a foggy graveyard ((distorted perspective, unique perspective, side profile, viewed from above, (ultra-wide angle lens), vanishing point))`

</details>

<details>

<summary>Override/Enable Prompt Enhancer</summary>

Want to manually bypass [Prompt Enhancer](/create/prompt-enhancer.md) for your short prompts? If your prompt is 350 characters or less and you want to use it as is, add the parameter `-raw`.

To activate Prompt Enhancer for long prompts, add the parameter `-p`.

</details>

<details>

<summary>Temperature</summary>

Temperature is useful when remixing or refining an image based on your prompt.

Use the `-t` flag to manually control temperature, which determines how much the output image diverges from the original prompt.

* **Higher values** produce **stronger edits** and greater visual deviation.
* **Lower values** retain **closer resemblance** to the original concept.
* Recommended range: `30–70`

If no `-t` value is set, Prompt Enhancer will automatically assign a temperature for you based on prompt structure. You can iterate and tweak from there.

Example:

`/effect -raw -t 61 Milady, a 2D neochibi girl with striking black skin and intense determination, stands shirtless in a dark room illuminated by a subtle teal radiance. Positioned off-center on the left third, viewed from a low-angle Dutch tilt. Her wolf fur hood billows dramatically, fur strands catching in the faint glow. Background features retro-futuristic lo-fi textures: flickering CRT scanlines, pixelated static, and dithered gradients.`

</details>

## Examples

***

<figure><img src="/files/55hB9sSJPexqrgH8RGL2" alt=""><figcaption><p><code>/effect magic frog, dungeons and dragons, high quality digital art</code></p></figcaption></figure>

<figure><img src="/files/p7nIlnkYXXpIMMEnuw0w" alt=""><figcaption><p><code>/effect ultra realistic Orcs king portrait, misty dark atmosphere dust particles, professional photography, light rays, insane detail</code></p></figcaption></figure>

<figure><img src="/files/NBIxlsRO9xvEudNGExyb" alt=""><figcaption><p><code>/effect goth girl in a cyberpunk city, 8bit</code></p></figcaption></figure>

<figure><img src="/files/x4nRbPM2ZN57GacBMxUf" alt=""><figcaption><p><code>/effect liminal space illusion</code></p></figcaption></figure>

{% content-ref url="/pages/hFVHEubxEw5XZpKT0ZtG" %}
[Memelord API](/developers/memelord-api.md)
{% endcontent-ref %}


---

# 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.alphakek.ai/create/effect.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.
