update DB

This commit is contained in:
Dr.Lt.Data 2025-10-21 07:53:50 +09:00
parent be95396a57
commit 66f5eca7fa
4 changed files with 2660 additions and 2702 deletions

View File

@ -1964,39 +1964,6 @@
"title_aux": "ComfyUI Inpaint Nodes" "title_aux": "ComfyUI Inpaint Nodes"
} }
], ],
"https://github.com/Acly/comfyui-tooling-nodes": [
[
"ETN_ApplyMaskToImage",
"ETN_ApplyReferenceImages",
"ETN_AttentionMask",
"ETN_BackgroundRegion",
"ETN_CropImage",
"ETN_DefineRegion",
"ETN_ExtractImageTile",
"ETN_ExtractMaskTile",
"ETN_GenerateTileMask",
"ETN_KritaCanvas",
"ETN_KritaImageLayer",
"ETN_KritaMaskLayer",
"ETN_KritaOutput",
"ETN_KritaSelection",
"ETN_KritaSendText",
"ETN_KritaStyle",
"ETN_ListRegionMasks",
"ETN_LoadImageBase64",
"ETN_LoadMaskBase64",
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_Parameter",
"ETN_ReferenceImage",
"ETN_SendImageWebSocket",
"ETN_TileLayout",
"ETN_Translate"
],
{
"title_aux": "ComfyUI Nodes for External Tooling"
}
],
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [ "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [
[ [
"Advanced_Color_Correction", "Advanced_Color_Correction",
@ -11028,8 +10995,9 @@
[ [
"CalcEmbeds", "CalcEmbeds",
"CompareEmbeds", "CompareEmbeds",
"Cond2Embeds",
"EmbedsInfo",
"GenerateDB", "GenerateDB",
"GetImageEmbeds",
"ImageSearcher", "ImageSearcher",
"LoadDB", "LoadDB",
"ResultBrowser", "ResultBrowser",
@ -18714,8 +18682,10 @@
], ],
"https://github.com/alexcong/ComfyUI_QwenVL": [ "https://github.com/alexcong/ComfyUI_QwenVL": [
[ [
"Qwen",
"Qwen2.5", "Qwen2.5",
"Qwen2.5VL" "Qwen2.5VL",
"QwenVL"
], ],
{ {
"title_aux": "Qwen2-VL wrapper for ComfyUI" "title_aux": "Qwen2-VL wrapper for ComfyUI"
@ -19098,6 +19068,7 @@
"Sage_OllamaLLMPromptVisionRefine", "Sage_OllamaLLMPromptVisionRefine",
"Sage_PonyPrefix", "Sage_PonyPrefix",
"Sage_PonyStyle", "Sage_PonyStyle",
"Sage_PromptText",
"Sage_QuadCLIPSelector", "Sage_QuadCLIPSelector",
"Sage_QuickLoraStack", "Sage_QuickLoraStack",
"Sage_QuickNineLoraStack", "Sage_QuickNineLoraStack",
@ -19113,6 +19084,7 @@
"Sage_SetTextWithInt", "Sage_SetTextWithInt",
"Sage_SingleCLIPTextEncode", "Sage_SingleCLIPTextEncode",
"Sage_SixLoraStack", "Sage_SixLoraStack",
"Sage_SystemPrompt",
"Sage_TextRandomLine", "Sage_TextRandomLine",
"Sage_TextSelectLine", "Sage_TextSelectLine",
"Sage_TextSubstitution", "Sage_TextSubstitution",
@ -21278,6 +21250,7 @@
"flow_auto_pixel", "flow_auto_pixel",
"flow_break_switch", "flow_break_switch",
"flow_judge", "flow_judge",
"flow_low_gpu",
"flow_sch_control", "flow_sch_control",
"flow_switch", "flow_switch",
"img_effect_CircleWarp", "img_effect_CircleWarp",
@ -21294,6 +21267,7 @@
"lay_image_grid_note", "lay_image_grid_note",
"lay_image_mul", "lay_image_mul",
"lay_imgCanvas", "lay_imgCanvas",
"lay_mul_image",
"lay_text_sum", "lay_text_sum",
"lay_texture_Offset", "lay_texture_Offset",
"list_ListSlice", "list_ListSlice",
@ -24753,7 +24727,9 @@
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[ [
"CurvedTimestepKeyframes", "CurvedTimestepKeyframes",
"MaskSymmetryTool",
"MultiMaskStrengthCombiner", "MultiMaskStrengthCombiner",
"RegionalPromptInterpolation",
"RegionalPrompting" "RegionalPrompting"
], ],
{ {
@ -38581,6 +38557,8 @@
"PVL_Any2String", "PVL_Any2String",
"PVL_BatchAny", "PVL_BatchAny",
"PVL_BooleanLogic", "PVL_BooleanLogic",
"PVL_ComfyDeploy_LoraPrep",
"PVL_ComfyDeploy_Universal",
"PVL_Comfydeploy_Avatar_PulID_API", "PVL_Comfydeploy_Avatar_PulID_API",
"PVL_Crop2AR", "PVL_Crop2AR",
"PVL_EdgeExtend", "PVL_EdgeExtend",

File diff suppressed because it is too large Load Diff

View File

@ -10499,6 +10499,7 @@
], ],
"https://github.com/sprited-ai/sprited-comfyui-nodes": [ "https://github.com/sprited-ai/sprited-comfyui-nodes": [
[ [
"LoopMomentumNode",
"LoopTrimNode", "LoopTrimNode",
"PixelRGBStats", "PixelRGBStats",
"PreviewVideo", "PreviewVideo",
@ -10507,6 +10508,7 @@
"SliceLatents", "SliceLatents",
"URLToVideo", "URLToVideo",
"VideoDownloader", "VideoDownloader",
"VideoEvenShotSplitter",
"VideoShotSplitter", "VideoShotSplitter",
"VideoShotSplitterV0", "VideoShotSplitterV0",
"VideoShotSplitterV2", "VideoShotSplitterV2",

View File

@ -1964,39 +1964,6 @@
"title_aux": "ComfyUI Inpaint Nodes" "title_aux": "ComfyUI Inpaint Nodes"
} }
], ],
"https://github.com/Acly/comfyui-tooling-nodes": [
[
"ETN_ApplyMaskToImage",
"ETN_ApplyReferenceImages",
"ETN_AttentionMask",
"ETN_BackgroundRegion",
"ETN_CropImage",
"ETN_DefineRegion",
"ETN_ExtractImageTile",
"ETN_ExtractMaskTile",
"ETN_GenerateTileMask",
"ETN_KritaCanvas",
"ETN_KritaImageLayer",
"ETN_KritaMaskLayer",
"ETN_KritaOutput",
"ETN_KritaSelection",
"ETN_KritaSendText",
"ETN_KritaStyle",
"ETN_ListRegionMasks",
"ETN_LoadImageBase64",
"ETN_LoadMaskBase64",
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_Parameter",
"ETN_ReferenceImage",
"ETN_SendImageWebSocket",
"ETN_TileLayout",
"ETN_Translate"
],
{
"title_aux": "ComfyUI Nodes for External Tooling"
}
],
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [ "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [
[ [
"Advanced_Color_Correction", "Advanced_Color_Correction",
@ -11028,8 +10995,9 @@
[ [
"CalcEmbeds", "CalcEmbeds",
"CompareEmbeds", "CompareEmbeds",
"Cond2Embeds",
"EmbedsInfo",
"GenerateDB", "GenerateDB",
"GetImageEmbeds",
"ImageSearcher", "ImageSearcher",
"LoadDB", "LoadDB",
"ResultBrowser", "ResultBrowser",
@ -18714,8 +18682,10 @@
], ],
"https://github.com/alexcong/ComfyUI_QwenVL": [ "https://github.com/alexcong/ComfyUI_QwenVL": [
[ [
"Qwen",
"Qwen2.5", "Qwen2.5",
"Qwen2.5VL" "Qwen2.5VL",
"QwenVL"
], ],
{ {
"title_aux": "Qwen2-VL wrapper for ComfyUI" "title_aux": "Qwen2-VL wrapper for ComfyUI"
@ -19098,6 +19068,7 @@
"Sage_OllamaLLMPromptVisionRefine", "Sage_OllamaLLMPromptVisionRefine",
"Sage_PonyPrefix", "Sage_PonyPrefix",
"Sage_PonyStyle", "Sage_PonyStyle",
"Sage_PromptText",
"Sage_QuadCLIPSelector", "Sage_QuadCLIPSelector",
"Sage_QuickLoraStack", "Sage_QuickLoraStack",
"Sage_QuickNineLoraStack", "Sage_QuickNineLoraStack",
@ -19113,6 +19084,7 @@
"Sage_SetTextWithInt", "Sage_SetTextWithInt",
"Sage_SingleCLIPTextEncode", "Sage_SingleCLIPTextEncode",
"Sage_SixLoraStack", "Sage_SixLoraStack",
"Sage_SystemPrompt",
"Sage_TextRandomLine", "Sage_TextRandomLine",
"Sage_TextSelectLine", "Sage_TextSelectLine",
"Sage_TextSubstitution", "Sage_TextSubstitution",
@ -21278,6 +21250,7 @@
"flow_auto_pixel", "flow_auto_pixel",
"flow_break_switch", "flow_break_switch",
"flow_judge", "flow_judge",
"flow_low_gpu",
"flow_sch_control", "flow_sch_control",
"flow_switch", "flow_switch",
"img_effect_CircleWarp", "img_effect_CircleWarp",
@ -21294,6 +21267,7 @@
"lay_image_grid_note", "lay_image_grid_note",
"lay_image_mul", "lay_image_mul",
"lay_imgCanvas", "lay_imgCanvas",
"lay_mul_image",
"lay_text_sum", "lay_text_sum",
"lay_texture_Offset", "lay_texture_Offset",
"list_ListSlice", "list_ListSlice",
@ -24753,7 +24727,9 @@
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[ [
"CurvedTimestepKeyframes", "CurvedTimestepKeyframes",
"MaskSymmetryTool",
"MultiMaskStrengthCombiner", "MultiMaskStrengthCombiner",
"RegionalPromptInterpolation",
"RegionalPrompting" "RegionalPrompting"
], ],
{ {
@ -38581,6 +38557,8 @@
"PVL_Any2String", "PVL_Any2String",
"PVL_BatchAny", "PVL_BatchAny",
"PVL_BooleanLogic", "PVL_BooleanLogic",
"PVL_ComfyDeploy_LoraPrep",
"PVL_ComfyDeploy_Universal",
"PVL_Comfydeploy_Avatar_PulID_API", "PVL_Comfydeploy_Avatar_PulID_API",
"PVL_Crop2AR", "PVL_Crop2AR",
"PVL_EdgeExtend", "PVL_EdgeExtend",