mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 05:40:49 +08:00
Resolve merge conflict in custom-node-list.json
Merged latest main branch changes while preserving the HunyuanVideo-1.5 nodes addition from PR #2300. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
a675e2c532
@ -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",
|
||||
@ -35067,6 +35068,17 @@
|
||||
"description": "A comprehensive metadata management system for ComfyUI that enables storing, retrieving, and manipulating image metadata across multiple formats including embedded files, XMP sidecars, text files, and SQLite databases."
|
||||
},
|
||||
{
|
||||
"author": "EricRollei",
|
||||
"title": "HYPIR Image Restoration for ComfyUI",
|
||||
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/EricRollei/HYPIR-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes for HYPIR image restoration using Stable Diffusion 2.1. Restores and upscales scanned or generated images with optional LM Studio prompt enhancement and tiled VAE processing for large resolutions.",
|
||||
"nodename_pattern": "HYPIR"
|
||||
},
|
||||
{
|
||||
"author": "nomadoor",
|
||||
"title": "ComfyUI Temporal Mask Tools",
|
||||
"reference": "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools",
|
||||
@ -36824,6 +36836,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom ComfyUI node integrating DW-Pose (Denoising Whole-Body Pose Estimation) for high-quality pose detection with CPU (ONNX) and GPU (TensorRT) support. Features 20x faster performance with TensorRT acceleration, automatic model downloading, customizable pose visualization, keypoint conversion, and video workflow integration."
|
||||
},
|
||||
{
|
||||
"author": "Writili",
|
||||
"title": "WtlNodes",
|
||||
"id": "wtlnodes",
|
||||
"reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes",
|
||||
"files": [
|
||||
"https://github.com/Scorpiosis0/ComfyUI-WtlNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node adds improvement over some already existing nodes as well as some custom nodes."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -37272,6 +37295,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI plugin based on HunyuanVideo-1.5, offering both simplified and complete node sets for quick usage or deep workflow customization."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
1516
github-stats.json
1516
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -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]",
|
||||
@ -370,16 +360,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Batch Image Processor, Float to String, Float to String with Prefix, LoRA Wildcard Generator"
|
||||
},
|
||||
{
|
||||
"author": "Scorpiosis0",
|
||||
"title": "ComfyUI-WtlNodes [WIP]",
|
||||
"reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes",
|
||||
"files": [
|
||||
"https://github.com/Scorpiosis0/ComfyUI-WtlNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains a collection of custom nodes for ComfyUI, designed to simplify workflows and add new creative / utility features. Each node is plug-and-play and appears directly inside ComfyUI after installation.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "MushroomFleet",
|
||||
"title": "ComfyUI-SCP-nodes [UNSAFE]",
|
||||
@ -852,16 +832,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]"
|
||||
},
|
||||
{
|
||||
"author": "EricRollei",
|
||||
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]",
|
||||
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/EricRollei/HYPIR-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes that embed the HYPIR image restoration method for Stable Diffusion 2.1. The upstream research was created by Xinqi Lin, Fanghua Yu, Jinfan Hu, Zhiyuan You, Wu Shi, Jimmy S. Ren, Jinjin Gu, and collaborators. Source: [a/https://github.com/XPixelGroup/HYPIR](https://github.com/XPixelGroup/HYPIR).\nNOTE:The file node_list.json is incorrectly written."
|
||||
},
|
||||
{
|
||||
"author": "yamanacn",
|
||||
"title": "ComfyUI-QwenVL3-image [WIP]",
|
||||
|
||||
@ -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
@ -1,5 +1,38 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "EricRollei",
|
||||
"title": "HYPIR Image Restoration for ComfyUI",
|
||||
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/EricRollei/HYPIR-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes for HYPIR image restoration using Stable Diffusion 2.1. Restores and upscales scanned or generated images with optional LM Studio prompt enhancement and tiled VAE processing for large resolutions.",
|
||||
"nodename_pattern": "HYPIR"
|
||||
},
|
||||
{
|
||||
"author": "Writili",
|
||||
"title": "WtlNodes",
|
||||
"id": "wtlnodes",
|
||||
"reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes",
|
||||
"files": [
|
||||
"https://github.com/Scorpiosis0/ComfyUI-WtlNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node adds improvement over some already existing nodes as well as some 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 +716,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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user