diff --git a/README.md b/README.md index 01a9b0d..2a73d87 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# sd-image-editor \ No newline at end of file +# Image Editor Extension for Stable Diffusion Web UI +A simple, lightweight, and easy-to-use image editor for [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui). +![](readme-img/Base-UI.png) +This image editor is natively built for the SD Web UI ecosystem (compatible with Forge) that offers integration with other core functions of SD Web UI to speed up your workflows. Quickly rotate or enhance image colors, then send it to img2img in just a few seconds! + +## Installation +![](readme-img/github-install.png) +1. Go to your Web UI: Extensions -> Install from URL +2. Paste `https://github.com/sontungdo/sd-image-editor.git` in the first box +3. Install + +## Example usage +![](readme-img/case-1.png) +Flip and adjust color, contrast, brightness diff --git a/readme-img/Base-UI.png b/readme-img/Base-UI.png new file mode 100644 index 0000000..ab20295 Binary files /dev/null and b/readme-img/Base-UI.png differ diff --git a/readme-img/case-1.png b/readme-img/case-1.png new file mode 100644 index 0000000..b3985e0 Binary files /dev/null and b/readme-img/case-1.png differ diff --git a/readme-img/github-install.png b/readme-img/github-install.png new file mode 100644 index 0000000..010fd90 Binary files /dev/null and b/readme-img/github-install.png differ diff --git a/sd-image-editor.json b/sd-image-editor.json new file mode 100644 index 0000000..38a1cad --- /dev/null +++ b/sd-image-editor.json @@ -0,0 +1,9 @@ +{ + "name": "SD Image Editor", + "url": "https://github.com/sontungdo/sd-image-editor.git", + "description": "A fast and easy-to-use image editor for Stable Diffusion Web UI", + "tags": [ + "tab", + "editing" + ] +} \ No newline at end of file