update readme and extension metadata

This commit is contained in:
sontungdo
2024-04-04 17:05:32 -04:00
parent 5415ad176f
commit 1918402f97
5 changed files with 23 additions and 1 deletions

View File

@@ -1 +1,14 @@
# sd-image-editor
# 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

BIN
readme-img/Base-UI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
readme-img/case-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

9
sd-image-editor.json Normal file
View File

@@ -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"
]
}