# Quick Start

{% hint style="info" %}
To avoid wasting your valuable time, please check if your device is supported before downloading the app. Machines not listed in the device compatibility may experience crashes due to insufficient memory space.
{% endhint %}

### Device System Requirements

| macOS | iPadOS, iOS |
| :---: | :---------: |
|  13.1 |     16.2    |

### Device Hardware Requirements

<table><thead><tr><th width="257.3333333333333" align="center">Mac</th><th align="center">iPad</th><th align="center">iPhone</th></tr></thead><tbody><tr><td align="center">M1</td><td align="center">M1</td><td align="center">A14</td></tr></tbody></table>

### Install AI models

Installation of any AI painting model is required. For devices with memory less than 16GB, please download the "split-einsum" model type. For devices with memory greater than or equal to 16GB, the "original" model type can be installed for better image quality.

### Install Plugins（Optional）

This is an optional feature. If you intend to use ControlNet, please install the corresponding plugin. The ControlNet module will be presented with detailed instructions.

<br>

### Generating Images

Simply input a few descriptive prompts (in English) in the Creative Center. Click the "Generate Images" button, and the system will create the images. Note that the initial image generation might require some additional time as the model initializes. Subsequent image generation will be faster.

<figure><img src="/files/Q6XxDLscxEYdlx6ty8xP" alt=""><figcaption><p>Prompt: "A cute cat in an astronaut suit"</p></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://doc-en.joyfusion.app/quick-start.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.
