update DB

This commit is contained in:
Dr.Lt.Data 2025-11-26 21:41:55 +09:00
parent 4941fb8aa0
commit 674b9f3705
4 changed files with 3769 additions and 3756 deletions

View File

@ -198,6 +198,7 @@
"FashionSegmentClothing",
"RMBG",
"SAM2Segment",
"SAM3Segment",
"Segment",
"SegmentV2"
],
@ -5594,6 +5595,10 @@
"https://github.com/Dobidop/ComfyStereo": [
[
"DeoVRViewNode",
"NativeStereoImageViewer",
"NativeStereoVideoViewer",
"NativeVRStatus",
"StereoDiffusion",
"StereoImageNode"
],
{
@ -12298,6 +12303,7 @@
[
"LightX2VConfigCombiner",
"LightX2VConfigCombinerV2",
"LightX2VConfigCombinerV3",
"LightX2VInferenceConfig",
"LightX2VLoRALoader",
"LightX2VMemoryOptimization",
@ -13846,20 +13852,18 @@
"https://github.com/PozzettiAndrea/ComfyUI-SAM3": [
[
"LoadSAM3Model",
"SAM3AddVideoPrompt",
"SAM3BBoxCollector",
"SAM3CloseVideoSession",
"SAM3CombineBoxes",
"SAM3CombinePoints",
"SAM3CreateBox",
"SAM3CreatePoint",
"SAM3InitVideoSession",
"SAM3InitVideoSessionAdvanced",
"SAM3InteractiveSegmentation",
"SAM3PointCollector",
"SAM3PropagateVideo",
"SAM3Propagate",
"SAM3Segmentation",
"SAM3VideoModelLoader",
"SAM3VideoOutput"
"SAM3VideoOutput",
"SAM3VideoSegmentation"
],
{
"title_aux": "ComfyUI-SAM3"
@ -25919,6 +25923,7 @@
"EmptyAudio",
"EmptyChromaRadianceLatentImage",
"EmptyCosmosLatentVideo",
"EmptyFlux2LatentImage",
"EmptyHunyuanImageLatent",
"EmptyHunyuanLatentVideo",
"EmptyImage",
@ -25933,13 +25938,14 @@
"ExtendIntermediateSigmas",
"FeatherMask",
"FlipSigmas",
"Flux2ProImageNode",
"Flux2Scheduler",
"FluxDisableGuidance",
"FluxGuidance",
"FluxKontextImageScale",
"FluxKontextMultiReferenceLatentMethod",
"FluxProExpandNode",
"FluxProFillNode",
"FluxProImageNode",
"FluxProUltraImageNode",
"FreSca",
"FreeU",
@ -29728,9 +29734,11 @@
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
[
"OnDemandCLIPLoader",
"OnDemandCLIPVisionLoader",
"OnDemandCheckpointLoader",
"OnDemandCivitaiLikedLoraLoader",
"OnDemandControlNetLoader",
"OnDemandDualCLIPLoader",
"OnDemandGGUFLoader",
"OnDemandLoraLoader",
"OnDemandUNETLoader",
@ -43827,8 +43835,6 @@
"MediaSelection",
"MultiCaptionCombiner",
"ShowText",
"SuperDualLoraLoader",
"SuperLoraLoader",
"VACEDepthAnnotator",
"VACEFlowAnnotator",
"VACEScribbleAnnotator",

File diff suppressed because it is too large Load Diff

View File

@ -1906,13 +1906,15 @@
],
"https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": [
[
"GoddessLabsFolderSelector"
"GoddessLabsDestroyAndRecreate",
"GoddessLabsFolderSelector",
"GoddessLabsNodeStateManager"
],
{
"author": "GoddessLabs",
"description": "Custom nodes to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.",
"nickname": "GoddessLabs",
"title": "GoddessLabs NodePack",
"title": "\u2764\ufe0f\u200d\ud83d\udd25\ud83d\udc8a GoddessLabs Toolset",
"title_aux": "ComfyUI-GoddessLabs-NodePack"
}
],
@ -3426,6 +3428,7 @@
"LoadFBXCharacter",
"LoadGVHMRModels",
"LoadSMPL",
"SMPLRetargetToSMPL",
"SMPLToFBX",
"SMPLViewer",
"SMPLtoBVH",
@ -3444,15 +3447,16 @@
"SAM3DExportPLYBatch",
"SAM3DExtractMesh",
"SAM3DGaussianDecode",
"SAM3DGenerate",
"SAM3DGenerateRGBA",
"SAM3DMeshDecode",
"SAM3DRenderSingle",
"SAM3DSLATGen",
"SAM3DSparseGen",
"SAM3DTextureBake",
"SAM3DVisualizer",
"SAM3D_PreviewPointCloud"
"SAM3D_DepthEstimate",
"SAM3D_PoseOptimization",
"SAM3D_PreviewPointCloud",
"SAM3D_UnloadModel"
],
{
"title_aux": "SAM3DObjects [UNSAFE]"
@ -6060,6 +6064,7 @@
"EmptyAudio",
"EmptyChromaRadianceLatentImage",
"EmptyCosmosLatentVideo",
"EmptyFlux2LatentImage",
"EmptyHunyuanImageLatent",
"EmptyHunyuanLatentVideo",
"EmptyImage",
@ -6074,13 +6079,14 @@
"ExtendIntermediateSigmas",
"FeatherMask",
"FlipSigmas",
"Flux2ProImageNode",
"Flux2Scheduler",
"FluxDisableGuidance",
"FluxGuidance",
"FluxKontextImageScale",
"FluxKontextMultiReferenceLatentMethod",
"FluxProExpandNode",
"FluxProFillNode",
"FluxProImageNode",
"FluxProUltraImageNode",
"FreSca",
"FreeU",

View File

@ -198,6 +198,7 @@
"FashionSegmentClothing",
"RMBG",
"SAM2Segment",
"SAM3Segment",
"Segment",
"SegmentV2"
],
@ -5594,6 +5595,10 @@
"https://github.com/Dobidop/ComfyStereo": [
[
"DeoVRViewNode",
"NativeStereoImageViewer",
"NativeStereoVideoViewer",
"NativeVRStatus",
"StereoDiffusion",
"StereoImageNode"
],
{
@ -12298,6 +12303,7 @@
[
"LightX2VConfigCombiner",
"LightX2VConfigCombinerV2",
"LightX2VConfigCombinerV3",
"LightX2VInferenceConfig",
"LightX2VLoRALoader",
"LightX2VMemoryOptimization",
@ -13846,20 +13852,18 @@
"https://github.com/PozzettiAndrea/ComfyUI-SAM3": [
[
"LoadSAM3Model",
"SAM3AddVideoPrompt",
"SAM3BBoxCollector",
"SAM3CloseVideoSession",
"SAM3CombineBoxes",
"SAM3CombinePoints",
"SAM3CreateBox",
"SAM3CreatePoint",
"SAM3InitVideoSession",
"SAM3InitVideoSessionAdvanced",
"SAM3InteractiveSegmentation",
"SAM3PointCollector",
"SAM3PropagateVideo",
"SAM3Propagate",
"SAM3Segmentation",
"SAM3VideoModelLoader",
"SAM3VideoOutput"
"SAM3VideoOutput",
"SAM3VideoSegmentation"
],
{
"title_aux": "ComfyUI-SAM3"
@ -25919,6 +25923,7 @@
"EmptyAudio",
"EmptyChromaRadianceLatentImage",
"EmptyCosmosLatentVideo",
"EmptyFlux2LatentImage",
"EmptyHunyuanImageLatent",
"EmptyHunyuanLatentVideo",
"EmptyImage",
@ -25933,13 +25938,14 @@
"ExtendIntermediateSigmas",
"FeatherMask",
"FlipSigmas",
"Flux2ProImageNode",
"Flux2Scheduler",
"FluxDisableGuidance",
"FluxGuidance",
"FluxKontextImageScale",
"FluxKontextMultiReferenceLatentMethod",
"FluxProExpandNode",
"FluxProFillNode",
"FluxProImageNode",
"FluxProUltraImageNode",
"FreSca",
"FreeU",
@ -29728,9 +29734,11 @@
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
[
"OnDemandCLIPLoader",
"OnDemandCLIPVisionLoader",
"OnDemandCheckpointLoader",
"OnDemandCivitaiLikedLoraLoader",
"OnDemandControlNetLoader",
"OnDemandDualCLIPLoader",
"OnDemandGGUFLoader",
"OnDemandLoraLoader",
"OnDemandUNETLoader",
@ -43827,8 +43835,6 @@
"MediaSelection",
"MultiCaptionCombiner",
"ShowText",
"SuperDualLoraLoader",
"SuperLoraLoader",
"VACEDepthAnnotator",
"VACEFlowAnnotator",
"VACEScribbleAnnotator",