update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data 2026-06-25 02:46:23 +09:00
parent 8ff2ba8ffe
commit 049a53f3d5
9 changed files with 6766 additions and 6655 deletions

View File

@ -53292,6 +53292,26 @@
"install_type": "git-clone",
"description": "Model-scoped latent presets for ComfyUI"
},
{
"author": "TK22-26",
"title": "Inspect Image Overlay",
"reference": "https://github.com/TK22-26/comfyui-inspect-image-overlay",
"files": [
"https://github.com/TK22-26/comfyui-inspect-image-overlay"
],
"install_type": "git-clone",
"description": "ComfyUI node that opens generated images in a fullscreen inspector overlay."
},
{
"author": "kevinsun",
"title": "ComfyUI-Quick-Latent",
"reference": "https://github.com/Zhen-Bo/comfyui-quick-latent",
"files": [
"https://github.com/Zhen-Bo/comfyui-quick-latent"
],
"install_type": "git-clone",
"description": "A streamlined latent size node for ComfyUI with resolution presets, scale control, and batch output."
},
{
"author": "ntdviet",
"title": "ntdviet/comfyui-ext",

View File

@ -2339,6 +2339,7 @@
"AcademiaSD_MaskedNoise",
"AcademiaSD_MultiLora",
"AcademiaSD_MultiPrompt",
"AcademiaSD_Noise",
"AcademiaSD_Numeric",
"AcademiaSD_Resolution",
"AcademiaSD_ResolutionCalc",
@ -8619,14 +8620,19 @@
],
"https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack": [
[
"EnviralCheckpointName",
"EnviralColorMatchV2",
"EnviralImageResizeKit",
"EnviralLazyIndexSwitch",
"EnviralLmstudioUnified",
"EnviralLoadLora",
"EnviralLoadLoraModelOnly",
"EnviralLoraName",
"EnviralModelPatchTorchSettings",
"EnviralSamplerName",
"EnviralSchedulerName",
"EnviralTextSplitByDelimiter",
"EnviralVAEName",
"EnviralWanResolutionSnap"
],
{
@ -24655,6 +24661,14 @@
"title_aux": "comfyUI_TJ_NormalLighting"
}
],
"https://github.com/TK22-26/comfyui-inspect-image-overlay": [
[
"InspectImageOverlay"
],
{
"title_aux": "Inspect Image Overlay"
}
],
"https://github.com/TK3R/ComfyUI_TK3R_Ext": [
[
"TK3R CFG Sigma Interpolate",
@ -25338,6 +25352,7 @@
"Combine Properties",
"Decorate List",
"Dictionary Lookup",
"Encode Any Properties (Dynamic)",
"Encode Any Property",
"Face Body Aspect Bounds",
"File Metadata",
@ -25366,6 +25381,7 @@
"Json From Properties",
"List Count",
"Load Image Batch from Zip",
"Load Image w/Meta",
"None Image",
"Process Path Name",
"Prompt Splitter",
@ -25380,6 +25396,7 @@
"Rect to Ints",
"Replace List",
"Save Image Batch to Zip",
"Save Image w/Meta",
"Scale Rect",
"Search To Boolean",
"Search and Replace",
@ -28044,6 +28061,14 @@
"title_aux": "ComfyUI-ZSNodes"
}
],
"https://github.com/Zhen-Bo/comfyui-quick-latent": [
[
"QuickLatent"
],
{
"title_aux": "ComfyUI-Quick-Latent"
}
],
"https://github.com/ZhiHui6/zhihui_nodes_comfyui": [
[
"AudioDuration",
@ -47426,7 +47451,9 @@
"https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": [
[
"Hugging Face Download Folder",
"Hugging Face Download Model"
"Hugging Face Download Model",
"HuggingFaceDownloadFolder",
"HuggingFaceDownloadModel"
],
{
"title_aux": "ComfyUI_HuggingFace_Downloader"
@ -49514,6 +49541,7 @@
"TransitionImagesMulti",
"VAEDecodeLoopKJ",
"VAELoaderKJ",
"VAEMergeKJ",
"VRAM_Debug",
"VisualizeCUDAMemoryHistory",
"VisualizeSigmasKJ",
@ -50314,6 +50342,7 @@
],
"https://github.com/kohs100/comfyui-ppwc": [
[
"PPWCLoraDetector",
"PPWCReplace",
"PPWCTerminate"
],
@ -53968,6 +53997,7 @@
"Koolook_PublishOutput",
"Koolook_PublishResult",
"Koolook_PublishRouter",
"LTXAVBindSchedule",
"LTXDirector",
"LTXDirector__koolook",
"LTXDirector__koolook_v1_3_2",
@ -55707,6 +55737,7 @@
"PromptChain_Scribble",
"PromptChain_SoftEdge",
"PromptChain_Tile",
"PromptChain_ZImageRegionalCouple",
"PuLIDEVACLIPLoader",
"PuLIDFacePreview",
"PuLIDInsightFaceLoader",

File diff suppressed because it is too large Load Diff

View File

@ -11598,17 +11598,6 @@
"install_type": "git-clone",
"description": "Nodes:PromptLoader, BaseModelLoader, InstantStyleLoader, InstantStyleGenerationNode"
},
{
"author": "jp0215",
"title": "comfyUI_padding-resize_node",
"reference": "https://github.com/jp0215/comfyUI_padding-resize_node",
"files": [
"https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/PaddingNode.py",
"https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/ResizeNode.py"
],
"install_type": "copy",
"description": "Padding image to 8x: input image and mask, if the side length is not an integer multiple of 8, expand the side length to the smallest multiple of 8 greater than the original side length. Output padding image and mask. Resize to the origin: input the generated image and the original image, crop the generated image to the size of the original image, output the cropped image."
},
{
"author": "Quasimondo",
"title": "ComfyUI-QuasimondoNodes [WIP]",

View File

@ -3442,6 +3442,7 @@
"MpiCombo9",
"MpiComboMaker",
"MpiCompare",
"MpiConditioningReroute",
"MpiConvert",
"MpiDisplayPrompt",
"MpiDoubleLora",
@ -3485,6 +3486,7 @@
"MpiRandPromptGenOverrideList",
"MpiRandPromptGenOverrideSection",
"MpiRandPromptGenSave",
"MpiReroute",
"MpiRoundToMultiple",
"MpiRoundToMultipleRes",
"MpiScaledDimensions",
@ -4681,17 +4683,8 @@
"https://github.com/Ronnasayd/comfyui-nodes": [
[
"AspectRatioCrop",
"ConditioningExtendFrames",
"ConditioningShapeDebug",
"LatentExtendFrames",
"LatentPrependCache",
"LatentShapeDebug",
"PixelatedBorderNode",
"VaceControlPrepare",
"VideoLatentMask",
"VideoSegmentPrepare",
"VideoSegmentSave",
"WanImagesToVideo"
"VideoConcatenate"
],
{
"title_aux": "comfyui-nodes"
@ -11535,6 +11528,7 @@
"BlockifyMask_lhy",
"CLIPName",
"CLIPNameGGUF",
"CLIPTextEncodeCached",
"CLIPVisionName",
"CSVRandomPicker",
"CSVRandomPickerAdv",
@ -13493,6 +13487,7 @@
"Image Selector [Eclipse]",
"Image Soften [Eclipse]",
"Image Upscale With Model [Eclipse]",
"Image Upscale With Model v2 [Eclipse]",
"Image with FX [Eclipse]",
"Inset & Crop [Eclipse]",
"Int Passer [Eclipse]",
@ -13536,6 +13531,7 @@
"Pipe IO Sampler Settings v2 [Eclipse]",
"Pipe IO Sampler Settings v2.1 [Eclipse]",
"Pipe IO Sampler Settings v2.2 [Eclipse]",
"Pipe IO Sampler Settings v2.3 [Eclipse]",
"Pipe Out Checkpoint Loader [Eclipse]",
"Pipe Out LM Advanced Options [Eclipse]",
"Pipe Out LM Advanced Options [SmartLML]",
@ -13560,6 +13556,7 @@
"Replace String v3 [Eclipse]",
"Resolution Scale [Eclipse]",
"SEGS Passer [Eclipse]",
"SEGS Preview Simple [Eclipse]",
"SEGS Preview [Eclipse]",
"Sampler Selection [Eclipse]",
"Sampler Settings NI [Eclipse]",
@ -14798,6 +14795,7 @@
"DualWVSamplerWanLightningAdvancedAlt",
"ExpandMaskBySides",
"ExpandMaskWithFeathering",
"ExtendEmptyAudio",
"IntDivisibleBy_StDismas",
"MaskToBBox",
"MultiStringSelector_StDismas",
@ -16291,6 +16289,8 @@
[
"BBOXFormatConverterZV",
"FFmpegImageSlideShowZV",
"FFmpegVideoMergerZV",
"FFmpegVideoSplitterZV",
"ImageCounterNodeZV",
"JoinListZV",
"JsonListIndexerZV",
@ -16324,7 +16324,6 @@
"TxtCounterNodeZV",
"UniversalBBOXToMaskZV",
"VideoCounterNodeZV",
"VideoGeneratorFFmpegZV",
"VideoSceneDetectorZV",
"VideoSpeedZV"
],

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "jp0215",
"title": "comfyUI_padding-resize_node [REMOVED]",
"reference": "https://github.com/jp0215/comfyUI_padding-resize_node",
"files": [
"https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/PaddingNode.py",
"https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/ResizeNode.py"
],
"install_type": "copy",
"description": "Padding image to 8x: input image and mask, if the side length is not an integer multiple of 8, expand the side length to the smallest multiple of 8 greater than the original side length. Output padding image and mask. Resize to the origin: input the generated image and the original image, crop the generated image to the size of the original image, output the cropped image."
},
{
"author": "bnwa",
"title": "Comfy Combos [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "kevinsun",
"title": "ComfyUI-Quick-Latent",
"reference": "https://github.com/Zhen-Bo/comfyui-quick-latent",
"files": [
"https://github.com/Zhen-Bo/comfyui-quick-latent"
],
"install_type": "git-clone",
"description": "A streamlined latent size node for ComfyUI with resolution presets, scale control, and batch output."
},
{
"author": "TK22-26",
"title": "Inspect Image Overlay",
"reference": "https://github.com/TK22-26/comfyui-inspect-image-overlay",
"files": [
"https://github.com/TK22-26/comfyui-inspect-image-overlay"
],
"install_type": "git-clone",
"description": "ComfyUI node that opens generated images in a fullscreen inspector overlay."
},
{
"author": "ThunderFun",
"title": "ComfyUI-INT-Crush",

View File

@ -2339,6 +2339,7 @@
"AcademiaSD_MaskedNoise",
"AcademiaSD_MultiLora",
"AcademiaSD_MultiPrompt",
"AcademiaSD_Noise",
"AcademiaSD_Numeric",
"AcademiaSD_Resolution",
"AcademiaSD_ResolutionCalc",
@ -8619,14 +8620,19 @@
],
"https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack": [
[
"EnviralCheckpointName",
"EnviralColorMatchV2",
"EnviralImageResizeKit",
"EnviralLazyIndexSwitch",
"EnviralLmstudioUnified",
"EnviralLoadLora",
"EnviralLoadLoraModelOnly",
"EnviralLoraName",
"EnviralModelPatchTorchSettings",
"EnviralSamplerName",
"EnviralSchedulerName",
"EnviralTextSplitByDelimiter",
"EnviralVAEName",
"EnviralWanResolutionSnap"
],
{
@ -24655,6 +24661,14 @@
"title_aux": "comfyUI_TJ_NormalLighting"
}
],
"https://github.com/TK22-26/comfyui-inspect-image-overlay": [
[
"InspectImageOverlay"
],
{
"title_aux": "Inspect Image Overlay"
}
],
"https://github.com/TK3R/ComfyUI_TK3R_Ext": [
[
"TK3R CFG Sigma Interpolate",
@ -25338,6 +25352,7 @@
"Combine Properties",
"Decorate List",
"Dictionary Lookup",
"Encode Any Properties (Dynamic)",
"Encode Any Property",
"Face Body Aspect Bounds",
"File Metadata",
@ -25366,6 +25381,7 @@
"Json From Properties",
"List Count",
"Load Image Batch from Zip",
"Load Image w/Meta",
"None Image",
"Process Path Name",
"Prompt Splitter",
@ -25380,6 +25396,7 @@
"Rect to Ints",
"Replace List",
"Save Image Batch to Zip",
"Save Image w/Meta",
"Scale Rect",
"Search To Boolean",
"Search and Replace",
@ -28044,6 +28061,14 @@
"title_aux": "ComfyUI-ZSNodes"
}
],
"https://github.com/Zhen-Bo/comfyui-quick-latent": [
[
"QuickLatent"
],
{
"title_aux": "ComfyUI-Quick-Latent"
}
],
"https://github.com/ZhiHui6/zhihui_nodes_comfyui": [
[
"AudioDuration",
@ -47426,7 +47451,9 @@
"https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": [
[
"Hugging Face Download Folder",
"Hugging Face Download Model"
"Hugging Face Download Model",
"HuggingFaceDownloadFolder",
"HuggingFaceDownloadModel"
],
{
"title_aux": "ComfyUI_HuggingFace_Downloader"
@ -49514,6 +49541,7 @@
"TransitionImagesMulti",
"VAEDecodeLoopKJ",
"VAELoaderKJ",
"VAEMergeKJ",
"VRAM_Debug",
"VisualizeCUDAMemoryHistory",
"VisualizeSigmasKJ",
@ -50314,6 +50342,7 @@
],
"https://github.com/kohs100/comfyui-ppwc": [
[
"PPWCLoraDetector",
"PPWCReplace",
"PPWCTerminate"
],
@ -53968,6 +53997,7 @@
"Koolook_PublishOutput",
"Koolook_PublishResult",
"Koolook_PublishRouter",
"LTXAVBindSchedule",
"LTXDirector",
"LTXDirector__koolook",
"LTXDirector__koolook_v1_3_2",
@ -55707,6 +55737,7 @@
"PromptChain_Scribble",
"PromptChain_SoftEdge",
"PromptChain_Tile",
"PromptChain_ZImageRegionalCouple",
"PuLIDEVACLIPLoader",
"PuLIDFacePreview",
"PuLIDInsightFaceLoader",