Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated README.md file as #40 #41

Merged
merged 3 commits into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
# 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
#### 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

---
Expand Down Expand Up @@ -62,6 +87,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

Expand Down Expand Up @@ -204,8 +230,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)
---