From c97e8e73b3fd8b3560d5d87bbda56351bf3b882f Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 10:41:26 -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 39047e0..186e9e0 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) +![Stable Diffusion](images/sd-working.jpg =400x400) -![Latent Space](images/sd-latent-space.jpg) +![Latent Space](images/sd-latent-space.jpg =400x400) @@ -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) +![ControlNet (+ Stable Diffusion)](images/cn-sd.png =400x400) Install extension for A1111: [`sd-webui-controlnet`](https://github.com/Mikubill/sd-webui-controlnet) \ No newline at end of file