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.