> For the complete documentation index, see [llms.txt](https://metaverse-imagen.gitbook.io/ai-tools-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaverse-imagen.gitbook.io/ai-tools-research/solutions-and-tutorials/stable-diffusion-tutorials.md).

# Stable Diffusion Tutorials

* How to install Stable diffusion: <https://www.youtube.com/watch?v=kqXpAKVQDNU&t=0s>
* &#x20;Stable diffusion for beginners: <https://www.youtube.com/watch?v=nJlHJZo66UA&t=0s>
* My Stable diffusion workflow to Perfect Images: <https://www.youtube.com/watch?v=4u-Ytioi3DM&t=0s>
* ControlNet tutorial and install guide:  <https://www.youtube.com/watch?v=uAI_FBK6UPc&t=0s>&#x20;
* Famous Scenes Remade by ControlNet AI:  <https://www.youtube.com/watch?v=wVbWZ-Ph9lE&t=0s>
* LIVE Pose in Stable Diffusion:  <https://www.youtube.com/watch?v=uAI_FBK6UPc&t=0s>&#x20;
* Control Lights in Stable Diffusion:  <https://www.youtube.com/watch?v=_xHC3bT5GBU&t=0s>&#x20;
* Ultimate Stable diffusion guide: <https://www.youtube.com/watch?v=DHaL56P6f5M&t=0s>
* Inpainting Tutorial - Stable Diffusion: <https://www.youtube.com/watch?v=No1_sq-i_5U&t=0s>
* Ultimate Animation guide in Stable diffusion: <https://www.youtube.com/watch?v=lztn6qLc9UE&t=0s>&#x20;
* Dreambooth tutorial for Stable diffusion: <https://www.youtube.com/watch?v=Z-hyKADmHmE&t=0s>&#x20;
* 5 tricks you're not using in Stable diffusion: <https://www.youtube.com/watch?v=-5TaeHvnVxE&t=0s>&#x20;
* Avoid these 7 mistakes in Stable diffusion: <https://www.youtube.com/watch?v=b8xWjrzTAPY&t=0s>
* Default link for extensions if needed: - -<https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-extensions/master/index.json>
* Webui extensions: <https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions>
* Download and Install ControlNet Models: <https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main>
* Video on How to install ControlNet: <https://www.youtube.com/watch?v=EPvKNZlR9Dk\\&t=0s> *<mark style="color:blue;">(How To Install ControlNet 1.1 In Automatic1111 Stable Diffusion)</mark>*
* The Truth About Consistent Characters In Stable Diffusion: <https://www.youtube.com/watch?v=WQsUeyzq-VA>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://metaverse-imagen.gitbook.io/ai-tools-research/solutions-and-tutorials/stable-diffusion-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
