# Pipelines

- [Passing in custom arguments](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/passing-in-custom-arguments.md)
- [Stable Diffusion XL](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/stable-diffusion-xl.md)
- [Text-to-Image](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/text-to-image.md)
- [Image-to-Image](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/image-to-image.md)
- [Inpainting](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/inpainting.md)
- [Outpainting](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/outpainting.md)
- [Upscaler Pipelines](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/upscaler-pipelines.md)
- [Stable Diffusion Upscale](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/stable-diffusion-upscale.md)
- [Setting a custom VAE](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/setting-a-custom-vae.md)
- [ControlNet](https://flush-ai.gitbook.io/automatic-1111-sdk/pipelines/controlnet.md): We now have ControlNet support on Auto1111SDK from the extension. ControlNet can be added to the original Stable Diffusion model to generate images to greatly customize the generation process.


---

# 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://flush-ai.gitbook.io/automatic-1111-sdk/pipelines.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.
