# CLIP skip

<mark style="background-color:orange;">**What is CLIP skip?**</mark>&#x20;

Clip Skip is a feature that allows users to selectively bypass certain layers of the CLIP model during the image generation process. By skipping layers, users can achieve more creative and less specific results, as the CLIP model can sometimes provide overly precise descriptions.

The choice of CLIP skip value depends on the desired outcome and the specific image being generated. Lower values yield more specific results, while higher values promote greater creative freedom.

It is important to note the following considerations when using CLIP skip:

1. Higher CLIP skip values result in more abstract images.
2. Higher CLIP skip value results in less adherence to your prompt.
3. Certain models may not perform well with high Clip Skip values.


---

# 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.dreamerland.ai/basic-terms/clip-skip.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.
