diff --git a/README.md b/README.md index 9e2208f..e11dc77 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,37 @@ # a1111-sd-webui-haku-img An Image utils extension for A1111's sd-webui +Features: +* blending (support 17 mode) +* color adjust +* tone curve +* blur +* img2sketch(thourgh XDoG) +* pixelize(Kmeans or dithering) +* glow (blur and blend) +* inoutpaint support tool ## Example: https://user-images.githubusercontent.com/59680068/212915298-92157d15-e7e0-40b0-9b89-74da3eb4ea18.mp4 - ## blend -![image](https://user-images.githubusercontent.com/59680068/212818517-74c83a03-8083-4cc2-b60b-439e451c62ad.png) -![image](https://user-images.githubusercontent.com/59680068/212818530-f265fe56-27d3-4809-9bdb-49a6d629b9de.png) +![image](https://user-images.githubusercontent.com/59680068/215345290-dd9e11b8-f717-4c15-bd32-19259691122d.png) +![image](https://user-images.githubusercontent.com/59680068/215345295-0393cb8c-2bd1-48c2-809b-c25c1554197b.png) ## color -![image](https://user-images.githubusercontent.com/59680068/212818319-fe841355-7457-41f4-b313-15babe4ceaa0.png) +![image](https://user-images.githubusercontent.com/59680068/215345319-799e006d-6aa3-4c8b-90b6-87817eb0eeab.png) +## tone curve +https://user-images.githubusercontent.com/59680068/215345100-4f0c74bb-f7e6-4f62-ba98-269ced40e246.mp4 ## blur ![image](https://user-images.githubusercontent.com/59680068/212818343-4754764a-cd3d-4591-a823-a065bdc7b934.png) ## sketch -![image](https://user-images.githubusercontent.com/59680068/212818424-446ec5f6-246f-4bdd-80cb-8b8ff171cca4.png) +![image](https://user-images.githubusercontent.com/59680068/215345372-019e796e-04e7-48ac-81bd-f56eff2a338d.png) ## pixelize -![image](https://user-images.githubusercontent.com/59680068/213517939-8e009382-0f03-4c95-9d25-fe88cae8d629.png) +![image](https://user-images.githubusercontent.com/59680068/215345447-b528655b-7f5a-411f-95aa-61e02fc41d09.png)