update DB

This commit is contained in:
Dr.Lt.Data
2024-08-04 01:51:00 +09:00
parent 28b90f412a
commit 6048092d93
6 changed files with 84 additions and 48 deletions

View File

@@ -10,6 +10,17 @@
{
"author": "noarche",
"title": "Color Enhance",
"id": "color-enhance",
"reference": "https://github.com/noarche/sd-webui-color-enhance",
"files": [
"https://github.com/noarche/sd-webui-color-enhance"
],
"install_type": "git-clone",
"description": "Script for [a/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and node for ComfyUI to enhance colors.\nThis is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to [CIELCh(ab) and normalizes the chroma (or '[a/colorfulness](https://en.wikipedia.org/wiki/Colorfulness)') component. Original source can be found in the link below."
},
{
"author": "PowerHouseMan",
"title": "ComfyUI-AdvancedLivePortrait",