update DB

This commit is contained in:
Dr.Lt.Data 2025-11-22 08:40:02 +09:00
parent d340c85013
commit dc9b6d655b
8 changed files with 1412 additions and 1454 deletions

View File

@ -21214,16 +21214,6 @@
"install_type": "git-clone",
"description": "This is a ComfyUI custom node implementation for image editing using the Step-1 model architecture, specifically adapted for reference-based image editing guided by text prompts."
},
{
"author": "HM-RunningHub",
"title": "ComfyUI Qwen-Image Node",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities."
},
{
"author": "sebord",
"title": "ComfyUI-LMCQ",
@ -34956,6 +34946,17 @@
"install_type": "git-clone",
"description": "Makes the prompts for generating anime images more detailed by upsampling Danbooru tags."
},
{
"author": "rookiestar28",
"title": "ComfyUI Text Processor",
"id": "ComfyUI_Text_Processor",
"reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor",
"files": [
"https://github.com/rookiestar28/ComfyUI_Text_Processor"
],
"install_type": "git-clone",
"description": "An advanced text processing node for ComfyUI."
},
{
"author": "MoonMoon82",
"title": "ClipVision_Tools",
@ -37262,17 +37263,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "rookiestar28",
"title": "ComfyUI Text Processor",
"id": "ComfyUI_Text_Processor",
"reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor",
"files": [
"https://github.com/rookiestar28/ComfyUI_Text_Processor"
],
"install_type": "git-clone",
"description": "An advanced text processing node for ComfyUI."
}
}
]
}

View File

@ -13120,10 +13120,6 @@
"GeomPackPreviewMeshDual",
"GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK",
"GeomPackPreviewMeshVTKEdges",
"GeomPackPreviewMeshVTKFields",
"GeomPackPreviewMeshVTKSplit",
"GeomPackPreviewMeshVTKWithNormals",
"GeomPackPreviewMeshVTKWithTexture",
"GeomPackReconstructSurface",
"GeomPackRefineMesh",
@ -13230,12 +13226,14 @@
[
"LoadSAM3Model",
"SAM3AddVideoPrompt",
"SAM3BBoxCollector",
"SAM3CloseVideoSession",
"SAM3CombineBoxes",
"SAM3CombinePoints",
"SAM3CreateBox",
"SAM3CreatePoint",
"SAM3InitVideoSession",
"SAM3InitVideoSessionAdvanced",
"SAM3PointCollector",
"SAM3PropagateVideo",
"SAM3Segmentation",
@ -15932,6 +15930,7 @@
"FluxStartSettings",
"Fluxstarsampler",
"OllamaModelChooser",
"QwenImageStartSettings",
"SD35StartSettings",
"SDXLStartSettings",
"SDstarsampler",
@ -28644,6 +28643,10 @@
"FL_WF_Agent",
"FL_WanFirstLastFrameToVideo",
"FL_WanVaceToVideoMultiRef",
"FL_WanVideoBlender",
"FL_WanVideoBlender3Way",
"FL_WanVideoContinuationBlender",
"FL_WanVideoContinue",
"FL_WordFrequencyGraph",
"FL_ZipDirectory",
"FL_ZipSave",
@ -43050,8 +43053,10 @@
"AdvancedFolderVideoCombiner",
"CameraMoveNode",
"CameraShakeNode",
"MergeVideoAudioNode",
"VideoImageOverlay",
"VideoOverlay",
"VideoOverlayBatch",
"ZoomSequenceBatchNode",
"ZoomSequenceNode"
],

File diff suppressed because it is too large Load Diff

View File

@ -250,16 +250,6 @@
"install_type": "git-clone",
"description": "A slimmed down collection of ComfyUI nodes either from elsewhere, custom creation or updated independently. (Description by CC)"
},
{
"author": "rookiestar28",
"title": "ComfyUI_Text_Processor [WIP]",
"reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor",
"files": [
"https://github.com/rookiestar28/ComfyUI_Text_Processor"
],
"install_type": "git-clone",
"description": "A powerful and flexible text processing node for ComfyUI designed to automate and simplify dynamic prompt workflows with dual-output design for node chaining and 13+ operation modes.\nNOTE: The files in the repo are not organized."
},
{
"author": "liusida",
"title": "ComfyUI-Notebook [UNSAFE]",

View File

@ -2301,6 +2301,8 @@
],
"https://github.com/JosDigby/ComfyUI-DigbyWan": [
[
"DigbyLoopClose",
"DigbyLoopOpen",
"ImageBatchLoopExtract",
"WanMiddleFrameToVideo",
"WanVACEVideoSmoother"
@ -3557,18 +3559,15 @@
"https://github.com/PozzettiAndrea/ComfyUI-UniRig": [
[
"UniRigApplySkinningMLNew",
"UniRigDenormalizeSkeleton",
"UniRigExportPosedFBX",
"UniRigExtractSkeletonNew",
"UniRigLoadMesh",
"UniRigLoadRiggedMesh",
"UniRigLoadSkeletonModel",
"UniRigLoadSkinningModel",
"UniRigPrepareSkeletonForSkinning",
"UniRigPreviewRiggedMesh",
"UniRigSaveMesh",
"UniRigSaveSkeleton",
"UniRigValidateSkeleton"
"UniRigSaveSkeleton"
],
{
"title_aux": "ComfyUI-UniRig [WIP]"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "rookiestar28",
"title": "ComfyUI Text Processor",
"id": "ComfyUI_Text_Processor",
"reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor",
"files": [
"https://github.com/rookiestar28/ComfyUI_Text_Processor"
],
"install_type": "git-clone",
"description": "An advanced text processing node for ComfyUI."
},
{
"author": "EricRollei",
"title": "AAA_Metadata_System",
@ -683,48 +694,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI extension with several convenience nodes."
},
{
"author": "yano",
"title": "ComfyUI Fast Mosaic Detector",
"id": "comfyui-fast-mosaic-detector",
"reference": "https://github.com/yano/comfyui-fast-mosaic-detector",
"files": [
"https://github.com/yano/comfyui-fast-mosaic-detector"
],
"install_type": "git-clone",
"description": "High-speed and high-accuracy mosaic detection node for ComfyUI. Supports FAST, ACCURATE, and HYBRID modes with ROI refinement."
},
{
"author": "cedarconnor",
"title": "ComfyUI-OmniX",
"reference": "https://github.com/cedarconnor/ComfyUI-OmniX",
"files": [
"https://github.com/cedarconnor/ComfyUI-OmniX"
],
"install_type": "git-clone",
"description": "Extract comprehensive scene properties from 360-degree equirectangular panoramas, including depth, normals, and PBR materials, using OmniX adapters with Flux."
},
{
"author": "creepybits",
"title": "world weaver",
"id": "ComfyUI-World_weaver",
"reference": "https://github.com/Creepybits/World_weaver",
"files": [
"https://github.com/Creepybits/World_weaver"
],
"install_type": "git-clone",
"description": "The World Weaver System: True AI character consistency using Textual Inheritance. Maintain unshakeable character identity (face, body, essence) across radical changes in pose, clothing, and scene without LoRAs, IP-Adapters, or ControlNet. This repo contains the Character Vault and Prompt Helper components."
},
{
"author": "princepainter",
"title": "Comfyui-PainterAudioCut",
"reference": "https://github.com/princepainter/Comfyui-PainterAudioCut",
"files": [
"https://github.com/princepainter/Comfyui-PainterAudioCut"
],
"install_type": "git-clone",
"description": "High-precision audio trimming custom node based on frame rates for ComfyUI - trim audio precisely by frame numbers instead of timestamps, perfectly matching video frame synchronization needs. (Description by CC)"
}
]
}

View File

@ -13120,10 +13120,6 @@
"GeomPackPreviewMeshDual",
"GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK",
"GeomPackPreviewMeshVTKEdges",
"GeomPackPreviewMeshVTKFields",
"GeomPackPreviewMeshVTKSplit",
"GeomPackPreviewMeshVTKWithNormals",
"GeomPackPreviewMeshVTKWithTexture",
"GeomPackReconstructSurface",
"GeomPackRefineMesh",
@ -13230,12 +13226,14 @@
[
"LoadSAM3Model",
"SAM3AddVideoPrompt",
"SAM3BBoxCollector",
"SAM3CloseVideoSession",
"SAM3CombineBoxes",
"SAM3CombinePoints",
"SAM3CreateBox",
"SAM3CreatePoint",
"SAM3InitVideoSession",
"SAM3InitVideoSessionAdvanced",
"SAM3PointCollector",
"SAM3PropagateVideo",
"SAM3Segmentation",
@ -15932,6 +15930,7 @@
"FluxStartSettings",
"Fluxstarsampler",
"OllamaModelChooser",
"QwenImageStartSettings",
"SD35StartSettings",
"SDXLStartSettings",
"SDstarsampler",
@ -28644,6 +28643,10 @@
"FL_WF_Agent",
"FL_WanFirstLastFrameToVideo",
"FL_WanVaceToVideoMultiRef",
"FL_WanVideoBlender",
"FL_WanVideoBlender3Way",
"FL_WanVideoContinuationBlender",
"FL_WanVideoContinue",
"FL_WordFrequencyGraph",
"FL_ZipDirectory",
"FL_ZipSave",
@ -43050,8 +43053,10 @@
"AdvancedFolderVideoCombiner",
"CameraMoveNode",
"CameraShakeNode",
"MergeVideoAudioNode",
"VideoImageOverlay",
"VideoOverlay",
"VideoOverlayBatch",
"ZoomSequenceBatchNode",
"ZoomSequenceNode"
],