# DiffusionBee

{% hint style="info" %}
[**dreamlook.ai**](https://dreamlook.ai/) **lets you finetune Stable Diffusion models in minutes (first run is free!)**\
Follow this guide to train models on [dreamlook.ai](/welcome-to-dreamlook.ai-docs.md) that you can use in DiffusionBee.
{% endhint %}

DiffusionBee is a free and open-source Mac application that allows you to generate images on your computer:&#x20;

**🔗** [**https://diffusionbee.com**](https://diffusionbee.com/)

The custom models you train on [dreamlook.ai](https://dreamlook.ai/) can easily be used in DiffusionBee, allowing you to create any kind of images of yourself, your pets or anything else you want!

## Step 1: Train your custom model

1. Head to <https://dreamlook.ai/dreambooth> and enable "Expert mode"
2. Select the following parameters:

* "Checkpoint format" must be "**CompVis (AUTOMATIC1111-compatible)"**

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

You can choose the other options freely such as the number of images, the number of training steps, the base model etc.

## Step 2: Add your custom model to DiffusionBee

After your model is trained, download it to your Mac:

<figure><img src="/files/0vdrBWMX9kZuWAWKaMww" alt=""><figcaption></figcaption></figure>

Then add it as a custom model in DiffusionBee:

* Open DiffusionBee settings:

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

* In the Settings, under Custom Models, click on "Add New Model" and select the checkpoint you downloaded:

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

* It will now be available as an option in the "Text To Image" tab under "Custom Model":

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

## Step 3: Generate images!

You can now generate images using your custom model. This will work with both "Text To Image" and "Image To Image" 🎨🧑‍🎨

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

Check out [DiffusionBee's help pages](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/blob/master/DOCUMENTATION.md#text-to-image) if you need more need guidance about how to use it.


---

# 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.dreamlook.ai/generate-images/diffusionbee.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.
