mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
c8fff17710
commit
2cf81dec9e
@ -2187,9 +2187,9 @@
|
||||
{
|
||||
"author": "chrish-slingshot",
|
||||
"title": "CrasH Utils",
|
||||
"reference": "https://github.com/chrish-slingshot/ComfyUI-CrasHUtils",
|
||||
"reference": "https://github.com/chrish-slingshot/CrasHUtils",
|
||||
"files": [
|
||||
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher"
|
||||
"https://github.com/chrish-slingshot/CrasHUtils"
|
||||
],
|
||||
"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). "
|
||||
|
||||
@ -12,7 +12,9 @@
|
||||
"https://github.com/0xbitches/ComfyUI-LCM": [
|
||||
[
|
||||
"LCM_Sampler",
|
||||
"LCM_img2img_Sampler"
|
||||
"LCM_Sampler_Advanced",
|
||||
"LCM_img2img_Sampler",
|
||||
"LCM_img2img_Sampler_Advanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "Latent Consistency Model for ComfyUI"
|
||||
@ -111,6 +113,7 @@
|
||||
"BSZLatentDebug",
|
||||
"BSZLatentFill",
|
||||
"BSZLatentGradient",
|
||||
"BSZLatentHSVAImage",
|
||||
"BSZLatentOffsetXL",
|
||||
"BSZLatentRGBAImage",
|
||||
"BSZLatentbuster",
|
||||
@ -452,6 +455,7 @@
|
||||
"BatchGLIGENSchedule",
|
||||
"BatchPromptSchedule",
|
||||
"BatchPromptScheduleEncodeSDXL",
|
||||
"BatchStringSchedule",
|
||||
"BatchValueSchedule",
|
||||
"CosWave",
|
||||
"InvCosWave",
|
||||
@ -1279,7 +1283,9 @@
|
||||
"PM_RatioMerge2Image",
|
||||
"PM_ReplaceBoxImg",
|
||||
"PM_RetinaFace",
|
||||
"PM_SkinRetouching"
|
||||
"PM_SkinRetouching",
|
||||
"PM_SuperColorTransfer",
|
||||
"PM_SuperMakeUpTransfer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Portrait-Maker"
|
||||
@ -2208,14 +2214,6 @@
|
||||
"title_aux": "Use Everywhere (UE Nodes)"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher": [
|
||||
[
|
||||
"ImageGlitcher"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ImageGlitcher"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
[
|
||||
"ColorModEdges",
|
||||
@ -3829,6 +3827,7 @@
|
||||
"KSamplerAdvanced (WLSH)",
|
||||
"Multiply Integer (WLSH)",
|
||||
"Outpaint to Image (WLSH)",
|
||||
"Prompt Weight (WLSH)",
|
||||
"Quick Resolution Multiply (WLSH)",
|
||||
"Resolutions by Ratio (WLSH)",
|
||||
"SDXL Quick Empty Latent (WLSH)",
|
||||
|
||||
@ -203,13 +203,13 @@
|
||||
},
|
||||
{
|
||||
"author": "chrish-slingshot",
|
||||
"title": "ComfyUI-ImageGlitcher",
|
||||
"reference": "https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher",
|
||||
"title": "CrasH Utils",
|
||||
"reference": "https://github.com/chrish-slingshot/CrasHUtils",
|
||||
"files": [
|
||||
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher"
|
||||
"https://github.com/chrish-slingshot/CrasHUtils"
|
||||
],
|
||||
"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",
|
||||
|
||||
@ -12,7 +12,9 @@
|
||||
"https://github.com/0xbitches/ComfyUI-LCM": [
|
||||
[
|
||||
"LCM_Sampler",
|
||||
"LCM_img2img_Sampler"
|
||||
"LCM_Sampler_Advanced",
|
||||
"LCM_img2img_Sampler",
|
||||
"LCM_img2img_Sampler_Advanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "Latent Consistency Model for ComfyUI"
|
||||
@ -111,6 +113,7 @@
|
||||
"BSZLatentDebug",
|
||||
"BSZLatentFill",
|
||||
"BSZLatentGradient",
|
||||
"BSZLatentHSVAImage",
|
||||
"BSZLatentOffsetXL",
|
||||
"BSZLatentRGBAImage",
|
||||
"BSZLatentbuster",
|
||||
@ -452,6 +455,7 @@
|
||||
"BatchGLIGENSchedule",
|
||||
"BatchPromptSchedule",
|
||||
"BatchPromptScheduleEncodeSDXL",
|
||||
"BatchStringSchedule",
|
||||
"BatchValueSchedule",
|
||||
"CosWave",
|
||||
"InvCosWave",
|
||||
@ -1279,7 +1283,9 @@
|
||||
"PM_RatioMerge2Image",
|
||||
"PM_ReplaceBoxImg",
|
||||
"PM_RetinaFace",
|
||||
"PM_SkinRetouching"
|
||||
"PM_SkinRetouching",
|
||||
"PM_SuperColorTransfer",
|
||||
"PM_SuperMakeUpTransfer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Portrait-Maker"
|
||||
@ -2208,14 +2214,6 @@
|
||||
"title_aux": "Use Everywhere (UE Nodes)"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrish-slingshot/ComfyUI-ImageGlitcher": [
|
||||
[
|
||||
"ImageGlitcher"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ImageGlitcher"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
[
|
||||
"ColorModEdges",
|
||||
@ -3829,6 +3827,7 @@
|
||||
"KSamplerAdvanced (WLSH)",
|
||||
"Multiply Integer (WLSH)",
|
||||
"Outpaint to Image (WLSH)",
|
||||
"Prompt Weight (WLSH)",
|
||||
"Quick Resolution Multiply (WLSH)",
|
||||
"Resolutions by Ratio (WLSH)",
|
||||
"SDXL Quick Empty Latent (WLSH)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user