# Learn Generative Ai Coding

### Learn to Code Generative Ai

* Introduction to Diffusion Models for Image Generation – A Comprehensive Guide : <https://learnopencv.com/image-generation-using-diffusion-models/>&#x20;
* [The Illustrated Stable Diffusion](https://jalammar.github.io/illustrated-stable-diffusion/) - really nice overview of Stable Diffusion and the pieces that make it up
* AIAIART - really nice ongoing [youtube series](https://www.youtube.com/playlist?list=PL23FjyM69j910zCdDFVWcjSIKHbSB7NE8) and discussion in its [Discord](https://discord.com/invite/aq3kv4Mtcd)
* [Deep Learning for Art, Aesthetics, and Creativity](https://www.youtube.com/playlist?list=PLCpMvp7ftsnIbNwRnQJbDNRqO6qiN3EyH) - MIT course available on youtube
* [Dive into Deep Learning](https://d2l.ai/index.html) (online, free, interactive)
* [Deep Learning Foundations to Stable Diffusion](https://www.fast.ai/posts/part2-2022-preview.html) - 4 videos from the fast.ai class
* [Generative Deep Learning](https://amzn.to/3FNr3ap): Teaching Machines to Paint, Write, Compose, and Play by David Foster \[2019]\
  Really enjoyed this and it's a great book! It's from 2019 so doesn't cover the very latest like VQGAN, CLIP, guided diffusion though.
* [HuggingFace Diffusion Models Class](https://github.com/huggingface/diffusion-models-class) - nice coverage of the diffusers library and Stable Diffusion&#x20;
* [The Artist in the Machine](https://amzn.to/32I0kOm): The world of AI-powered creativity by Arthur I. Miller \[2020]\
  Not very technical but engaging and inspiring view of many Ai art projects so far.
* [ml4a.net](https://ml4a.net/) - online textbook, classes, and learning resources


---

# 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://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/ai-resources/learn-generative-ai-coding.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.
