# Model Hub Beta

You may now upload your own models & spells to use with the image generator.&#x20;

**Visit Model Hub:** [**https://moescape.ai/models/**](https://moescape.ai/models/)

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

#### Below is a list of things you can do on Model Hub

#### Upload Models & Spells (including SDXL)

* Models - called Checkpoints
* Spells
* LoRA
* Textual Inversion - mainly used for negative prompts embedding
* LyCORIS - basically a multi-layered version of LoRA that is a more advanced and better-trained form

{% hint style="info" %}
Note:&#x20;

* When uploading SDXL models or spells, please make sure to select 'SDXL' in the 'Category' section. (see 2nd screenshot)
* We currently only accept .safetensors files.<br>
  {% endhint %}

#### **Model Claiming**&#x20;

If an existing uploaded model is yours, you will be able to put in a claim request directly from the specific model's page, which will then be reviewed by our team.

***

## How to Upload Models & Spells

1. Go to Model Hub page > click '+ Create Model' button.
2. Fill out and select the relevant information.

* Model Name, Type, Category, Hashtags, etc.
* Add version information

{% hint style="info" %}
Note: Please make sure to select the correct model type as explained above.
{% endhint %}

3. Upload model file.
4. Upload relevant photos for your model. (Your model upload will fail if it contains any explicit images. You may attach multiple, but the first image in the album will be used as the cover image.

{% embed url="<https://drive.google.com/file/d/1O_hnObMRaZPogZNIHcGWEH4y0TW2tC18/view?usp=sharing>" %}

Once your upload has been processed, you will be able to use it in the image generator.&#x20;

{% hint style="info" %}
**Note:**

* Processing time varies based on file size.
  * Spell files are typically smaller and can be available almost instantly.
  * Model files are larger and therefore require more time to process.
* The first few generations with newly uploaded models may take longer than usual, as it takes time for the models to be loaded onto the GPUs (similar to a warm-up period).
  {% endhint %}


---

# 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.moescape.ai/image-and-video-generation-guide/model-hub-beta.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.
