update DB

This commit is contained in:
Dr.Lt.Data
2024-04-19 20:52:44 +09:00
parent 808a55ca4c
commit 2cd8f7a986
5 changed files with 416 additions and 228 deletions
+30
View File
@@ -7369,6 +7369,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "image to sticker" "description": "image to sticker"
}, },
{
"author": "turkyden",
"title": "ComfyUI-Comic",
"reference": "https://github.com/turkyden/ComfyUI-Comic",
"files": [
"https://github.com/turkyden/ComfyUI-Comic"
],
"install_type": "git-clone",
"description": "a comfyui plugin for image to comic"
},
{ {
"author": "royceschultz", "author": "royceschultz",
"title": "ComfyUI-TranscriptionTools", "title": "ComfyUI-TranscriptionTools",
@@ -7489,6 +7499,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a custom node of ComfyUI that categorizes tags outputted by tools like WD14Tagger, filters them by each category, and returns the filtered results." "description": "This is a custom node of ComfyUI that categorizes tags outputted by tools like WD14Tagger, filters them by each category, and returns the filtered results."
}, },
{
"author": "Intersection98",
"title": "ComfyUI-MX-post-processing-nodes",
"reference": "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes",
"files": [
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes"
],
"install_type": "git-clone",
"description": "A collection of post processing nodes for ComfyUI, dds image post-processing adjustment capabilities to the ComfyUI."
},
{
"author": "TencentQQGYLab",
"title": "ComfyUI-ELLA",
"reference": "https://github.com/TencentQQGYLab/ComfyUI-ELLA",
"files": [
"https://github.com/TencentQQGYLab/ComfyUI-ELLA"
],
"install_type": "git-clone",
"description": "ComfyUI implementation for [a/ELLA](https://github.com/TencentQQGYLab/ELLA)."
},
+83 -4
View File
@@ -1103,6 +1103,7 @@
"Merge sigmas by average", "Merge sigmas by average",
"Merge sigmas gradually", "Merge sigmas gradually",
"Multiply sigmas", "Multiply sigmas",
"Output min/max sigmas",
"Split and concatenate sigmas", "Split and concatenate sigmas",
"The Golden Scheduler" "The Golden Scheduler"
], ],
@@ -1579,6 +1580,34 @@
"title_aux": "ikhor-nodes" "title_aux": "ikhor-nodes"
} }
], ],
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": [
[
"MX_AlphaBlend",
"MX_Blend",
"MX_Blur",
"MX_Canny",
"MX_ChromaticAberration",
"MX_ColorCorrect",
"MX_ColorMatch",
"MX_ColorTint",
"MX_Glow",
"MX_HSVThresholdMask",
"MX_KuwaharaBlur(Cartoon)",
"MX_LUT",
"MX_LensBokeh",
"MX_LensOpticAxis",
"MX_LensZoomBurst",
"MX_Mosaic",
"MX_Noise",
"MX_Posterize",
"MX_SineWave",
"MX_Solarize",
"MX_Vignette"
],
{
"title_aux": "ComfyUI-MX-post-processing-nodes"
}
],
"https://github.com/Inzaniak/comfyui-ranbooru": [ "https://github.com/Inzaniak/comfyui-ranbooru": [
[ [
"LockSeed", "LockSeed",
@@ -2653,6 +2682,7 @@
"CyclistTimerStop", "CyclistTimerStop",
"CyclistTypeCast", "CyclistTypeCast",
"Interrupt", "Interrupt",
"LoopManager",
"MemorizeConditioning", "MemorizeConditioning",
"MemorizeFloat", "MemorizeFloat",
"MemorizeInt", "MemorizeInt",
@@ -3675,6 +3705,19 @@
"title_aux": "ComfyS3" "title_aux": "ComfyS3"
} }
], ],
"https://github.com/TencentQQGYLab/ComfyUI-ELLA": [
[
"ConditionToEllaEmbeds",
"ELLALoader",
"EllaApply",
"EllaCombineEmbeds",
"T5TextEncode #ELLA",
"T5TextEncoderLoader #ELLA"
],
{
"title_aux": "ComfyUI-ELLA"
}
],
"https://github.com/TheBarret/ZSuite": [ "https://github.com/TheBarret/ZSuite": [
[ [
"ZSuite: Prompter", "ZSuite: Prompter",
@@ -5408,13 +5451,17 @@
"title_aux": "ComfyUI-AniPortrait" "title_aux": "ComfyUI-AniPortrait"
} }
], ],
"https://github.com/chaojie/ComfyUI-CameraCtrl": [ "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": [
[ [
"CameraBasic",
"CameraCombine",
"CameraCtrlLoader", "CameraCtrlLoader",
"CameraCtrlRun" "CameraCtrlRun",
"CameraJoin",
"CameraTrajectory"
], ],
{ {
"title_aux": "ComfyUI-CameraCtrl" "title_aux": "ComfyUI-CameraCtrl-Wrapper"
} }
], ],
"https://github.com/chaojie/ComfyUI-Champ": [ "https://github.com/chaojie/ComfyUI-Champ": [
@@ -6449,8 +6496,10 @@
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
"MaskFromColor+", "MaskFromColor+",
"MaskFromRGBCMYBW+",
"MaskFromSegmentation+", "MaskFromSegmentation+",
"MaskPreview+", "MaskPreview+",
"MaskSmooth+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~", "NoiseFromImage~",
"PixelOEPixelize+", "PixelOEPixelize+",
@@ -6561,9 +6610,11 @@
[ [
"JDCN_AnyFileList", "JDCN_AnyFileList",
"JDCN_AnyFileListHelper", "JDCN_AnyFileListHelper",
"JDCN_AnyFileListRandom",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
"JDCN_BatchLatentLoadFromList",
"JDCN_BatchSaveLatent", "JDCN_BatchSaveLatent",
"JDCN_FileMover", "JDCN_FileMover",
"JDCN_ImageSaver", "JDCN_ImageSaver",
@@ -7037,6 +7088,21 @@
"title_aux": "fcSuite" "title_aux": "fcSuite"
} }
], ],
"https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": [
[
"StabilityAI Suite - Creative Upscale",
"StabilityAI Suite - Creative Upscale Recover File",
"StabilityAI Suite - Image Core + Style Preset",
"StabilityAI Suite - Inpainting",
"StabilityAI Suite - Outpainting",
"StabilityAI Suite - Remove Background",
"StabilityAI Suite - SD3",
"StabilityAI Suite - Search and Replace"
],
{
"title_aux": "ComfyUI StabilityAI Suite"
}
],
"https://github.com/florestefano1975/comfyui-portrait-master": [ "https://github.com/florestefano1975/comfyui-portrait-master": [
[ [
"PortraitMaster" "PortraitMaster"
@@ -7463,13 +7529,17 @@
"https://github.com/heshengtao/comfyui_LLM_party": [ "https://github.com/heshengtao/comfyui_LLM_party": [
[ [
"LLM", "LLM",
"LLM_local",
"check_web_tool", "check_web_tool",
"classify_function",
"classify_persona",
"end_dialog", "end_dialog",
"file_combine", "file_combine",
"file_combine_plus", "file_combine_plus",
"google_tool", "google_tool",
"interpreter_tool", "interpreter_tool",
"load_file", "load_file",
"load_persona",
"start_dialog", "start_dialog",
"time_tool", "time_tool",
"tool_combine", "tool_combine",
@@ -8182,6 +8252,7 @@
"Intrinsic_lora_sampling", "Intrinsic_lora_sampling",
"JoinStrings", "JoinStrings",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskOrImageToWeight",
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
@@ -10751,6 +10822,14 @@
"title_aux": "Hakkun-ComfyUI-nodes" "title_aux": "Hakkun-ComfyUI-nodes"
} }
], ],
"https://github.com/turkyden/ComfyUI-Comic": [
[
"Image To Comic"
],
{
"title_aux": "ComfyUI-Comic"
}
],
"https://github.com/turkyden/ComfyUI-Sticker": [ "https://github.com/turkyden/ComfyUI-Sticker": [
[ [
"Image To Sticker" "Image To Sticker"
@@ -11203,7 +11282,6 @@
"easy imagePixelPerfect", "easy imagePixelPerfect",
"easy imageRatio", "easy imageRatio",
"easy imageRemBg", "easy imageRemBg",
"easy imageRemoveBG",
"easy imageSave", "easy imageSave",
"easy imageScaleDown", "easy imageScaleDown",
"easy imageScaleDownBy", "easy imageScaleDownBy",
@@ -11265,6 +11343,7 @@
"easy showLoaderSettingsNames", "easy showLoaderSettingsNames",
"easy showSpentTime", "easy showSpentTime",
"easy showTensorShape", "easy showTensorShape",
"easy stableDiffusion3API",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",
"easy sv3dLoader", "easy sv3dLoader",
+190 -170
View File
File diff suppressed because it is too large Load Diff
+30 -50
View File
@@ -20,6 +20,36 @@
{
"author": "TencentQQGYLab",
"title": "ComfyUI-ELLA",
"reference": "https://github.com/TencentQQGYLab/ComfyUI-ELLA",
"files": [
"https://github.com/TencentQQGYLab/ComfyUI-ELLA"
],
"install_type": "git-clone",
"description": "ComfyUI implementation for [a/ELLA](https://github.com/TencentQQGYLab/ELLA)."
},
{
"author": "turkyden",
"title": "ComfyUI-Comic",
"reference": "https://github.com/turkyden/ComfyUI-Comic",
"files": [
"https://github.com/turkyden/ComfyUI-Comic"
],
"install_type": "git-clone",
"description": "a comfyui plugin for image to comic"
},
{
"author": "Intersection98",
"title": "ComfyUI-MX-post-processing-nodes",
"reference": "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes",
"files": [
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes"
],
"install_type": "git-clone",
"description": "A collection of post processing nodes for ComfyUI, dds image post-processing adjustment capabilities to the ComfyUI."
},
{ {
"author": "florestefano1975", "author": "florestefano1975",
"title": "ComfyUI StabilityAI Suite", "title": "ComfyUI StabilityAI Suite",
@@ -669,56 +699,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ComfyUI_ImageToText" "description": "Nodes: ComfyUI_ImageToText"
},
{
"author": "bvhari",
"title": "ComfyUI_SUNoise",
"reference": "https://github.com/bvhari/ComfyUI_SUNoise",
"files": [
"https://github.com/bvhari/ComfyUI_SUNoise"
],
"install_type": "git-clone",
"description": "Scaled Uniform Noise for Ancestral and Stochastic samplers"
},
{
"author": "TJ16th",
"title": "comfyUI_TJ_NormalLighting",
"reference": "https://github.com/TJ16th/comfyUI_TJ_NormalLighting",
"files": [
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting"
],
"install_type": "git-clone",
"description": "Custom Node for comfyUI for virtual lighting based on normal map.\nYou can use normal maps to add virtual lighting effects to your images."
},
{
"author": "chaojie",
"title": "ComfyUI-MuseTalk",
"reference": "https://github.com/chaojie/ComfyUI-MuseTalk",
"files": [
"https://github.com/chaojie/ComfyUI-MuseTalk"
],
"install_type": "git-clone",
"description": "ComfyUI MuseTalk"
},
{
"author": "kijai",
"title": "DiffusionLight implementation for ComfyUI",
"reference": "https://github.com/kijai/ComfyUI-DiffusionLight",
"files": [
"https://github.com/kijai/ComfyUI-DiffusionLight"
],
"install_type": "git-clone",
"description": "This is simplified implementation of the [a/DiffusionLight](https://github.com/DiffusionLight/DiffusionLight) method of creating light probes. You will need the included LoRA, place it in ComfyUI/loras folder like usual, it's converted from the original diffusers one."
},
{
"author": "bobmagicii",
"title": "ComfyKit Custom Nodes",
"reference": "https://github.com/bobmagicii/comfykit-custom-nodes",
"files": [
"https://github.com/bobmagicii/comfykit-custom-nodes"
],
"install_type": "git-clone",
"description": "Nodes:LoraWithMetadata, TypecasterImage."
} }
] ]
} }
+83 -4
View File
@@ -1103,6 +1103,7 @@
"Merge sigmas by average", "Merge sigmas by average",
"Merge sigmas gradually", "Merge sigmas gradually",
"Multiply sigmas", "Multiply sigmas",
"Output min/max sigmas",
"Split and concatenate sigmas", "Split and concatenate sigmas",
"The Golden Scheduler" "The Golden Scheduler"
], ],
@@ -1579,6 +1580,34 @@
"title_aux": "ikhor-nodes" "title_aux": "ikhor-nodes"
} }
], ],
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": [
[
"MX_AlphaBlend",
"MX_Blend",
"MX_Blur",
"MX_Canny",
"MX_ChromaticAberration",
"MX_ColorCorrect",
"MX_ColorMatch",
"MX_ColorTint",
"MX_Glow",
"MX_HSVThresholdMask",
"MX_KuwaharaBlur(Cartoon)",
"MX_LUT",
"MX_LensBokeh",
"MX_LensOpticAxis",
"MX_LensZoomBurst",
"MX_Mosaic",
"MX_Noise",
"MX_Posterize",
"MX_SineWave",
"MX_Solarize",
"MX_Vignette"
],
{
"title_aux": "ComfyUI-MX-post-processing-nodes"
}
],
"https://github.com/Inzaniak/comfyui-ranbooru": [ "https://github.com/Inzaniak/comfyui-ranbooru": [
[ [
"LockSeed", "LockSeed",
@@ -2653,6 +2682,7 @@
"CyclistTimerStop", "CyclistTimerStop",
"CyclistTypeCast", "CyclistTypeCast",
"Interrupt", "Interrupt",
"LoopManager",
"MemorizeConditioning", "MemorizeConditioning",
"MemorizeFloat", "MemorizeFloat",
"MemorizeInt", "MemorizeInt",
@@ -3675,6 +3705,19 @@
"title_aux": "ComfyS3" "title_aux": "ComfyS3"
} }
], ],
"https://github.com/TencentQQGYLab/ComfyUI-ELLA": [
[
"ConditionToEllaEmbeds",
"ELLALoader",
"EllaApply",
"EllaCombineEmbeds",
"T5TextEncode #ELLA",
"T5TextEncoderLoader #ELLA"
],
{
"title_aux": "ComfyUI-ELLA"
}
],
"https://github.com/TheBarret/ZSuite": [ "https://github.com/TheBarret/ZSuite": [
[ [
"ZSuite: Prompter", "ZSuite: Prompter",
@@ -5408,13 +5451,17 @@
"title_aux": "ComfyUI-AniPortrait" "title_aux": "ComfyUI-AniPortrait"
} }
], ],
"https://github.com/chaojie/ComfyUI-CameraCtrl": [ "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": [
[ [
"CameraBasic",
"CameraCombine",
"CameraCtrlLoader", "CameraCtrlLoader",
"CameraCtrlRun" "CameraCtrlRun",
"CameraJoin",
"CameraTrajectory"
], ],
{ {
"title_aux": "ComfyUI-CameraCtrl" "title_aux": "ComfyUI-CameraCtrl-Wrapper"
} }
], ],
"https://github.com/chaojie/ComfyUI-Champ": [ "https://github.com/chaojie/ComfyUI-Champ": [
@@ -6449,8 +6496,10 @@
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
"MaskFromColor+", "MaskFromColor+",
"MaskFromRGBCMYBW+",
"MaskFromSegmentation+", "MaskFromSegmentation+",
"MaskPreview+", "MaskPreview+",
"MaskSmooth+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~", "NoiseFromImage~",
"PixelOEPixelize+", "PixelOEPixelize+",
@@ -6561,9 +6610,11 @@
[ [
"JDCN_AnyFileList", "JDCN_AnyFileList",
"JDCN_AnyFileListHelper", "JDCN_AnyFileListHelper",
"JDCN_AnyFileListRandom",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
"JDCN_BatchLatentLoadFromList",
"JDCN_BatchSaveLatent", "JDCN_BatchSaveLatent",
"JDCN_FileMover", "JDCN_FileMover",
"JDCN_ImageSaver", "JDCN_ImageSaver",
@@ -7037,6 +7088,21 @@
"title_aux": "fcSuite" "title_aux": "fcSuite"
} }
], ],
"https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": [
[
"StabilityAI Suite - Creative Upscale",
"StabilityAI Suite - Creative Upscale Recover File",
"StabilityAI Suite - Image Core + Style Preset",
"StabilityAI Suite - Inpainting",
"StabilityAI Suite - Outpainting",
"StabilityAI Suite - Remove Background",
"StabilityAI Suite - SD3",
"StabilityAI Suite - Search and Replace"
],
{
"title_aux": "ComfyUI StabilityAI Suite"
}
],
"https://github.com/florestefano1975/comfyui-portrait-master": [ "https://github.com/florestefano1975/comfyui-portrait-master": [
[ [
"PortraitMaster" "PortraitMaster"
@@ -7463,13 +7529,17 @@
"https://github.com/heshengtao/comfyui_LLM_party": [ "https://github.com/heshengtao/comfyui_LLM_party": [
[ [
"LLM", "LLM",
"LLM_local",
"check_web_tool", "check_web_tool",
"classify_function",
"classify_persona",
"end_dialog", "end_dialog",
"file_combine", "file_combine",
"file_combine_plus", "file_combine_plus",
"google_tool", "google_tool",
"interpreter_tool", "interpreter_tool",
"load_file", "load_file",
"load_persona",
"start_dialog", "start_dialog",
"time_tool", "time_tool",
"tool_combine", "tool_combine",
@@ -8182,6 +8252,7 @@
"Intrinsic_lora_sampling", "Intrinsic_lora_sampling",
"JoinStrings", "JoinStrings",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskOrImageToWeight",
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
@@ -10751,6 +10822,14 @@
"title_aux": "Hakkun-ComfyUI-nodes" "title_aux": "Hakkun-ComfyUI-nodes"
} }
], ],
"https://github.com/turkyden/ComfyUI-Comic": [
[
"Image To Comic"
],
{
"title_aux": "ComfyUI-Comic"
}
],
"https://github.com/turkyden/ComfyUI-Sticker": [ "https://github.com/turkyden/ComfyUI-Sticker": [
[ [
"Image To Sticker" "Image To Sticker"
@@ -11203,7 +11282,6 @@
"easy imagePixelPerfect", "easy imagePixelPerfect",
"easy imageRatio", "easy imageRatio",
"easy imageRemBg", "easy imageRemBg",
"easy imageRemoveBG",
"easy imageSave", "easy imageSave",
"easy imageScaleDown", "easy imageScaleDown",
"easy imageScaleDownBy", "easy imageScaleDownBy",
@@ -11265,6 +11343,7 @@
"easy showLoaderSettingsNames", "easy showLoaderSettingsNames",
"easy showSpentTime", "easy showSpentTime",
"easy showTensorShape", "easy showTensorShape",
"easy stableDiffusion3API",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",
"easy sv3dLoader", "easy sv3dLoader",