From f37c19ee23985aea573dc0f07beb6499509036e3 Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 10:44:43 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cd9fea..f3b64b2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ 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) +![](images/sd-working.jpg){ width=50% } -![](images/sd-latent-space.jpg) +![](images/sd-latent-space.jpg) @@ -20,7 +20,7 @@ Background: `text2img` can be thought of as generating visual content based on t ## ControlNet (+ Stable Diffusion) -![ControlNet (+ Stable Diffusion)](images/cn-sd.png) +![](images/cn-sd.png) Install extension for A1111: [`sd-webui-controlnet`](https://github.com/Mikubill/sd-webui-controlnet) \ No newline at end of file