From 3ff6eeb88c6806e61584695f13c53505cb3c0bf2 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Thu, 26 Jan 2023 18:36:42 -0800 Subject: [PATCH] more readme formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca4f10e..74c0934 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,14 @@ Extension for the [AUTOMATIC1111 Stable Diffusion WebUI](https://github.com/AUTO This works by clamping latents between steps. You can read more [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3962) or [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3268) or [this tweet](https://twitter.com/Birchlabs/status/1582165379832348672). +-------------- + ### Credit The core functionality of this PR was mainly developed by [Birch-san](https://github.com/Birch-san) and ported to the WebUI by [dtan3847](https://github.com/dtan3847), then converted to an extension and given a UI by [mcmonkey4eva](https://github.com/mcmonkey4eva). +-------------- + ### Examples ![img](github/cat_demo_1.jpg) @@ -18,8 +22,6 @@ The core functionality of this PR was mainly developed by [Birch-san](https://gi -------------- --------------- - ### Installation - You must have the [AUTOMATIC1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) already installed and working. Refer to that project's readme for help with that.