You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
681 B

# Hacklahoma AI Image Workshop (Fall 2023)
1 year ago
## 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)
![<img src="images/sd-latent-space.jpg" width="100"/>](images/sd-latent-space.jpg)
## ControlNet (+ Stable Diffusion)
![ControlNet (+ Stable Diffusion)](images/cn-sd.png)
Install extension for A1111: [`sd-webui-controlnet`](https://github.com/Mikubill/sd-webui-controlnet)