Skip to content

Commit 1593502

Browse files
authored
docs: simplify README even more
1 parent 212c1c6 commit 1593502

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
<div align="center">
2-
31
<h1>Automatic1111 Stable Diffusion web UI</h1>
42

53
[![RunPod](https://api.runpod.io/badge/runpod-workers/worker-a1111)](https://www.runpod.io/console/hub/runpod-workers/worker-a1111)
64

7-
Built upon the Stable Diffusion WebUI, this worker provides an API to generate images with Stable Diffusion models.
8-
9-
</div>
10-
11-
## Features
5+
- Runs [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and exposes its `txt2img` API endpoint
6+
- Comes pre-packaged with the [**Deliberate v6**](https://huggingface.co/XpucT/Deliberate) model
127

13-
- Runs the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and exposes its txt2img API endpoint.
14-
- Comes pre-packaged with the [**Deliberate v6**](https://huggingface.co/XpucT/Deliberate) model (`Deliberate_v6.safetensors`).
8+
---
159

1610
## Usage
1711

18-
The `input` object within your job request is forwarded directly to the `/sdapi/v1/txt2img` endpoint of the internal Automatic1111 API.
19-
20-
### Configuration
21-
2212
The `input` object accepts any valid parameter for the Automatic1111 `/sdapi/v1/txt2img` endpoint. Refer to the [Automatic1111 API Documentation](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API) for a full list of available parameters (like `seed`, `sampler_name`, `batch_size`, `styles`, `override_settings`, etc.).
2313

2414
### Example Request

0 commit comments

Comments
 (0)