mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
ae9b2b3b72
commit
a98b87f148
@ -26782,7 +26782,7 @@
|
||||
"https://github.com/Limbicnation/ComfyUI_FaceDetectionNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for face detection and cropping using OpenCV Haar cascades, with full ComfyUI v3 schema support and backward compatibility. Features adjustable detection threshold, minimum face size, padding, and multiple classifier options.",
|
||||
"description": "A ComfyUI custom node for face detection and cropping using OpenCV Haar cascades, with full ComfyUI v3 schema support and backward compatibility.",
|
||||
"nodename_pattern": "FaceDetectionNode"
|
||||
},
|
||||
{
|
||||
@ -29636,6 +29636,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced equirectangular (360°) image processing nodes for ComfyUI, enabling precise rotation, horizon adjustment, and specialized cropping operations for panoramic images."
|
||||
},
|
||||
{
|
||||
"author": "cedarconnor",
|
||||
"title": "ComfyUI Upsampler Nodes",
|
||||
"reference": "https://github.com/cedarconnor/upsampler",
|
||||
"files": [
|
||||
"https://github.com/cedarconnor/upsampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes for integrating with the Upsampler API to enhance and upscale images using AI."
|
||||
},
|
||||
{
|
||||
"author": "vaishnav-vn",
|
||||
"title": "va1",
|
||||
|
||||
@ -8742,11 +8742,13 @@
|
||||
],
|
||||
"https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [
|
||||
[
|
||||
"Crop Image By Mask",
|
||||
"Flux Empty Latent Image",
|
||||
"Flux Image Scale To Total Pixels (Flux Safe)",
|
||||
"FluxResolutionMatcher",
|
||||
"Image Scale To Total Pixels (SDXL Safe)",
|
||||
"LatentHalfMasks",
|
||||
"Place Image By Mask",
|
||||
"Prompt With Guidance (Flux)",
|
||||
"Sdxl Empty Latent Image"
|
||||
],
|
||||
@ -18295,6 +18297,16 @@
|
||||
"title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/cedarconnor/upsampler": [
|
||||
[
|
||||
"Upsampler Dynamic Upscale",
|
||||
"Upsampler Precise Upscale",
|
||||
"Upsampler Smart Upscale"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Upsampler Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/celoron/ComfyUI-VisualQueryTemplate": [
|
||||
[
|
||||
"VisualQueryTemplateNode"
|
||||
@ -36354,6 +36366,8 @@
|
||||
"TagComparator",
|
||||
"TagEnhance",
|
||||
"TagFilter",
|
||||
"TagFlag",
|
||||
"TagFlagImage",
|
||||
"TagIf",
|
||||
"TagMerger",
|
||||
"TagMerger4",
|
||||
@ -37131,6 +37145,14 @@
|
||||
"title_aux": "Flux LoRA Merger"
|
||||
}
|
||||
],
|
||||
"https://github.com/tritant/ComfyUI_Layers_Utility": [
|
||||
[
|
||||
"LayerSystem"
|
||||
],
|
||||
{
|
||||
"title_aux": "Layers System"
|
||||
}
|
||||
],
|
||||
"https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": [
|
||||
[
|
||||
"ResampleBandingFix"
|
||||
@ -37787,6 +37809,25 @@
|
||||
"title_aux": "ComfyUI Sync Lipsync Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": [
|
||||
[
|
||||
"CreateExtraMetadata",
|
||||
"SendToEagleWithMetadata",
|
||||
"SendToEagleWithMetadataSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SendToEagle-w-Metadata"
|
||||
}
|
||||
],
|
||||
"https://github.com/wawahuy/ComfyUI-HTTP": [
|
||||
[
|
||||
"HTTPGetJSONFieldNode",
|
||||
"HTTPGetNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI HTTP - REST API Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": [
|
||||
[
|
||||
"InvisibleWatermarkEncode"
|
||||
|
||||
@ -6584,6 +6584,11 @@
|
||||
"last_update": "2025-07-20 18:58:20",
|
||||
"author_account_age_days": 4688
|
||||
},
|
||||
"https://github.com/cedarconnor/upsampler": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-07-22 02:39:45",
|
||||
"author_account_age_days": 4688
|
||||
},
|
||||
"https://github.com/celoron/ComfyUI-VisualQueryTemplate": {
|
||||
"stars": 12,
|
||||
"last_update": "2025-04-01 20:35:56",
|
||||
|
||||
@ -1744,6 +1744,18 @@
|
||||
"title_aux": "comfy-consistency-vae"
|
||||
}
|
||||
],
|
||||
"https://github.com/Jpzz/comfyui-ixiworks": [
|
||||
[
|
||||
"BuildCharacterPromptNode",
|
||||
"BuildPromptNode",
|
||||
"JsonParserNode",
|
||||
"MergeStringsNode",
|
||||
"SelectIndexNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "IxiWorks StoryBoard Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Junst/ComfyUI-PNG2SVG2PNG": [
|
||||
[
|
||||
"PNG2SVG2PNG"
|
||||
@ -7883,7 +7895,8 @@
|
||||
"przewodo WanGetMaxImageResolutionByAspectRatio",
|
||||
"przewodo WanImageToVideoAdvancedSampler",
|
||||
"przewodo WanModelTypeSelector",
|
||||
"przewodo WanVideoEnhanceAVideo"
|
||||
"przewodo WanVideoEnhanceAVideo",
|
||||
"przewodo WanVideoGenerationModeSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Przewodo-Utils [WIP]"
|
||||
@ -7944,6 +7957,16 @@
|
||||
"title_aux": "ComfyUI-AI_Tools [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/rakete/comfyui-rakete": [
|
||||
[
|
||||
"rakete.BuildString",
|
||||
"rakete.GetWidgetValue",
|
||||
"rakete.GpuGarbageCollector"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-rakete"
|
||||
}
|
||||
],
|
||||
"https://github.com/rakki194/ComfyUI_WolfSigmas": [
|
||||
[
|
||||
"GetImageSize",
|
||||
@ -8410,6 +8433,14 @@
|
||||
"title_aux": "ComfyUI-sjnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/siyonomicon/ComfyUI-Pin": [
|
||||
[
|
||||
"PinGridNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Pin"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": [
|
||||
[
|
||||
"GPT_SoVITS_LoadModel",
|
||||
@ -8965,14 +8996,18 @@
|
||||
"Hy3D21MeshGenerationBatch",
|
||||
"Hy3D21MeshUVWrap",
|
||||
"Hy3D21MeshlibDecimate",
|
||||
"Hy3D21MultiViewsGeneratorWithMetaData",
|
||||
"Hy3D21MultiViewsMeshGenerator",
|
||||
"Hy3D21PostprocessMesh",
|
||||
"Hy3D21ResizeImages",
|
||||
"Hy3D21UseMultiViews",
|
||||
"Hy3D21UseMultiViewsFromMetaData",
|
||||
"Hy3D21VAEConfig",
|
||||
"Hy3D21VAEDecode",
|
||||
"Hy3D21VAELoader",
|
||||
"Hy3DBakeMultiViews",
|
||||
"Hy3DBakeMultiViewsWithMetaData",
|
||||
"Hy3DHighPolyToLowPolyBakeMultiViewsWithMetaData",
|
||||
"Hy3DInPaint",
|
||||
"Hy3DMeshGenerator",
|
||||
"Hy3DMultiViewsGenerator"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "cedarconnor",
|
||||
"title": "ComfyUI Upsampler Nodes",
|
||||
"reference": "https://github.com/cedarconnor/upsampler",
|
||||
"files": [
|
||||
"https://github.com/cedarconnor/upsampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes for integrating with the Upsampler API to enhance and upscale images using AI."
|
||||
},
|
||||
{
|
||||
"author": "set-soft",
|
||||
"title": "Image Misc",
|
||||
@ -680,16 +690,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Professional AI Image Description Generator\nBased on Zhipu AI GLM-4V multimodal model, batch generate accurate and detailed descriptions for images in Chinese and English"
|
||||
},
|
||||
{
|
||||
"author": "o-l-l-i",
|
||||
"title": "Olm DragCrop for ComfyUI",
|
||||
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop",
|
||||
"files": [
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An interactive image cropping node for ComfyUI, allowing precise visual selection of crop areas directly within your workflow. This node is designed to streamline the process of preparing images for various tasks, ensuring immediate visual feedback and control over your image dimensions."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -8742,11 +8742,13 @@
|
||||
],
|
||||
"https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [
|
||||
[
|
||||
"Crop Image By Mask",
|
||||
"Flux Empty Latent Image",
|
||||
"Flux Image Scale To Total Pixels (Flux Safe)",
|
||||
"FluxResolutionMatcher",
|
||||
"Image Scale To Total Pixels (SDXL Safe)",
|
||||
"LatentHalfMasks",
|
||||
"Place Image By Mask",
|
||||
"Prompt With Guidance (Flux)",
|
||||
"Sdxl Empty Latent Image"
|
||||
],
|
||||
@ -18295,6 +18297,16 @@
|
||||
"title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/cedarconnor/upsampler": [
|
||||
[
|
||||
"Upsampler Dynamic Upscale",
|
||||
"Upsampler Precise Upscale",
|
||||
"Upsampler Smart Upscale"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Upsampler Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/celoron/ComfyUI-VisualQueryTemplate": [
|
||||
[
|
||||
"VisualQueryTemplateNode"
|
||||
@ -36354,6 +36366,8 @@
|
||||
"TagComparator",
|
||||
"TagEnhance",
|
||||
"TagFilter",
|
||||
"TagFlag",
|
||||
"TagFlagImage",
|
||||
"TagIf",
|
||||
"TagMerger",
|
||||
"TagMerger4",
|
||||
@ -37131,6 +37145,14 @@
|
||||
"title_aux": "Flux LoRA Merger"
|
||||
}
|
||||
],
|
||||
"https://github.com/tritant/ComfyUI_Layers_Utility": [
|
||||
[
|
||||
"LayerSystem"
|
||||
],
|
||||
{
|
||||
"title_aux": "Layers System"
|
||||
}
|
||||
],
|
||||
"https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": [
|
||||
[
|
||||
"ResampleBandingFix"
|
||||
@ -37787,6 +37809,25 @@
|
||||
"title_aux": "ComfyUI Sync Lipsync Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": [
|
||||
[
|
||||
"CreateExtraMetadata",
|
||||
"SendToEagleWithMetadata",
|
||||
"SendToEagleWithMetadataSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SendToEagle-w-Metadata"
|
||||
}
|
||||
],
|
||||
"https://github.com/wawahuy/ComfyUI-HTTP": [
|
||||
[
|
||||
"HTTPGetJSONFieldNode",
|
||||
"HTTPGetNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI HTTP - REST API Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": [
|
||||
[
|
||||
"InvisibleWatermarkEncode"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user