update DB
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data
2026-01-19 19:34:31 +09:00
parent 8138954fc6
commit 74d1e9d296
8 changed files with 2715 additions and 2221 deletions
+71 -51
View File
@@ -1,5 +1,76 @@
{
"custom_nodes": [
{
"author": "martin-rizzo",
"title": "ComfyUI-ZImagePowerNodes",
"reference": "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes",
"files": [
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes"
],
"install_type": "git-clone",
"description": "A set of ComfyUI nodes designed and fine-tuned specifically for the Z-Image model. Pushing the best image generation model to its limits!"
},
{
"author": "0dot77",
"title": "comfyui-annotations",
"reference": "https://github.com/0dot77/comfyui-annotations",
"files": [
"https://github.com/0dot77/comfyui-annotations"
],
"install_type": "git-clone",
"description": "A lightweight annotation overlay for ComfyUI."
},
{
"author": "isala404",
"title": "comfy-workflow-api",
"reference": "https://github.com/isala404/comfy-workflow-api",
"files": [
"https://github.com/isala404/comfy-workflow-api"
],
"install_type": "git-clone",
"description": "HTTP API for ComfyUI with webhook-based workflow execution."
},
{
"author": "0nikod",
"title": "ComfyUI-Metadata-Tools",
"reference": "https://github.com/0nikod/ComfyUI-Metadata-Tools",
"files": [
"https://github.com/0nikod/ComfyUI-Metadata-Tools"
],
"install_type": "git-clone",
"description": "Tools about metadata."
},
{
"author": "ethanfel",
"title": "ComfyUI-Sharp-Selector",
"reference": "https://github.com/ethanfel/ComfyUI-Sharp-Selector",
"files": [
"https://github.com/ethanfel/ComfyUI-Sharp-Selector"
],
"install_type": "git-clone",
"description": "Custom nodes for sharp frame selection and analysis. (Description by CC)"
},
{
"author": "ato-zen",
"title": "ComfyUI-VIBE",
"reference": "https://github.com/ato-zen/ComfyUI-VIBE",
"files": [
"https://github.com/ato-zen/ComfyUI-VIBE"
],
"install_type": "git-clone",
"description": "Implementation of VIBE (Visual Instruction Based Editor) as a custom node for ComfyUI that enables image editing using natural language instructions leveraging Sana1.5 and Qwen3-VL models."
},
{
"author": "FallenIncursio",
"title": "arcenciel-link-comfyui",
"reference": "https://github.com/FallenIncursio/arcenciel-link-comfyui",
"files": [
"https://github.com/FallenIncursio/arcenciel-link-comfyui"
],
"install_type": "git-clone",
"description": "Bring your ArcEnCiel models straight into ComfyUI with one click. Includes Link Key support, remote worker control, inventory sync, and sidecar generation."
},
{
"author": "capitan01R",
"title": "ComfyUI-CapitanFlowMatch",
@@ -635,57 +706,6 @@
],
"install_type": "git-clone",
"description": "A dedicated ComfyUI custom node designed to streamline the process of converting transparent images (RGBA) into masks and high-quality mask previews."
},
{
"author": "wallen0322",
"title": "ComfyUI-qwenmultianglelight",
"reference": "https://github.com/wallen0322/ComfyUI-qwenmultianglelight",
"files": [
"https://github.com/wallen0322/ComfyUI-qwenmultianglelight"
],
"install_type": "git-clone",
"description": "A ComfyUI node for 3D lighting angle control, outputs lighting prompts for relighting image generation"
},
{
"author": "patientx",
"title": "CFZ-SwitchMenu",
"reference": "https://github.com/patientx/CFZ-SwitchMenu",
"files": [
"https://github.com/patientx/CFZ-SwitchMenu"
],
"install_type": "git-clone",
"description": "Adds a menu button that switches between old and new style ComfyUI menus."
},
{
"author": "Lumiyumi",
"title": "LumyINTP",
"reference": "https://github.com/Lumiyumi/LumyINTP",
"files": [
"https://github.com/Lumiyumi/LumyINTP"
],
"install_type": "git-clone",
"description": "INT+ node for ComfyUI with control after generate style functionality for signal-controlled increment/decrement/randomize operations."
},
{
"author": "MajoorWaldi",
"title": "ComfyUI-Majoor-ImageOps",
"reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps",
"files": [
"https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps"
],
"install_type": "git-clone",
"description": "Essential Nodes Pack for Images Processing for ComfyUI, with a live embedded preview inside the node (no queue) for supported chains."
},
{
"author": "fujitea40",
"title": "comfy_exp_preset",
"reference": "https://github.com/fujitea40/comfy_exp_preset",
"files": [
"https://github.com/fujitea40/comfy_exp_preset"
],
"install_type": "git-clone",
"description": "Custom node for expression preset management in ComfyUI, allowing users to preselect expressions and parameters for character animation. (Description by CC)"
}
]
}
+87 -4
View File
@@ -18,6 +18,17 @@
"title_aux": "mmaker/Color Enhance"
}
],
"https://github.com/0nikod/ComfyUI-Metadata-Tools": [
[
"ImageGetMetadata",
"ImageSetMetadata",
"LoadImageWithMetadata",
"SaveImageWithMetadata"
],
{
"title_aux": "ComfyUI-Metadata-Tools"
}
],
"https://github.com/0nikod/ComfyUI-Simple-Prompt": [
[
"SimplePrompt"
@@ -2149,6 +2160,7 @@
"INPAINT_MaskedBlur",
"INPAINT_MaskedFill",
"INPAINT_ShrinkMask",
"INPAINT_StabilizeMask",
"INPAINT_VAEEncodeInpaintConditioning"
],
{
@@ -6007,6 +6019,7 @@
"DiffusionModelSelectorNode",
"LORASelectorNode",
"ModelGeneratorNode",
"PonyPrefixesNode",
"SamplerGeneratorNode",
"SchedulerGeneratorNode",
"StringToFloatNode",
@@ -22579,6 +22592,7 @@
"Qwen3VLAdvanced",
"Qwen3VLBasic",
"Qwen3VLExtraOptions",
"ResourceCleaner",
"Sa2VAAdvanced",
"Sa2VASegmentationPreset",
"ShowText",
@@ -25024,6 +25038,14 @@
"title_aux": "ComfyUI NPNet (Golden Noise)"
}
],
"https://github.com/asagi4/comfyui-dynamic-anynode": [
[
"AnyNode"
],
{
"title_aux": "comfyui-dynamic-anynode"
}
],
"https://github.com/asagi4/comfyui-prompt-control": [
[
"PCAddMaskToCLIP",
@@ -25143,6 +25165,14 @@
"title_aux": "comfyui_arcane_style_trans"
}
],
"https://github.com/ato-zen/ComfyUI-VIBE": [
[
"VIBE_Editor"
],
{
"title_aux": "ComfyUI-VIBE"
}
],
"https://github.com/ato321/ComfyUI-LTXVGuideRebase": [
[
"LTXVRebaseGuides"
@@ -29792,11 +29822,13 @@
"ExtendIntermediateSigmas",
"FeatherMask",
"FlipSigmas",
"Flux2ProImageNode",
"Flux2Scheduler",
"FluxDisableGuidance",
"FluxGuidance",
"FluxKontextImageScale",
"FluxKontextMultiReferenceLatentMethod",
"FluxKontextProImageNode",
"FluxProExpandNode",
"FluxProFillNode",
"FluxProUltraImageNode",
@@ -29840,6 +29872,7 @@
"ImageOnlyCheckpointLoader",
"ImageOnlyCheckpointSave",
"ImagePadForOutpaint",
"ImageProcessingNode",
"ImageQuantize",
"ImageRGBToYUV",
"ImageRotate",
@@ -30201,6 +30234,7 @@
"TextEncodeHunyuanVideo_ImageToVideo",
"TextEncodeQwenImageEdit",
"TextEncodeQwenImageEditPlus",
"TextProcessingNode",
"ThresholdMask",
"TomePatchModel",
"TopazImageEnhance",
@@ -32779,6 +32813,15 @@
"title_aux": "comfyui-videoframenode"
}
],
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
[
"SharpFrameSelector",
"SharpnessAnalyzer"
],
{
"title_aux": "ComfyUI-Sharp-Selector"
}
],
"https://github.com/ethanfel/Comfyui-JSON-Manager": [
[
"JSONLoaderBatchI2V",
@@ -35414,6 +35457,8 @@
"AIIA_CosyVoice_VoiceConversion",
"AIIA_Dialogue_TTS",
"AIIA_E2E_Speaker_Diarization",
"AIIA_EchoMimicLoader",
"AIIA_EchoMimicSampler",
"AIIA_FloatProcess_InMemory",
"AIIA_FloatProcess_ToDisk",
"AIIA_GenerateSpeakerSegments",
@@ -37110,6 +37155,16 @@
"title_aux": "ComfyUI-DSD"
}
],
"https://github.com/isala404/comfy-workflow-api": [
[
"WebhookReceiver",
"WebhookSend",
"WebhookTransformer"
],
{
"title_aux": "comfy-workflow-api"
}
],
"https://github.com/iwanders/ComfyUI_nodes": [
[
"IW_JsonPickItem",
@@ -40706,14 +40761,27 @@
],
"https://github.com/latentastronaut/comfyui-latent-astronaut-suite": [
[
"BatchLastImage",
"ChatterBoxTTS",
"ChatterBoxTTSLoader",
"ChatterBoxTTSLoaderAuto",
"ChatterBoxTTSSimple",
"ChatterBoxVC",
"ChatterBoxVCLoader",
"ChatterBoxVCLoaderAuto",
"ChatterBoxVCSimple",
"ForLoopEnd",
"ForLoopStart",
"ImageResizeToTotalPixels",
"LLMConfig",
"LLMPromptEnhancer",
"LoraLoaderModelOnlySelector",
"LoraLoaderSelector",
"SizeSelector",
"StringListCombine",
"StringListFromText",
"StringListIndex"
"StringListIndex",
"VideoLengthFromBatch"
],
{
"title_aux": "comfyui-latent-astronaut-suite"
@@ -43540,6 +43608,18 @@
"title_aux": "comfyui-previewlatent"
}
],
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": [
[
"EmptyZImageLatentImage",
"IllustrationStylePromptEncoder",
"PhotoStylePromptEncoder",
"SaveImage",
"ZSamplerTurbo"
],
{
"title_aux": "ComfyUI-ZImagePowerNodes"
}
],
"https://github.com/massao000/ComfyUI_aspect_ratios": [
[
"Aspect Ratios Node"
@@ -53304,8 +53384,8 @@
],
"https://github.com/transcendedhacker/Mode_personal_node": [
[
"NegativeNode",
"PromptNode"
"NegativePromptNode",
"PromptComposerNode"
],
{
"title_aux": "Mode_personal_node"
@@ -53629,7 +53709,9 @@
"LatentSmokeSimulation",
"LatentSwirlNoise",
"LatentWorleyNoise",
"SplitLatentPhaseMagnitude"
"PatchifyFlux2Latent",
"SplitLatentPhaseMagnitude",
"UnpatchifyFlux2Latent"
],
{
"title_aux": "Skoogeer-Noise"
@@ -57251,6 +57333,7 @@
],
"https://github.com/zhangp365/ComfyUI-utils-nodes": [
[
"AspectRatioSizeNodeOfUtils",
"BooleanControlOutput",
"CheckpointLoaderSimpleWithSwitch",
"ColorCorrectOfUtils",