> For the complete documentation index, see [llms.txt](https://docs.dreamlook.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamlook.ai/generate-images/automatic1111.md).

# AUTOMATIC1111

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

AUTOMATIC1111 is one of the most advanced tool to create images with Stable Diffusion:

**🔗** [**https://github.com/AUTOMATIC1111/stable-diffusion-webui**](https://github.com/AUTOMATIC1111/stable-diffusion-webui)

## Step 1: Train your custom model on [dreamlook.ai](https://dreamlook.ai/)

Head to <https://dreamlook.ai/dreambooth>, and enable "Expert mode" to expose all the training options.

Select the checkpoint format "CompVis (AUTOMATIC1111-compatible)":

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

You can choose other options freely such as the number of images, the number of training steps, the base model etc. Click on "Start job" when you're ready to train.

After the training finishes, find the CLI command to download the model on the model page. \
You will need it later to download the model to your AUTOMATIC1111 instance:

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

## Step 2: Start an AUTOMATIC1111 instance

There are [multiple ways](https://github.com/AUTOMATIC1111/stable-diffusion-webui#installation-and-running) to run AUTOMATIC1111, and the precise steps will depend on what you use.

In this guide, we will run it on Google Colab, using the excellent notebook from TheLastBen:&#x20;

**🔗** [**https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast\_stable\_diffusion\_AUTOMATIC1111.ipynb**](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)

* Simply open this Colab notebook, and run all the cells:

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

* After a while, you will see a public URL displayed:

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

* Open that URL to reveal the AUTOMATIC1111 web ui!

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

## Step 3: Add your custom model to AUTOMATIC1111

* Now that everything is setup, let's interrupt the web ui so we can download the checkpoint:

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

* Use the URL to your model from [dreamlook.ai](https://dreamlook.ai/) (see [Step 1](#step-1-train-your-custom-model)), then create a new cell in the notebook and download the checkpoint to the AUTOMATIC1111 model folder:

```notebook-python
!wget --output "/content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/custom_model.safetensors" "<model_url>" 
```

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

* You can now restart the web ui by running the previous cell. You will now be able to select your custom model in the "Stable Diffusion checkpoint" dropdown:

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

*It should be straightforward to adapt these steps if you use another AUTOMATIC1111 notebook or run it on another platform. If you have any issue, just ask on the* [*dreamlook.ai Discord server*](https://discord.gg/yX9D9KxHMS)*!*

## Step 4: Generate images!

You can now use the full power of the AUTOMATIC1111 web ui to create images 🤩🖼️

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

AUTOMATIC1111 is a powerful tool with a large array of options. There are many great tutorials to get started on YouTube - we particularly recommend content from [Aitrepreneur](https://www.youtube.com/@Aitrepreneur).
