> For the complete documentation index, see [llms.txt](https://docs.dreamerland.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamerland.ai/basic-terms/negative-embeddings.md).

# Negative embeddings

<mark style="background-color:orange;">**What is embedding?**</mark>

Embedding is a method used to introduce new keywords or concepts into a model without modifying the model itself. A new keyword is defined for the desired object or style that is not already present in the model. This new keyword is tokenized. the token is then converted into a unique embedding vector, which is a numerical representation used by the model for image generation.

Overall, embedding offers a way to expand the capabilities of a model by introducing new keywords and associated embedding vector, thereby enabling the generation of images or outputs in different styles or with new objects.

<mark style="background-color:orange;">**What is negative embedding?**</mark>

This is an embedding used in the negative field to avoid styles or objects that you don't want to see, such as a poorly-formed hand. Negative embedding is actually trained using images of undesirable contents. For instance, the negative hands embedding is trained using images of hands with missing fingers, extra fingers, or deformed shapes, with the aim of creating an embedding that can represent undesirable hands. When this negative embedding is employed in the negative field, it introduces the concept of bad hands to the model and attempts to avoid generating them.

<mark style="background-color:orange;">**How to use it?**</mark>

Click on "Negative embeddings" in creation page.

<figure><img src="/files/BFJCYNEUqPd5PmqSnstR" alt="" width="375"><figcaption></figcaption></figure>

If you are unfamiliar with all these negative embedding models, you can click on the model's name. This will take you to the model detail page, where you can find the model's introduction and view example images.

<figure><img src="/files/Po0lfyBn6yvwrBdOuch6" alt="" width="375"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.dreamerland.ai/basic-terms/negative-embeddings.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.
