# How to add more ControlNet models in Automatic1111

<div data-full-width="true"><figure><img src="/files/rUn1E8Td3CqHNO6KVUDM" alt=""><figcaption></figcaption></figure></div>

You can specify a path to a folder for additional ControlNet models using the ControlNet settings. While you can use any folder in your cloud storage, we recommend creating a ControlNet under your `/a1111/models.`

1\. Navigate to your ``/a1111/models folder and create a new `ControlNet` folder.``

2\. Navigate to the `/a1111/models/ControlNet` folder and upload the *\***.safetensors*** file. Also upload the corresponding *\***.yaml*** file if it has one. For more info on uploading, click [here](https://learn.thinkdiffusion.com/thinkdiffusion-faqs/#how-to-upload-a-file-from-your-device)

3\. Go to the ***Settings*** tab

4\. Scroll down and click on the ***ControlNet*** menu item on the left side

5\. Add the inputs folder path to the "*Extra path to scan for ControlNet models* *(e.g. training output directory)*" field\
(you can easily copy the folder path via the link button next to the Input folder; it should be "../user\_data/a1111/models/ControlNet" if you are using the recommended path above )

6\. Apply the changes by clicking "**Apply settings**"

7\. In the ControlNet section, click the 🔄 **refresh** button next the "Model" dropdown. You will have to do this separately for txt2img and img2img.

Your ControlNet model should now be available in the dropdown list.

<br>


---

# 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.thinkdiffusion.com/ai-art-video-models-and-apps/automatic1111-in-the-cloud/how-to-add-more-controlnet-models-in-automatic1111.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.
