update DB

This commit is contained in:
ltdrdata 2023-10-26 21:55:53 +09:00
parent c8fff17710
commit 2cf81dec9e
4 changed files with 24 additions and 26 deletions

View File

@ -2187,9 +2187,9 @@
{ {
"author": "chrish-slingshot", "author": "chrish-slingshot",
"title": "CrasH Utils", "title": "CrasH Utils",
"reference": "https://github.com/chrish-slingshot/ComfyUI-CrasHUtils", "reference": "https://github.com/chrish-slingshot/CrasHUtils",
"files": [ "files": [
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher" "https://github.com/chrish-slingshot/CrasHUtils"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A mixture of effects and quality of life nodes. Nodes: ImageGlitcher (gives an image a cool glitchy effect), ColorStylizer (highlights a single color in an image), QueryLocalLLM (queries a local LLM API though oobabooga), SDXLReslution (resolution picker for the standard SDXL resolutions, the complete list), SDXLResolutionSplit (splits the SDXL resolution into width and height). " "description": "A mixture of effects and quality of life nodes. Nodes: ImageGlitcher (gives an image a cool glitchy effect), ColorStylizer (highlights a single color in an image), QueryLocalLLM (queries a local LLM API though oobabooga), SDXLReslution (resolution picker for the standard SDXL resolutions, the complete list), SDXLResolutionSplit (splits the SDXL resolution into width and height). "

View File

@ -12,7 +12,9 @@
"https://github.com/0xbitches/ComfyUI-LCM": [ "https://github.com/0xbitches/ComfyUI-LCM": [
[ [
"LCM_Sampler", "LCM_Sampler",
"LCM_img2img_Sampler" "LCM_Sampler_Advanced",
"LCM_img2img_Sampler",
"LCM_img2img_Sampler_Advanced"
], ],
{ {
"title_aux": "Latent Consistency Model for ComfyUI" "title_aux": "Latent Consistency Model for ComfyUI"
@ -111,6 +113,7 @@
"BSZLatentDebug", "BSZLatentDebug",
"BSZLatentFill", "BSZLatentFill",
"BSZLatentGradient", "BSZLatentGradient",
"BSZLatentHSVAImage",
"BSZLatentOffsetXL", "BSZLatentOffsetXL",
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZLatentbuster", "BSZLatentbuster",
@ -452,6 +455,7 @@
"BatchGLIGENSchedule", "BatchGLIGENSchedule",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleEncodeSDXL",
"BatchStringSchedule",
"BatchValueSchedule", "BatchValueSchedule",
"CosWave", "CosWave",
"InvCosWave", "InvCosWave",
@ -1279,7 +1283,9 @@
"PM_RatioMerge2Image", "PM_RatioMerge2Image",
"PM_ReplaceBoxImg", "PM_ReplaceBoxImg",
"PM_RetinaFace", "PM_RetinaFace",
"PM_SkinRetouching" "PM_SkinRetouching",
"PM_SuperColorTransfer",
"PM_SuperMakeUpTransfer"
], ],
{ {
"title_aux": "ComfyUI-Portrait-Maker" "title_aux": "ComfyUI-Portrait-Maker"
@ -2208,14 +2214,6 @@
"title_aux": "Use Everywhere (UE Nodes)" "title_aux": "Use Everywhere (UE Nodes)"
} }
], ],
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher": [
[
"ImageGlitcher"
],
{
"title_aux": "ComfyUI-ImageGlitcher"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"ColorModEdges", "ColorModEdges",
@ -3829,6 +3827,7 @@
"KSamplerAdvanced (WLSH)", "KSamplerAdvanced (WLSH)",
"Multiply Integer (WLSH)", "Multiply Integer (WLSH)",
"Outpaint to Image (WLSH)", "Outpaint to Image (WLSH)",
"Prompt Weight (WLSH)",
"Quick Resolution Multiply (WLSH)", "Quick Resolution Multiply (WLSH)",
"Resolutions by Ratio (WLSH)", "Resolutions by Ratio (WLSH)",
"SDXL Quick Empty Latent (WLSH)", "SDXL Quick Empty Latent (WLSH)",

View File

@ -203,13 +203,13 @@
}, },
{ {
"author": "chrish-slingshot", "author": "chrish-slingshot",
"title": "ComfyUI-ImageGlitcher", "title": "CrasH Utils",
"reference": "https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher", "reference": "https://github.com/chrish-slingshot/CrasHUtils",
"files": [ "files": [
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher" "https://github.com/chrish-slingshot/CrasHUtils"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner <a href='https://www.airtightinteractive.com/demos/js/imageglitcher/' target='blank'>here</a>." "description": "A mixture of effects and quality of life nodes. Nodes: ImageGlitcher (gives an image a cool glitchy effect), ColorStylizer (highlights a single color in an image), QueryLocalLLM (queries a local LLM API though oobabooga), SDXLReslution (resolution picker for the standard SDXL resolutions, the complete list), SDXLResolutionSplit (splits the SDXL resolution into width and height). "
}, },
{ {
"author": "whatbirdisthat", "author": "whatbirdisthat",

View File

@ -12,7 +12,9 @@
"https://github.com/0xbitches/ComfyUI-LCM": [ "https://github.com/0xbitches/ComfyUI-LCM": [
[ [
"LCM_Sampler", "LCM_Sampler",
"LCM_img2img_Sampler" "LCM_Sampler_Advanced",
"LCM_img2img_Sampler",
"LCM_img2img_Sampler_Advanced"
], ],
{ {
"title_aux": "Latent Consistency Model for ComfyUI" "title_aux": "Latent Consistency Model for ComfyUI"
@ -111,6 +113,7 @@
"BSZLatentDebug", "BSZLatentDebug",
"BSZLatentFill", "BSZLatentFill",
"BSZLatentGradient", "BSZLatentGradient",
"BSZLatentHSVAImage",
"BSZLatentOffsetXL", "BSZLatentOffsetXL",
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZLatentbuster", "BSZLatentbuster",
@ -452,6 +455,7 @@
"BatchGLIGENSchedule", "BatchGLIGENSchedule",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleEncodeSDXL",
"BatchStringSchedule",
"BatchValueSchedule", "BatchValueSchedule",
"CosWave", "CosWave",
"InvCosWave", "InvCosWave",
@ -1279,7 +1283,9 @@
"PM_RatioMerge2Image", "PM_RatioMerge2Image",
"PM_ReplaceBoxImg", "PM_ReplaceBoxImg",
"PM_RetinaFace", "PM_RetinaFace",
"PM_SkinRetouching" "PM_SkinRetouching",
"PM_SuperColorTransfer",
"PM_SuperMakeUpTransfer"
], ],
{ {
"title_aux": "ComfyUI-Portrait-Maker" "title_aux": "ComfyUI-Portrait-Maker"
@ -2208,14 +2214,6 @@
"title_aux": "Use Everywhere (UE Nodes)" "title_aux": "Use Everywhere (UE Nodes)"
} }
], ],
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher": [
[
"ImageGlitcher"
],
{
"title_aux": "ComfyUI-ImageGlitcher"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"ColorModEdges", "ColorModEdges",
@ -3829,6 +3827,7 @@
"KSamplerAdvanced (WLSH)", "KSamplerAdvanced (WLSH)",
"Multiply Integer (WLSH)", "Multiply Integer (WLSH)",
"Outpaint to Image (WLSH)", "Outpaint to Image (WLSH)",
"Prompt Weight (WLSH)",
"Quick Resolution Multiply (WLSH)", "Quick Resolution Multiply (WLSH)",
"Resolutions by Ratio (WLSH)", "Resolutions by Ratio (WLSH)",
"SDXL Quick Empty Latent (WLSH)", "SDXL Quick Empty Latent (WLSH)",