mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
e8e4311068
commit
70b3997874
@ -5230,17 +5230,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of siliconflow API for ComfyUI\nHow to use:apply api key in :https://cloud.siliconflow.cn/\nadd api key in config.json"
|
||||
},
|
||||
{
|
||||
"author": "SpaceKendo",
|
||||
"title": "Text to video for Stable Video Diffusion in ComfyUI",
|
||||
"id": "svd-txt2vid",
|
||||
"reference": "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid",
|
||||
"files": [
|
||||
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is node replaces the init_image conditioning for the [a/Stable Video Diffusion](https://github.com/Stability-AI/generative-models) image to video model with text embeds, together with a conditioning frame. The conditioning frame is a set of latents."
|
||||
},
|
||||
{
|
||||
"author": "NimaNzrii",
|
||||
"title": "comfyui-popup_preview",
|
||||
@ -11262,6 +11251,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for calling LLMs, enabled by LiteLLM"
|
||||
},
|
||||
{
|
||||
"author": "TashaSkyUp",
|
||||
"title": "EternalKernel PyTorch Nodes",
|
||||
"reference": "https://github.com/TashaSkyUp/EternalKernelPytorchNodes",
|
||||
"files": [
|
||||
"https://github.com/TashaSkyUp/EternalKernelPytorchNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Comprehensive PyTorch nodes for ComfyUI - Neural network training, inference, and ML workflows"
|
||||
},
|
||||
{
|
||||
"author": "AonekoSS",
|
||||
"title": "ComfyUI-SimpleCounter",
|
||||
@ -27352,6 +27351,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The Olm LUT is a custom node for ComfyUI that allows you to apply .cube LUT (Look-Up Table) files to images within your generative workflows. It supports creative workflows including film emulation, color grading, and aesthetic stylization using LUTs."
|
||||
},
|
||||
{
|
||||
"author": "o-l-l-i",
|
||||
"title": "Olm Curve Editor for ComfyUI",
|
||||
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor",
|
||||
"files": [
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A single-purpose, multi-channel curve editor for ComfyUI, providing precise color control over R, G, B, and Luma channels directly within the node graph. It’s a focused, lightweight, and standalone solution built specifically for one task: applying color curves cleanly and efficiently."
|
||||
},
|
||||
{
|
||||
"author": "xiaogui8dangjia",
|
||||
"title": "Comfyui-imagetoSTL",
|
||||
@ -27926,6 +27935,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Image Adjustments node for ComfyUI with minimal requirements, uses PyTorch for image manipulation operations."
|
||||
},
|
||||
{
|
||||
"author": "quasiblob",
|
||||
"title": "ComfyUI-EsesCompositionGuides",
|
||||
"reference": "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides",
|
||||
"files": [
|
||||
"https://github.com/quasiblob/ComfyUI-EsesCompositionGuides"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Non-destructive visual image composition helper tool node for ComfyUI with minimal requirements, works with larger images too."
|
||||
},
|
||||
{
|
||||
"author": "TheLustriVA",
|
||||
"title": "ComfyUI Image Size Tool",
|
||||
|
||||
@ -11161,14 +11161,6 @@
|
||||
"title_aux": "Quality of Life Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [
|
||||
[
|
||||
"SVD_txt2vid_ConditioningwithLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "Text to video for Stable Video Diffusion in ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [
|
||||
[
|
||||
"Conditional Interrupt"
|
||||
@ -15798,7 +15790,11 @@
|
||||
[
|
||||
"BatchCreativeInterpolation",
|
||||
"IpaConfiguration",
|
||||
"RemoveAndInterpolateFrames"
|
||||
"RemoveAndInterpolateFrames",
|
||||
"VideoContinuationGenerator",
|
||||
"VideoFrameExtractorAndMaskGenerator",
|
||||
"WanInputFrameNumber",
|
||||
"WanVideoBlender"
|
||||
],
|
||||
{
|
||||
"title_aux": "Steerable Motion"
|
||||
@ -24479,6 +24475,7 @@
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasic": [
|
||||
[
|
||||
"VideoBasicLoadVideo",
|
||||
"VideoBasicMergeVideo",
|
||||
"VideoBasicVideoSave",
|
||||
"VideoBasicVideoUpscaleWithModel"
|
||||
],
|
||||
@ -30577,6 +30574,14 @@
|
||||
"title_aux": "ComfyUI_NetDist_Plus"
|
||||
}
|
||||
],
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": [
|
||||
[
|
||||
"OlmCurveEditor"
|
||||
],
|
||||
{
|
||||
"title_aux": "Olm Curve Editor for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": [
|
||||
[
|
||||
"OlmResolutionPicker"
|
||||
@ -31588,6 +31593,14 @@
|
||||
"title_aux": "ComfyUI-Step1X-Edit"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": [
|
||||
[
|
||||
"EsesCompositionGuides"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EsesCompositionGuides"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": [
|
||||
[
|
||||
"EsesImageAdjustments2"
|
||||
|
||||
3034
github-stats.json
3034
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "WozStudios",
|
||||
"title": "ComfyUI-WozNodes",
|
||||
"reference": "https://github.com/WozStudios/ComfyUI-WozNodes",
|
||||
"files": [
|
||||
"https://github.com/WozStudios/ComfyUI-WozNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Trim Image Batch, Create Image Batch, Select Image Batch by Mask"
|
||||
},
|
||||
{
|
||||
"author": "DDDDEEP",
|
||||
"title": "ComfyUI-DDDDEEP",
|
||||
@ -2201,16 +2211,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A lightweight node pack for ComfyUI that adds a few handy nodes that I use in my workflows"
|
||||
},
|
||||
{
|
||||
"author": "markuryy",
|
||||
"title": "ComfyUI Spiritparticle Nodes [WIP]",
|
||||
"reference": "https://github.com/markuryy/comfyui-spiritparticle",
|
||||
"files": [
|
||||
"https://github.com/markuryy/comfyui-spiritparticle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node pack by spiritparticle."
|
||||
},
|
||||
{
|
||||
"author": "CeeVeeR",
|
||||
"title": "ComfyUi-Text-Tiler",
|
||||
|
||||
@ -2378,6 +2378,7 @@
|
||||
"ImageHeigthStitch",
|
||||
"ImageWidthStitch",
|
||||
"MergeImageChannels",
|
||||
"random_any",
|
||||
"translator_m2m100",
|
||||
"translators"
|
||||
],
|
||||
@ -3410,6 +3411,16 @@
|
||||
"title_aux": "visuallabs_comfyui_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/WozStudios/ComfyUI-WozNodes": [
|
||||
[
|
||||
"CreateImageBatch",
|
||||
"ImageBatchSelectByMask",
|
||||
"ImageBatchTrim"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WozNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": [
|
||||
[
|
||||
"AYL_API_Node",
|
||||
@ -7105,20 +7116,6 @@
|
||||
"title_aux": "comfyui-marnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/markuryy/comfyui-spiritparticle": [
|
||||
[
|
||||
"FolderImageSelector",
|
||||
"HighPassFilter",
|
||||
"ImageBlender",
|
||||
"PromptsFileLoader",
|
||||
"RandomCheckpointLoader",
|
||||
"RandomLoRALoader",
|
||||
"ShowText"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Spiritparticle Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/maruhidd/ComfyUI_Transparent-Background": [
|
||||
[
|
||||
"FillTransparentNode",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,26 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "markuryy",
|
||||
"title": "ComfyUI Spiritparticle Nodes [REMOVED]",
|
||||
"reference": "https://github.com/markuryy/comfyui-spiritparticle",
|
||||
"files": [
|
||||
"https://github.com/markuryy/comfyui-spiritparticle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node pack by spiritparticle."
|
||||
},
|
||||
{
|
||||
"author": "SpaceKendo",
|
||||
"title": "Text to video for Stable Video Diffusion in ComfyUI [REMOVED]",
|
||||
"id": "svd-txt2vid",
|
||||
"reference": "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid",
|
||||
"files": [
|
||||
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is node replaces the init_image conditioning for the [a/Stable Video Diffusion](https://github.com/Stability-AI/generative-models) image to video model with text embeds, together with a conditioning frame. The conditioning frame is a set of latents."
|
||||
},
|
||||
{
|
||||
"author": "vovler",
|
||||
"title": "ComfyUI Civitai Helper Extension [REMOVED]",
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "o-l-l-i",
|
||||
"title": "Olm Curve Editor for ComfyUI",
|
||||
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor",
|
||||
"files": [
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A single-purpose, multi-channel curve editor for ComfyUI, providing precise color control over R, G, B, and Luma channels directly within the node graph. It’s a focused, lightweight, and standalone solution built specifically for one task: applying color curves cleanly and efficiently."
|
||||
},
|
||||
{
|
||||
"author": "TashaSkyUp",
|
||||
"title": "EternalKernel PyTorch Nodes",
|
||||
"reference": "https://github.com/TashaSkyUp/EternalKernelPytorchNodes",
|
||||
"files": [
|
||||
"https://github.com/TashaSkyUp/EternalKernelPytorchNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Comprehensive PyTorch nodes for ComfyUI - Neural network training, inference, and ML workflows"
|
||||
},
|
||||
{
|
||||
"author": "quasiblob",
|
||||
"title": "ComfyUI-EsesCompositionGuides",
|
||||
"reference": "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides",
|
||||
"files": [
|
||||
"https://github.com/quasiblob/ComfyUI-EsesCompositionGuides"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Non-destructive visual image composition helper tool node for ComfyUI with minimal requirements, works with larger images too."
|
||||
},
|
||||
{
|
||||
"author": "ChenDarYen",
|
||||
"title": "ComfyUI-NAG",
|
||||
@ -662,37 +692,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are nodes and workflows that can facilitate the creation of animations and video compilations."
|
||||
},
|
||||
{
|
||||
"author": "NeoDroleDeGueule",
|
||||
"title": "comfyui-image-mixer",
|
||||
"reference": "https://github.com/NeoDroleDeGueule/comfyui-image-mixer",
|
||||
"files": [
|
||||
"https://github.com/NeoDroleDeGueule/comfyui-image-mixer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that blends two images in latent space using a mix factor slider."
|
||||
},
|
||||
{
|
||||
"author": "orion4d",
|
||||
"title": "ComfyUI_extract_imag",
|
||||
"reference": "https://github.com/orion4d/ComfyUI_extract_imag",
|
||||
"files": [
|
||||
"https://github.com/orion4d/ComfyUI_extract_imag"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This ComfyUI node allows you to extract all images found in various types of documents and save them to disk. It also provides a preview of the first extracted image."
|
||||
},
|
||||
{
|
||||
"author": "xuhuan2048",
|
||||
"title": "ExtractStoryboards",
|
||||
"id": "xuhuan2048_ExtractStoryboards",
|
||||
"reference": "https://github.com/gitadmini/comfyui_extractstoryboards",
|
||||
"files": [
|
||||
"https://github.com/gitadmini/comfyui_extractstoryboards"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A tool for decomposing video storyboards, which can obtain storyboards and keyframes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -11161,14 +11161,6 @@
|
||||
"title_aux": "Quality of Life Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [
|
||||
[
|
||||
"SVD_txt2vid_ConditioningwithLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "Text to video for Stable Video Diffusion in ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": [
|
||||
[
|
||||
"Conditional Interrupt"
|
||||
@ -15798,7 +15790,11 @@
|
||||
[
|
||||
"BatchCreativeInterpolation",
|
||||
"IpaConfiguration",
|
||||
"RemoveAndInterpolateFrames"
|
||||
"RemoveAndInterpolateFrames",
|
||||
"VideoContinuationGenerator",
|
||||
"VideoFrameExtractorAndMaskGenerator",
|
||||
"WanInputFrameNumber",
|
||||
"WanVideoBlender"
|
||||
],
|
||||
{
|
||||
"title_aux": "Steerable Motion"
|
||||
@ -24479,6 +24475,7 @@
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasic": [
|
||||
[
|
||||
"VideoBasicLoadVideo",
|
||||
"VideoBasicMergeVideo",
|
||||
"VideoBasicVideoSave",
|
||||
"VideoBasicVideoUpscaleWithModel"
|
||||
],
|
||||
@ -30577,6 +30574,14 @@
|
||||
"title_aux": "ComfyUI_NetDist_Plus"
|
||||
}
|
||||
],
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": [
|
||||
[
|
||||
"OlmCurveEditor"
|
||||
],
|
||||
{
|
||||
"title_aux": "Olm Curve Editor for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": [
|
||||
[
|
||||
"OlmResolutionPicker"
|
||||
@ -31588,6 +31593,14 @@
|
||||
"title_aux": "ComfyUI-Step1X-Edit"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": [
|
||||
[
|
||||
"EsesCompositionGuides"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EsesCompositionGuides"
|
||||
}
|
||||
],
|
||||
"https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": [
|
||||
[
|
||||
"EsesImageAdjustments2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user