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

This commit is contained in:
Dr.Lt.Data 2026-03-31 08:50:38 +09:00
parent c8a50de72c
commit 8aca0751d1
5 changed files with 2222 additions and 2203 deletions

View File

@ -61611,6 +61611,7 @@
], ],
"https://github.com/yushan777/ComfyUI-Y7Nodes": [ "https://github.com/yushan777/ComfyUI-Y7Nodes": [
[ [
"SamplerSelect_Name",
"Y7Nodes_AspectRatioPicker", "Y7Nodes_AspectRatioPicker",
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",

File diff suppressed because it is too large Load Diff

View File

@ -9905,19 +9905,27 @@
], ],
"https://github.com/jorin91/ComfyUI-JSG-Utils": [ "https://github.com/jorin91/ComfyUI-JSG-Utils": [
[ [
"JSGAddMetadata", "JSGBoolToString",
"JSGCaptionBuilder", "JSGCaptionBuilder",
"JSGCombineStrings",
"JSGCreateBlankMetadata",
"JSGDeleteFilePassAny", "JSGDeleteFilePassAny",
"JSGDeleteFilePassImage", "JSGDeleteFilePassImage",
"JSGDeleteFilePassString", "JSGDeleteFilePassString",
"JSGFindImagePathsRecursive", "JSGFindImagePathsRecursive",
"JSGFindImagesRecursiveList", "JSGFindImagesRecursiveList",
"JSGLoadImageFromPath", "JSGLoadImageFromPath",
"JSGMatchStringList",
"JSGParsePath", "JSGParsePath",
"JSGRandomBool",
"JSGRandomColorHSVA", "JSGRandomColorHSVA",
"JSGRandomStringChoice",
"JSGRandomStringChoiceList",
"JSGRemoveMetadata", "JSGRemoveMetadata",
"JSGSaveImage", "JSGSaveImage",
"JSGSetMetadata" "JSGSetMetadataField",
"JSGSetMetadataFields",
"JSGSetStandardMetadataField"
], ],
{ {
"title_aux": "ComfyUI-JSG-Utils [UNSAFE]" "title_aux": "ComfyUI-JSG-Utils [UNSAFE]"
@ -11699,15 +11707,19 @@
"https://github.com/nomadop/ComfyUI-Video-Matting": [ "https://github.com/nomadop/ComfyUI-Video-Matting": [
[ [
"AlphaCombine", "AlphaCombine",
"AlphaDeflicker",
"ApplyAlpha", "ApplyAlpha",
"CutieLoader", "CutieLoader",
"CutieProcess", "CutieProcess",
"FlickerformerDeflicker",
"FlickerformerLoader",
"FrameSelector", "FrameSelector",
"ImageSequencePackager", "ImageSequencePackager",
"MODNetInference", "MODNetInference",
"MODNetLoader", "MODNetLoader",
"MaskToGrayscaleImage", "MaskToGrayscaleImage",
"PreviewSlider", "PreviewSlider",
"RAFTLoader",
"RMBGInference", "RMBGInference",
"RMBGLoader", "RMBGLoader",
"RVMInference", "RVMInference",

File diff suppressed because it is too large Load Diff

View File

@ -61611,6 +61611,7 @@
], ],
"https://github.com/yushan777/ComfyUI-Y7Nodes": [ "https://github.com/yushan777/ComfyUI-Y7Nodes": [
[ [
"SamplerSelect_Name",
"Y7Nodes_AspectRatioPicker", "Y7Nodes_AspectRatioPicker",
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",