update DB

This commit is contained in:
Dr.Lt.Data 2025-08-11 07:44:25 +09:00
parent 9e4f0228d1
commit 41798e9255
7 changed files with 3321 additions and 3138 deletions

View File

@ -24325,8 +24325,18 @@
"files": [ "files": [
"https://github.com/pixelworldai/ComfyUI-AlphaFlatten" "https://github.com/pixelworldai/ComfyUI-AlphaFlatten"
], ],
"description": "This node takes a batch of images with alpha channels (RGBA format) and combines them into a single image, respecting the transparency of each layer. It's particularly useful for compositing multiple masked elements (like faces) into a single image.", "install_type": "git-clone",
"install_type": "git-clone" "description": "This node takes a batch of images with alpha channels (RGBA format) and combines them into a single image, respecting the transparency of each layer. It's particularly useful for compositing multiple masked elements (like faces) into a single image."
},
{
"author": "pixelworldai",
"title": "ComfyUI-WorkflowGraphics",
"reference": "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics",
"files": [
"https://github.com/pixelworldai/ComfyUI-WorkflowGraphics"
],
"install_type": "git-clone",
"description": "Embed images directly in your workflow JSONs"
}, },
{ {
"author": "CozyMantis (+ Curt-Park)", "author": "CozyMantis (+ Curt-Park)",
@ -29091,6 +29101,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node package for image processing in ComfyUI, for automating image processing within the ComfyUI workflow." "description": "A custom node package for image processing in ComfyUI, for automating image processing within the ComfyUI workflow."
}, },
{
"author": "S4MUEL404",
"title": "ComfyUI-S4Motion Nodes",
"reference": "https://github.com/S4MUEL-404/ComfyUI-S4Motion",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-S4Motion"
],
"install_type": "git-clone",
"description": "A set of ComfyUI nodes for animating a foreground layer over a background, with unified timing and high-quality composition. It includes effectors for rotation, position, path-following position, scale, opacity, distortion, and masking, plus a core node that composes frames and exports APNG/WEBP and a frame sequence."
},
{ {
"author": "fchangjun", "author": "fchangjun",
"title": "MultiSaveImage Node", "title": "MultiSaveImage Node",
@ -30728,6 +30748,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ExoticArts custom nodes for ComfyUI (EA Power LoRA, etc.)" "description": "ExoticArts custom nodes for ComfyUI (EA Power LoRA, etc.)"
}, },
{
"author": "squirrel765",
"title": "lorasubdirectory",
"reference": "https://github.com/andrewsthomasj/lorasubdirectory",
"files": [
"https://github.com/andrewsthomasj/lorasubdirectory"
],
"install_type": "git-clone",
"description": "only show dropdown of loras ina a given subdirectory"
},

View File

@ -3778,6 +3778,7 @@
"ImageScaleDownBy", "ImageScaleDownBy",
"ImageToMultipleOf", "ImageToMultipleOf",
"KikoFilmGrain", "KikoFilmGrain",
"KikoPurgeVRAM",
"KikoSaveImage", "KikoSaveImage",
"LoRAFolderBatch", "LoRAFolderBatch",
"PlotParameters+", "PlotParameters+",
@ -4117,6 +4118,7 @@
"Gemini Response", "Gemini Response",
"Gemini Scenery", "Gemini Scenery",
"Gemini Style", "Gemini Style",
"Gemini Subject",
"Gemini Translate", "Gemini Translate",
"Gemini Vision" "Gemini Vision"
], ],
@ -4930,8 +4932,9 @@
[ [
"EA_FilenameCombine", "EA_FilenameCombine",
"EA_PowerLora", "EA_PowerLora",
"EA_TrimFrames", "EA_PowerLora_CLIP",
"EA_TrimImagesStartEnd" "EA_PowerLora_WanVideo",
"EA_TrimFrames"
], ],
{ {
"title_aux": "comfyui-ea-nodes" "title_aux": "comfyui-ea-nodes"
@ -9655,10 +9658,31 @@
], ],
"https://github.com/NakamuraShippo/ComfyUI-NS-Util": [ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": [
[ [
"AlbedoMapGenerator",
"NS-FlexPreset", "NS-FlexPreset",
"NS-ManySliders", "NS-ManySliders",
"NS-PromptList", "NS-PromptList",
"NS-ToonFilter" "NS-ToonFilter",
"SimpleLLMAddDocument",
"SimpleLLMAddMemory",
"SimpleLLMAgent",
"SimpleLLMAgentToTool",
"SimpleLLMAgentWithRules",
"SimpleLLMChainOfThought",
"SimpleLLMConfigClaude",
"SimpleLLMConfigGemini",
"SimpleLLMConfigOllama",
"SimpleLLMConfigOpenAI",
"SimpleLLMDisplayText",
"SimpleLLMLoadWorkflow",
"SimpleLLMMemoryBank",
"SimpleLLMMergeText",
"SimpleLLMRAGQuery",
"SimpleLLMRunPrompt",
"SimpleLLMStringViewer",
"SimpleLLMTextInput",
"SimpleLLMTextOutput",
"SimpleLLMVectorStore"
], ],
{ {
"title_aux": "ComfyUI-NS-Util" "title_aux": "ComfyUI-NS-Util"
@ -10880,6 +10904,22 @@
"title_aux": "comfyui_io_helpers" "title_aux": "comfyui_io_helpers"
} }
], ],
"https://github.com/S4MUEL-404/ComfyUI-S4Motion": [
[
"\ud83d\udc80Motion Config",
"\ud83d\udc80Motion Distortion",
"\ud83d\udc80Motion Mask",
"\ud83d\udc80Motion Opacity",
"\ud83d\udc80Motion Position",
"\ud83d\udc80Motion Position On Path",
"\ud83d\udc80Motion Rotation",
"\ud83d\udc80Motion Scale",
"\ud83d\udc80Motion Shake"
],
{
"title_aux": "ComfyUI-S4Motion Nodes"
}
],
"https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [ "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [
[ [
"ImageBlendWithAlpha", "ImageBlendWithAlpha",
@ -12758,9 +12798,12 @@
"StarDivisibleDimension", "StarDivisibleDimension",
"StarEasyTextStorage", "StarEasyTextStorage",
"StarFiveWildcards", "StarFiveWildcards",
"StarFrameFromVideo",
"StarGridCaptionsBatcher", "StarGridCaptionsBatcher",
"StarGridComposer", "StarGridComposer",
"StarGridImageBatcher", "StarGridImageBatcher",
"StarIconExporter",
"StarImageLoader1by1",
"StarImageSwitch", "StarImageSwitch",
"StarImageSwitch2", "StarImageSwitch2",
"StarInfiniteYouAdvancedPatchMaker", "StarInfiniteYouAdvancedPatchMaker",
@ -12775,6 +12818,8 @@
"StarPSDSaver", "StarPSDSaver",
"StarPSDSaver2", "StarPSDSaver2",
"StarPaletteExtractor", "StarPaletteExtractor",
"StarRandomImageLoader",
"StarSavePanoramaJPEG",
"StarSaveSamplerSettings", "StarSaveSamplerSettings",
"StarTextFilter", "StarTextFilter",
"StarTextInput", "StarTextInput",
@ -16662,6 +16707,15 @@
"title_aux": "CLIP Directional Prompt Attention" "title_aux": "CLIP Directional Prompt Attention"
} }
], ],
"https://github.com/andrewsthomasj/lorasubdirectory": [
[
"LoraModelOnlySubdirectory",
"LoraSubdirectory"
],
{
"title_aux": "lorasubdirectory"
}
],
"https://github.com/andygill/comfyui-sunflower-nodes": [ "https://github.com/andygill/comfyui-sunflower-nodes": [
[ [
"DepthViewToIsometric", "DepthViewToIsometric",
@ -17421,6 +17475,8 @@
[ [
"CustomCropArea", "CustomCropArea",
"CustomRefineOption", "CustomRefineOption",
"NAGParamtersSetting",
"RefineTest",
"RegionalBatchPrompt", "RegionalBatchPrompt",
"SuperUltimateVACEUpscale", "SuperUltimateVACEUpscale",
"VACEControlImageCombine", "VACEControlImageCombine",
@ -21717,6 +21773,7 @@
], ],
"https://github.com/da2el-ai/D2-nodes-ComfyUI": [ "https://github.com/da2el-ai/D2-nodes-ComfyUI": [
[ [
"D2 Any Delivery",
"D2 Checkpoint Loader", "D2 Checkpoint Loader",
"D2 Controlnet Loader", "D2 Controlnet Loader",
"D2 Cut By Mask", "D2 Cut By Mask",
@ -22316,7 +22373,8 @@
"PixelArtDetectorConverter", "PixelArtDetectorConverter",
"PixelArtDetectorSave", "PixelArtDetectorSave",
"PixelArtDetectorToImage", "PixelArtDetectorToImage",
"PixelArtLoadPalettes" "PixelArtLoadPalettes",
"PixelArtPaletteGenerator"
], ],
{ {
"title_aux": "ComfyUI PixelArt Detector" "title_aux": "ComfyUI PixelArt Detector"

File diff suppressed because it is too large Load Diff

View File

@ -2484,6 +2484,7 @@
"mb Image Subtract", "mb Image Subtract",
"mb Image to File", "mb Image to File",
"mb KSampler", "mb KSampler",
"mb QR Code",
"mb Select", "mb Select",
"mb String", "mb String",
"mb Submit", "mb Submit",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "S4MUEL404",
"title": "ComfyUI-S4Motion Nodes",
"reference": "https://github.com/S4MUEL-404/ComfyUI-S4Motion",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-S4Motion"
],
"install_type": "git-clone",
"description": "A set of ComfyUI nodes for animating a foreground layer over a background, with unified timing and high-quality composition. It includes effectors for rotation, position, path-following position, scale, opacity, distortion, and masking, plus a core node that composes frames and exports APNG/WEBP and a frame sequence."
},
{
"author": "squirrel765",
"title": "lorasubdirectory",
"reference": "https://github.com/andrewsthomasj/lorasubdirectory",
"files": [
"https://github.com/andrewsthomasj/lorasubdirectory"
],
"install_type": "git-clone",
"description": "only show dropdown of loras ina a given subdirectory"
},
{ {
"author": "squirrel765", "author": "squirrel765",
"title": "comfyui-ea-nodes", "title": "comfyui-ea-nodes",

View File

@ -3778,6 +3778,7 @@
"ImageScaleDownBy", "ImageScaleDownBy",
"ImageToMultipleOf", "ImageToMultipleOf",
"KikoFilmGrain", "KikoFilmGrain",
"KikoPurgeVRAM",
"KikoSaveImage", "KikoSaveImage",
"LoRAFolderBatch", "LoRAFolderBatch",
"PlotParameters+", "PlotParameters+",
@ -4117,6 +4118,7 @@
"Gemini Response", "Gemini Response",
"Gemini Scenery", "Gemini Scenery",
"Gemini Style", "Gemini Style",
"Gemini Subject",
"Gemini Translate", "Gemini Translate",
"Gemini Vision" "Gemini Vision"
], ],
@ -4930,8 +4932,9 @@
[ [
"EA_FilenameCombine", "EA_FilenameCombine",
"EA_PowerLora", "EA_PowerLora",
"EA_TrimFrames", "EA_PowerLora_CLIP",
"EA_TrimImagesStartEnd" "EA_PowerLora_WanVideo",
"EA_TrimFrames"
], ],
{ {
"title_aux": "comfyui-ea-nodes" "title_aux": "comfyui-ea-nodes"
@ -9655,10 +9658,31 @@
], ],
"https://github.com/NakamuraShippo/ComfyUI-NS-Util": [ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": [
[ [
"AlbedoMapGenerator",
"NS-FlexPreset", "NS-FlexPreset",
"NS-ManySliders", "NS-ManySliders",
"NS-PromptList", "NS-PromptList",
"NS-ToonFilter" "NS-ToonFilter",
"SimpleLLMAddDocument",
"SimpleLLMAddMemory",
"SimpleLLMAgent",
"SimpleLLMAgentToTool",
"SimpleLLMAgentWithRules",
"SimpleLLMChainOfThought",
"SimpleLLMConfigClaude",
"SimpleLLMConfigGemini",
"SimpleLLMConfigOllama",
"SimpleLLMConfigOpenAI",
"SimpleLLMDisplayText",
"SimpleLLMLoadWorkflow",
"SimpleLLMMemoryBank",
"SimpleLLMMergeText",
"SimpleLLMRAGQuery",
"SimpleLLMRunPrompt",
"SimpleLLMStringViewer",
"SimpleLLMTextInput",
"SimpleLLMTextOutput",
"SimpleLLMVectorStore"
], ],
{ {
"title_aux": "ComfyUI-NS-Util" "title_aux": "ComfyUI-NS-Util"
@ -10880,6 +10904,22 @@
"title_aux": "comfyui_io_helpers" "title_aux": "comfyui_io_helpers"
} }
], ],
"https://github.com/S4MUEL-404/ComfyUI-S4Motion": [
[
"\ud83d\udc80Motion Config",
"\ud83d\udc80Motion Distortion",
"\ud83d\udc80Motion Mask",
"\ud83d\udc80Motion Opacity",
"\ud83d\udc80Motion Position",
"\ud83d\udc80Motion Position On Path",
"\ud83d\udc80Motion Rotation",
"\ud83d\udc80Motion Scale",
"\ud83d\udc80Motion Shake"
],
{
"title_aux": "ComfyUI-S4Motion Nodes"
}
],
"https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [ "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [
[ [
"ImageBlendWithAlpha", "ImageBlendWithAlpha",
@ -12758,9 +12798,12 @@
"StarDivisibleDimension", "StarDivisibleDimension",
"StarEasyTextStorage", "StarEasyTextStorage",
"StarFiveWildcards", "StarFiveWildcards",
"StarFrameFromVideo",
"StarGridCaptionsBatcher", "StarGridCaptionsBatcher",
"StarGridComposer", "StarGridComposer",
"StarGridImageBatcher", "StarGridImageBatcher",
"StarIconExporter",
"StarImageLoader1by1",
"StarImageSwitch", "StarImageSwitch",
"StarImageSwitch2", "StarImageSwitch2",
"StarInfiniteYouAdvancedPatchMaker", "StarInfiniteYouAdvancedPatchMaker",
@ -12775,6 +12818,8 @@
"StarPSDSaver", "StarPSDSaver",
"StarPSDSaver2", "StarPSDSaver2",
"StarPaletteExtractor", "StarPaletteExtractor",
"StarRandomImageLoader",
"StarSavePanoramaJPEG",
"StarSaveSamplerSettings", "StarSaveSamplerSettings",
"StarTextFilter", "StarTextFilter",
"StarTextInput", "StarTextInput",
@ -16662,6 +16707,15 @@
"title_aux": "CLIP Directional Prompt Attention" "title_aux": "CLIP Directional Prompt Attention"
} }
], ],
"https://github.com/andrewsthomasj/lorasubdirectory": [
[
"LoraModelOnlySubdirectory",
"LoraSubdirectory"
],
{
"title_aux": "lorasubdirectory"
}
],
"https://github.com/andygill/comfyui-sunflower-nodes": [ "https://github.com/andygill/comfyui-sunflower-nodes": [
[ [
"DepthViewToIsometric", "DepthViewToIsometric",
@ -17421,6 +17475,8 @@
[ [
"CustomCropArea", "CustomCropArea",
"CustomRefineOption", "CustomRefineOption",
"NAGParamtersSetting",
"RefineTest",
"RegionalBatchPrompt", "RegionalBatchPrompt",
"SuperUltimateVACEUpscale", "SuperUltimateVACEUpscale",
"VACEControlImageCombine", "VACEControlImageCombine",
@ -21717,6 +21773,7 @@
], ],
"https://github.com/da2el-ai/D2-nodes-ComfyUI": [ "https://github.com/da2el-ai/D2-nodes-ComfyUI": [
[ [
"D2 Any Delivery",
"D2 Checkpoint Loader", "D2 Checkpoint Loader",
"D2 Controlnet Loader", "D2 Controlnet Loader",
"D2 Cut By Mask", "D2 Cut By Mask",
@ -22316,7 +22373,8 @@
"PixelArtDetectorConverter", "PixelArtDetectorConverter",
"PixelArtDetectorSave", "PixelArtDetectorSave",
"PixelArtDetectorToImage", "PixelArtDetectorToImage",
"PixelArtLoadPalettes" "PixelArtLoadPalettes",
"PixelArtPaletteGenerator"
], ],
{ {
"title_aux": "ComfyUI PixelArt Detector" "title_aux": "ComfyUI PixelArt Detector"