From 034d796843ed3f94b0adf5c1d4aea36631b869c2 Mon Sep 17 00:00:00 2001 From: Yusuf YILDIRIM <122603576+MYusufY@users.noreply.github.com> Date: Thu, 16 May 2024 06:49:22 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a17381..eb29299 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ This extension implements multiple novel algorithms that enhance image quality, prompt following, and more. ## COMPATIBILITY NOTICES: -#### Currently incompatible with stable-diffusion-webui-forge +#### Currently incompatible with stable-diffusion-webui-forge Use this extension with Forge: https://github.com/pamparamm/sd-perturbed-attention * Reported incompatible with Adetailer: https://github.com/v0xie/sd-webui-incantations/issues/21 - * May conflict with extensions that modify the CFGDenoiser --- @@ -62,6 +61,7 @@ Prompt: "A pointillist painting of a raccoon looking at the sea." Prompt: "An epic lithograph of a handsome salaryman carefully pouring coffee from a cup into an overflowing carafe, 4K, directed by Wong Kar Wai" - SD XL ![image](./images/xyz_grid-3380-1-An%20epic%20lithograph%20of%20a%20handsome%20salaryman%20carefully%20pouring%20coffee%20from%20a%20cup%20into%20an%20overflowing%20carafe,%204K,%20directed%20by%20Wong.jpg) + --- ## Multi-Concept T2I-Zero / Attention Regulation @@ -205,7 +205,5 @@ SD XL - Hard Prompts Made Easy (https://github.com/YuxinWenRick/hard-prompts-made-easy) - - @udon-universe's extension templates (https://github.com/udon-universe/stable-diffusion-webui-extension-templates) --- - From 4f27820df03a9b34626a0d028da5c386ea0b1ce5 Mon Sep 17 00:00:00 2001 From: Yusuf YILDIRIM <122603576+MYusufY@users.noreply.github.com> Date: Thu, 16 May 2024 06:52:53 +0300 Subject: [PATCH 2/3] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb29299..0962e43 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,6 @@ SD XL } -- Hard Prompts Made Easy (https://github.com/YuxinWenRick/hard-prompts-made-easy) -- @udon-universe's extension templates (https://github.com/udon-universe/stable-diffusion-webui-extension-templates) +- [Hard Prompts Made Easy](https://github.com/YuxinWenRick/hard-prompts-made-easy) +- [@udon-universe's extension templates](https://github.com/udon-universe/stable-diffusion-webui-extension-templates) --- From b62f3f4cd00b2f4906c3d38db532394292ae47ba Mon Sep 17 00:00:00 2001 From: Yusuf YILDIRIM <122603576+MYusufY@users.noreply.github.com> Date: Thu, 16 May 2024 07:07:51 +0300 Subject: [PATCH 3/3] update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 0962e43..1430fb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,32 @@ # sd-webui-incantations This extension implements multiple novel algorithms that enhance image quality, prompt following, and more. +## What is This? +The `sd-webui-incantations` extension is designed to enhance the capabilities of the Stable Diffusion web UI by integrating advanced algorithms that improve image generation quality and fidelity to prompts. These algorithms include Perturbed Attention Guidance, CFG Interval/Scheduler, Multi-Concept T2I-Zero/Attention Regulation, and more. By incorporating state-of-the-art research, this extension allows users to achieve higher-quality images with more accurate prompt adherence and improved sampling techniques. + +## Installation +To install the `sd-webui-incantations` extension, follow these steps: + +1. **Clone the Repository**: + ```bash + git clone https://github.com/v0xie/sd-webui-incantations.git +2. **Navigate to the Directory**: + ```bash + cd sd-webui-incantations + +3. **Install Dependencies**: Ensure you have all required dependencies installed. You can do this via `pip`: + ```bash + pip install -r requirements.txt + +4. **Add to Stable Diffusion Web UI**: + Add the path to this extension in your Stable Diffusion Web UI configuration or place the cloned directory in the extensions folder of your web UI. + +5. **Restart the Web UI**: + Restart your Stable Diffusion Web UI to load the new extension. + + + + ## COMPATIBILITY NOTICES: #### Currently incompatible with stable-diffusion-webui-forge Use this extension with Forge: https://github.com/pamparamm/sd-perturbed-attention