# Pose kits and Saved Preprocessed Images

This guide was made using the version 1.0 ControlNet models, but all the concepts still apply.

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

So maybe you've been browsing on CivitAI and have noticed some pose kits, or the option to search for them in the settings.&#x20;

<https://civitai.com/>

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

Download whatever one you want, extract the zip, and inside will be a set of images with stick-man/wire-frame looking figures. The same figures that the Pose model for ControlNet uses.&#x20;

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

The problem is that normally, with the preprocessor enabled, it generates a black base for ControlNet, which will mean your pose is ignored. \
Using the Pose model with a pose from a kit.

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

This is when turning on the 'Use Preprocessed ControlNet' comes into use.

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

This switch, when enabled, turns off the preprocessor. Meaning the ControlNet will just use the base image as its reference. You won't be able to preview the image with this on, because that part of ControlNet is turned off now. But it will follow the pose you have set as the base image

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

This will break most models if used with a regular image. But it is necessary to use when using a saved preprocessed image for any ControlNet model.

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

This is also a good way to make edits to the Canny and HED preprocessed images, to easily add or remove things with simple drawings.

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

<figure><img src="/files/9H2KXFWWpYhxNnS3PDiz" 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://artroomai.gitbook.io/tutorials/resources/extra-features-tutorials/controlnet/pose-kits-and-saved-preprocessed-images.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.
