update DB

This commit is contained in:
Dr.Lt.Data 2025-12-15 12:57:52 +09:00
parent f32dd80c24
commit 8f66a7997f
7 changed files with 2663 additions and 2552 deletions

View File

@ -3325,6 +3325,16 @@
"install_type": "git-clone",
"description": "Mel-Band RoFormer for Music Source Separation"
},
{
"author": "kijai",
"title": "ComfyUI-SCAIL-Pose",
"reference": "https://github.com/kijai/ComfyUI-SCAIL-Pose",
"files": [
"https://github.com/kijai/ComfyUI-SCAIL-Pose"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for SCAIL input processing"
},
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",
@ -34778,6 +34788,16 @@
"install_type": "git-clone",
"description": "View Image Metadata of ComfyUI as well as of ForgeUI or Automatic 1111 generated images in Easily Readable Format"
},
{
"author": "ShammiG",
"title": "ComfyUI-Show_Any_Text_in_CMD_Console-SG",
"reference": "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG",
"files": [
"https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG"
],
"install_type": "git-clone",
"description": "Simple node to show ANY output text in the CMD console with color options"
},
{
"author": "bgreene2",
"title": "ComfyUI-Hunyuan-Image-3",

View File

@ -2250,6 +2250,7 @@
"ForceDetectPixelateScale",
"ImageScaleDownByFactor",
"ImageUpscaleByInt",
"ImagesToRGB",
"NearestImageScaleDown",
"PixelUpscale2Target",
"RemoveBackgroundPixel",
@ -14612,6 +14613,7 @@
],
"https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [
[
"GeomPackAddNormalsToPointCloud",
"GeomPackBackdraftView",
"GeomPackBooleanOp",
"GeomPackCheckNormals",
@ -14637,6 +14639,7 @@
"GeomPackMeshQuality",
"GeomPackMeshToMeshDistance",
"GeomPackMeshToPointCloud",
"GeomPackNormalizeMeshToBBox",
"GeomPackPointToMeshDistance",
"GeomPackPreviewMesh",
"GeomPackPreviewMeshDual",
@ -15323,6 +15326,7 @@
"Runware Alibaba Provider Settings",
"Runware Audio Inference",
"Runware Audio Inference Inputs",
"Runware Audio Inputs Combine",
"Runware Audio Model Search",
"Runware Audio Sections",
"Runware Background Removal",
@ -15365,20 +15369,27 @@
"Runware Refiner",
"Runware Runway Provider Settings",
"Runware Safety Inputs",
"Runware Speech Inputs Combine",
"Runware Sync Provider Settings",
"Runware Sync Segment",
"Runware VAE Search",
"Runware Vectorize",
"Runware Video Advanced Feature Inputs",
"Runware Video Audio Input",
"Runware Video Background Removal",
"Runware Video Inference",
"Runware Video Inference Inputs",
"Runware Video Inputs Frame Images",
"Runware Video Inputs References",
"Runware Video Model Search",
"Runware Video Speech Input",
"Runware Video Transcription",
"Runware Video Upscaler",
"Runware Vidu Provider Settings",
"RunwareAlibabaProviderSettings",
"RunwareAudioInferenceInputs",
"RunwareAudioInput",
"RunwareAudioInputCombine",
"RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings",
"RunwareFrameImages",
@ -15391,6 +15402,10 @@
"RunwarePixverseProviderSettings",
"RunwareRunwayProviderSettings",
"RunwareSafetyInputs",
"RunwareSpeechInput",
"RunwareSpeechInputCombine",
"RunwareSyncProviderSettings",
"RunwareSyncSegment",
"RunwareVectorize",
"RunwareVideoAdvancedFeatureInputs",
"RunwareVideoBgRemoval",
@ -16308,6 +16323,14 @@
"title_aux": "ComfyUI Show Clock in CMD Console SG"
}
],
"https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": [
[
"ShowAnyTextInCMDconsoleSG"
],
{
"title_aux": "ComfyUI-Show_Any_Text_in_CMD_Console-SG"
}
],
"https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": [
[
"Simple Readable Metadata Text Viewer-SG",
@ -17689,6 +17712,7 @@
"StarIconExporter",
"StarImageEditQwenKontext",
"StarImageLoader1by1",
"StarImageLoop",
"StarImageSwitch",
"StarImageSwitch2",
"StarInfiniteYouAdvancedPatchMaker",
@ -17734,6 +17758,7 @@
"StarTextFilter",
"StarTextInput",
"StarTextStorage",
"StarVideoLoop",
"StarWatermark",
"StarWildcardsAdvanced",
"StarWildsAdv",
@ -22076,6 +22101,7 @@
"AKSamplerSettings",
"AKSettingsOut",
"CLIPEncodeMultiple",
"CLIPTextEncodeCached",
"IndexMultiple",
"IsOneOfGroupsActive",
"PreviewRawText",
@ -36827,6 +36853,7 @@
"https://github.com/kijai/ComfyUI-KJNodes": [
[
"AddLabel",
"AddNoiseToTrackPath",
"AppendInstanceDiffusionTracking",
"AppendStringsToList",
"ApplyRifleXRoPE_HunuyanVideo",
@ -37201,6 +37228,15 @@
"title_aux": "ComfyUI PyramidFlow Wrapper"
}
],
"https://github.com/kijai/ComfyUI-SCAIL-Pose": [
[
"PoseDetectionVitPoseToDWPose",
"RenderNLFPoses"
],
{
"title_aux": "ComfyUI-SCAIL-Pose"
}
],
"https://github.com/kijai/ComfyUI-SUPIR": [
[
"SUPIR_Upscale",
@ -43472,8 +43508,7 @@
"RescaleCFGPost",
"SamplerGradientEstimation",
"SkipFirstStepCFG",
"TCFGAdvanced",
"VAEPadding"
"TCFGAdvanced"
],
{
"title_aux": "ComfyUI-ppm"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2611,6 +2611,7 @@
"LunaModelRouter",
"LunaMultiSaver",
"LunaOptimizedWeightsManager",
"LunaPipeExpander",
"LunaPromptCraft",
"LunaPromptCraftDebug",
"LunaSecondaryModelLoader",
@ -8141,6 +8142,7 @@
"HolafRemote",
"HolafResolutionPreset",
"HolafSaveImage",
"HolafSaveVideo",
"HolafShortcut",
"HolafShortcutUser",
"HolafTiledKSampler",
@ -9663,7 +9665,6 @@
"MaskToSAMCoordsV2",
"MorseCode",
"PoseReformer",
"SaveITAsZip",
"SaveImageAsZip",
"SaveTextAsZip",
"StrFormat",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "kijai",
"title": "ComfyUI-SCAIL-Pose",
"reference": "https://github.com/kijai/ComfyUI-SCAIL-Pose",
"files": [
"https://github.com/kijai/ComfyUI-SCAIL-Pose"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for SCAIL input processing"
},
{
"author": "ShammiG",
"title": "ComfyUI-Show_Any_Text_in_CMD_Console-SG",
"reference": "https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG",
"files": [
"https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG"
],
"install_type": "git-clone",
"description": "Simple node to show ANY output text in the CMD console with color options"
},
{
"author": "ubisoft",
"title": "ComfyUI-Chord",

View File

@ -2250,6 +2250,7 @@
"ForceDetectPixelateScale",
"ImageScaleDownByFactor",
"ImageUpscaleByInt",
"ImagesToRGB",
"NearestImageScaleDown",
"PixelUpscale2Target",
"RemoveBackgroundPixel",
@ -14612,6 +14613,7 @@
],
"https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": [
[
"GeomPackAddNormalsToPointCloud",
"GeomPackBackdraftView",
"GeomPackBooleanOp",
"GeomPackCheckNormals",
@ -14637,6 +14639,7 @@
"GeomPackMeshQuality",
"GeomPackMeshToMeshDistance",
"GeomPackMeshToPointCloud",
"GeomPackNormalizeMeshToBBox",
"GeomPackPointToMeshDistance",
"GeomPackPreviewMesh",
"GeomPackPreviewMeshDual",
@ -15323,6 +15326,7 @@
"Runware Alibaba Provider Settings",
"Runware Audio Inference",
"Runware Audio Inference Inputs",
"Runware Audio Inputs Combine",
"Runware Audio Model Search",
"Runware Audio Sections",
"Runware Background Removal",
@ -15365,20 +15369,27 @@
"Runware Refiner",
"Runware Runway Provider Settings",
"Runware Safety Inputs",
"Runware Speech Inputs Combine",
"Runware Sync Provider Settings",
"Runware Sync Segment",
"Runware VAE Search",
"Runware Vectorize",
"Runware Video Advanced Feature Inputs",
"Runware Video Audio Input",
"Runware Video Background Removal",
"Runware Video Inference",
"Runware Video Inference Inputs",
"Runware Video Inputs Frame Images",
"Runware Video Inputs References",
"Runware Video Model Search",
"Runware Video Speech Input",
"Runware Video Transcription",
"Runware Video Upscaler",
"Runware Vidu Provider Settings",
"RunwareAlibabaProviderSettings",
"RunwareAudioInferenceInputs",
"RunwareAudioInput",
"RunwareAudioInputCombine",
"RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings",
"RunwareFrameImages",
@ -15391,6 +15402,10 @@
"RunwarePixverseProviderSettings",
"RunwareRunwayProviderSettings",
"RunwareSafetyInputs",
"RunwareSpeechInput",
"RunwareSpeechInputCombine",
"RunwareSyncProviderSettings",
"RunwareSyncSegment",
"RunwareVectorize",
"RunwareVideoAdvancedFeatureInputs",
"RunwareVideoBgRemoval",
@ -16308,6 +16323,14 @@
"title_aux": "ComfyUI Show Clock in CMD Console SG"
}
],
"https://github.com/ShammiG/ComfyUI-Show_Any_Text_in_CMD_Console-SG": [
[
"ShowAnyTextInCMDconsoleSG"
],
{
"title_aux": "ComfyUI-Show_Any_Text_in_CMD_Console-SG"
}
],
"https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": [
[
"Simple Readable Metadata Text Viewer-SG",
@ -17689,6 +17712,7 @@
"StarIconExporter",
"StarImageEditQwenKontext",
"StarImageLoader1by1",
"StarImageLoop",
"StarImageSwitch",
"StarImageSwitch2",
"StarInfiniteYouAdvancedPatchMaker",
@ -17734,6 +17758,7 @@
"StarTextFilter",
"StarTextInput",
"StarTextStorage",
"StarVideoLoop",
"StarWatermark",
"StarWildcardsAdvanced",
"StarWildsAdv",
@ -22076,6 +22101,7 @@
"AKSamplerSettings",
"AKSettingsOut",
"CLIPEncodeMultiple",
"CLIPTextEncodeCached",
"IndexMultiple",
"IsOneOfGroupsActive",
"PreviewRawText",
@ -36827,6 +36853,7 @@
"https://github.com/kijai/ComfyUI-KJNodes": [
[
"AddLabel",
"AddNoiseToTrackPath",
"AppendInstanceDiffusionTracking",
"AppendStringsToList",
"ApplyRifleXRoPE_HunuyanVideo",
@ -37201,6 +37228,15 @@
"title_aux": "ComfyUI PyramidFlow Wrapper"
}
],
"https://github.com/kijai/ComfyUI-SCAIL-Pose": [
[
"PoseDetectionVitPoseToDWPose",
"RenderNLFPoses"
],
{
"title_aux": "ComfyUI-SCAIL-Pose"
}
],
"https://github.com/kijai/ComfyUI-SUPIR": [
[
"SUPIR_Upscale",
@ -43472,8 +43508,7 @@
"RescaleCFGPost",
"SamplerGradientEstimation",
"SkipFirstStepCFG",
"TCFGAdvanced",
"VAEPadding"
"TCFGAdvanced"
],
{
"title_aux": "ComfyUI-ppm"