# Hacklahoma AI Image Workshop (Fall 2023) ## text2img Background: `text2img` can be thought of as generating visual content based on textual descriptions. Popular models include [DALL-E](https://openai.com/dall-e-2), [Midjourney](https://www.midjourney.com/home), and [Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release). ![Stable Diffusion](images/sd-working.jpg =400x400) ![Latent Space](images/sd-latent-space.jpg =400x400) ## ControlNet (+ Stable Diffusion) ![ControlNet (+ Stable Diffusion)](images/cn-sd.png =400x400) Install extension for A1111: [`sd-webui-controlnet`](https://github.com/Mikubill/sd-webui-controlnet)