# AUTOMATIC1111

AUTOMATIC1111 is a **username** used by a developer who has created a web user interface for Stable Diffusion, a deep learning-based image generation technique. The user interface allows users to generate images by inputting prompts and adjusting various settings, such as the CLIP skip option, which controls how early the processing of the prompt by the CLIP network should be stopped. AUTOMATIC1111's web user interface also includes features such as a **checkpoint merger** for combining two or more models, an Interrogate CLIP button for guessing the prompt of an uploaded image, and a **Train page for training models.** To use AUTOMATIC1111, users must first **install it on their computer** by cloning the repository from GitHub and running the web user interface in a web browser.


---

# 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://yunaeecy.gitbook.io/wiki/artificial-intelligence/readme-3/automatic1111.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.
