# LoRA

## 1. What is LoRA?

LoRA stands for Low-Rank Adaptation. It allows you to use low-rank adaptation technology to quickly fine-tune AI models. To put it in simple terms, the LoRA training model makes it easier to train model on different concepts, such as characters or a specific style. These trained models then can be exported and used by others in their own generations.

## 2. How to use?

You can use lora to fine-tune AI models using the following syntax: **\<lora:loraSlug:loraWeight>**

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

## 3. List of available LoRa

| Name                         | Slug               | With LoRa | Without LoRa |
| ---------------------------- | ------------------ | --------- | ------------ |
| Gacha splash LORA            | gacha-splash-4     |           |              |
| Anime Lineart / Manga-like   | animeoutline-v4-16 |           |              |
| Mecha                        | mecha              |           |              |
| Plush Tech - World Morph     | plush-tech-22      |           |              |
| Dread Tech - World Morph     | dread-tech-20      |           |              |
| Hacked Tech - World Morph    | hacked-tech-20     |           |              |
| Golden Tech - World Morph    | golden-tech-20     |           |              |
| Kawaii Tech - World Morph    | kawaii-tech-20     |           |              |
| Blessed Tech - World Morph   | blessed-tech-20    |           |              |
| Vampiric Tech - World Morph  | vampiric-tech-20   |           |              |
| Stealth Tech - World Morph   | stealth-tech-20    |           |              |
| Better Guns \| Locon/LyCoris | better-guns-v1     |           |              |
| Yearbook                     | yearbook           |           |              |


---

# 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.quickqr.art/user-guide/lora.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.
