> For the complete documentation index, see [llms.txt](https://docs.thinkdiffusion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thinkdiffusion.com/ai-art-video-models-and-apps/automatic1111-in-the-cloud/how-to-use-loras-in-automatic1111.md).

# How to use LORA's in Automatic1111

{% embed url="<https://learn.thinkdiffusion.com/content/media/2023/07/Lora.mp4>" %}
How to use LORA's in Automatic1111
{% endembed %}

To use LORA's you need to:

**1. Upload your LORA safetensors file**

* Use the following folder: *../user\_data/a1111/models/Lora/*

**2. Click on the** 🚨**show/hide extra networks icon** when uploaded.

* Head over to the LORA tab and you'll see your LORA file.
* **⚡️Protip:** If for some reason it does not show then **simply click refresh** and your LORA file will appear

**3. To use your LORA**, you simply need to:

* Enter your prompts
* And click on the LORA file and it will add the correct syntax to your prompt as shown below

{% hint style="info" %}
**💡 What does the colon syntax mean? eg. " :1 "**\
\
The :1 at the end of the angled brackets is the weighting of how much of the LORA is applied, so you can change this to 0.5 as an example to weight it less
{% endhint %}

\
Check out out tutorial on creating amazing art with LoRA Models [here](https://learn.thinkdiffusion.com/how-to-use-loras/).<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.thinkdiffusion.com/ai-art-video-models-and-apps/automatic1111-in-the-cloud/how-to-use-loras-in-automatic1111.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
