mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
fb55af1de0
commit
18a5a19326
@ -1513,7 +1513,7 @@
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ControlNetLoaderAdvanced, DiffControlNetLoaderAdvanced, ScaledSoftControlNetWeights, SoftControlNetWeights, CustomControlNetWeights, SoftT2IAdapterWeights, CustomT2IAdapterWeights"
|
||||
"description": "Nodes for scheduling ControlNet strength across timesteps and batched latents, as well as applying custom weights and attention masks."
|
||||
},
|
||||
{
|
||||
"author": "Kosinkadink",
|
||||
@ -2172,17 +2172,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21"
|
||||
},
|
||||
{
|
||||
"author": "bradsec",
|
||||
"title": "ComfyUI_StringTools",
|
||||
"id": "stringtools",
|
||||
"reference": "https://github.com/bradsec/ComfyUI_StringTools",
|
||||
"files": [
|
||||
"https://github.com/bradsec/ComfyUI_StringTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Some simple string tools to modify text and strings in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "kohya-ss",
|
||||
"title": "ControlNet-LLLite-ComfyUI",
|
||||
@ -11765,6 +11754,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider. "
|
||||
},
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
"id": "comfyux",
|
||||
"reference": "https://github.com/googincheng/ComfyUX",
|
||||
"files": [
|
||||
"https://github.com/googincheng/ComfyUX"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Better user experience plugin for ComfyUI."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -12141,17 +12141,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
"id": "comfyux",
|
||||
"reference": "https://github.com/googincheng/ComfyUX",
|
||||
"files": [
|
||||
"https://github.com/googincheng/ComfyUX"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Better user experience plugin for ComfyUI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1717,11 +1717,24 @@
|
||||
],
|
||||
"https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": [
|
||||
[
|
||||
"Conditioning set timestep from sigma",
|
||||
"Individual channel selector",
|
||||
"Post CFG make a dot",
|
||||
"Post CFG subtract mean",
|
||||
"Pre CFG PAG",
|
||||
"Pre CFG automatic scale",
|
||||
"Pre CFG channel multiplier",
|
||||
"Pre CFG color control",
|
||||
"Pre CFG consensus sharpening",
|
||||
"Pre CFG exponentiation",
|
||||
"Pre CFG perp-neg",
|
||||
"Pre CFG sharpening"
|
||||
"Pre CFG sharpening",
|
||||
"Pre CFG subtract mean",
|
||||
"Pre CFG uncond zero",
|
||||
"Pre CFG variable scaling",
|
||||
"Pre CFG zero attention",
|
||||
"Shape attention",
|
||||
"Support empty uncond"
|
||||
],
|
||||
{
|
||||
"title_aux": "pre_cfg_comfy_nodes_for_ComfyUI"
|
||||
@ -2656,6 +2669,7 @@
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
"JNodes_CreateStereoscopicImageFromDepth",
|
||||
"JNodes_FloatLiteral",
|
||||
"JNodes_GetComfyDirectory",
|
||||
"JNodes_GetOutputDirectory",
|
||||
"JNodes_GetParameterFromList",
|
||||
@ -2663,6 +2677,7 @@
|
||||
"JNodes_GetTempDirectory",
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -2684,6 +2699,7 @@
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -6321,6 +6337,7 @@
|
||||
"Image Saver",
|
||||
"Int Literal (Image Saver)",
|
||||
"Sampler Selector (Image Saver)",
|
||||
"SamplerToString (Image Saver)",
|
||||
"Scheduler Selector (Comfy) (Image Saver)",
|
||||
"Scheduler Selector (Image Saver)",
|
||||
"SchedulerComfyToString (Image Saver)",
|
||||
@ -6792,6 +6809,7 @@
|
||||
"InpaintingOptionNAID",
|
||||
"MaskImageToNAID",
|
||||
"ModelOptionNAID",
|
||||
"NetworkOptionNAID",
|
||||
"PromptToNAID",
|
||||
"VibeTransferOptionNAID"
|
||||
],
|
||||
@ -7093,18 +7111,6 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringTools": [
|
||||
[
|
||||
"ModifyStringNode",
|
||||
"RandomStringNode",
|
||||
"ReplaceStringNode",
|
||||
"ShowStringNode",
|
||||
"TextStringNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StringTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
@ -7830,6 +7836,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
"LayerStyle: ColorOverlay V2",
|
||||
@ -9241,6 +9248,7 @@
|
||||
"https://github.com/edenartlab/eden_comfy_pipelines": [
|
||||
[
|
||||
"Animation_RGB_Mask",
|
||||
"AspectPadImageForOutpainting",
|
||||
"CLIP_Interrogator",
|
||||
"ConvertToGrayscale",
|
||||
"DepthSlicer",
|
||||
@ -10976,6 +10984,8 @@
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Obit Pose Input Switch JK",
|
||||
"CR Orbit Pose Input Switch JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
"CR SD1.5 Aspect Ratio JK",
|
||||
"CR SDXL Aspect Ratio JK",
|
||||
@ -11000,6 +11010,8 @@
|
||||
"NodesState JK",
|
||||
"Noise Injection Parameters JK",
|
||||
"Orbit Poses JK",
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"Project Setting JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
@ -13830,8 +13842,14 @@
|
||||
],
|
||||
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
|
||||
[
|
||||
"float",
|
||||
"glslEditor",
|
||||
"glslViewer"
|
||||
"glslEditor (ShaderToy)",
|
||||
"glslViewer",
|
||||
"int",
|
||||
"vec2",
|
||||
"vec3",
|
||||
"vec4"
|
||||
],
|
||||
{
|
||||
"author": "Patricio Gonzalez Vivo",
|
||||
@ -15889,7 +15907,8 @@
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
|
||||
[
|
||||
"Image Blending Mode Mask"
|
||||
"Image Blending Mode Mask",
|
||||
"Load Image With Bool"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CustomNodes"
|
||||
|
||||
2512
github-stats.json
2512
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,27 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI-LogicGates",
|
||||
"id": "logicgates",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-LogicGates",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-LogicGates"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Binary Nodes, Byte Nodes, ..."
|
||||
},
|
||||
{
|
||||
"author": "shadowcz007",
|
||||
"title": "comfyui-hydit",
|
||||
"reference": "https://github.com/shadowcz007/comfyui-hydit-lowvram",
|
||||
"files": [
|
||||
"https://github.com/shadowcz007/comfyui-hydit-lowvram"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "HunYuan Diffusers Nodes"
|
||||
},
|
||||
{
|
||||
"author": "adityathiru",
|
||||
"title": "ComfyUI LLMs [WIP]",
|
||||
@ -51,16 +72,6 @@
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: NewNode, AppendNode, MergeNode, SetProperties, SaveToDirectory, ..."
|
||||
},
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
"reference": "https://github.com/googincheng/ComfyUX",
|
||||
"files": [
|
||||
"https://github.com/googincheng/ComfyUX"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "If you are drowning in hundreds of Nodes, ComfyUX can save you from the misery."
|
||||
},
|
||||
{
|
||||
"author": "melMass",
|
||||
"title": "ComfyUI-Lygia",
|
||||
|
||||
@ -10,6 +10,17 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "bradsec",
|
||||
"title": "ComfyUI_StringTools [REMOVED]",
|
||||
"id": "stringtools",
|
||||
"reference": "https://github.com/bradsec/ComfyUI_StringTools",
|
||||
"files": [
|
||||
"https://github.com/bradsec/ComfyUI_StringTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Some simple string tools to modify text and strings in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "zmwv823",
|
||||
"title": "ComfyUI-AnyText [DEPRECATED]",
|
||||
|
||||
@ -12,7 +12,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
"id": "comfyux",
|
||||
"reference": "https://github.com/googincheng/ComfyUX",
|
||||
"files": [
|
||||
"https://github.com/googincheng/ComfyUX"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Better user experience plugin for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "WX-NPS1598",
|
||||
"title": "Auto Crop By NPS",
|
||||
|
||||
@ -1717,11 +1717,24 @@
|
||||
],
|
||||
"https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": [
|
||||
[
|
||||
"Conditioning set timestep from sigma",
|
||||
"Individual channel selector",
|
||||
"Post CFG make a dot",
|
||||
"Post CFG subtract mean",
|
||||
"Pre CFG PAG",
|
||||
"Pre CFG automatic scale",
|
||||
"Pre CFG channel multiplier",
|
||||
"Pre CFG color control",
|
||||
"Pre CFG consensus sharpening",
|
||||
"Pre CFG exponentiation",
|
||||
"Pre CFG perp-neg",
|
||||
"Pre CFG sharpening"
|
||||
"Pre CFG sharpening",
|
||||
"Pre CFG subtract mean",
|
||||
"Pre CFG uncond zero",
|
||||
"Pre CFG variable scaling",
|
||||
"Pre CFG zero attention",
|
||||
"Shape attention",
|
||||
"Support empty uncond"
|
||||
],
|
||||
{
|
||||
"title_aux": "pre_cfg_comfy_nodes_for_ComfyUI"
|
||||
@ -2656,6 +2669,7 @@
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
"JNodes_CreateStereoscopicImageFromDepth",
|
||||
"JNodes_FloatLiteral",
|
||||
"JNodes_GetComfyDirectory",
|
||||
"JNodes_GetOutputDirectory",
|
||||
"JNodes_GetParameterFromList",
|
||||
@ -2663,6 +2677,7 @@
|
||||
"JNodes_GetTempDirectory",
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -2684,6 +2699,7 @@
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -6321,6 +6337,7 @@
|
||||
"Image Saver",
|
||||
"Int Literal (Image Saver)",
|
||||
"Sampler Selector (Image Saver)",
|
||||
"SamplerToString (Image Saver)",
|
||||
"Scheduler Selector (Comfy) (Image Saver)",
|
||||
"Scheduler Selector (Image Saver)",
|
||||
"SchedulerComfyToString (Image Saver)",
|
||||
@ -6792,6 +6809,7 @@
|
||||
"InpaintingOptionNAID",
|
||||
"MaskImageToNAID",
|
||||
"ModelOptionNAID",
|
||||
"NetworkOptionNAID",
|
||||
"PromptToNAID",
|
||||
"VibeTransferOptionNAID"
|
||||
],
|
||||
@ -7093,18 +7111,6 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringTools": [
|
||||
[
|
||||
"ModifyStringNode",
|
||||
"RandomStringNode",
|
||||
"ReplaceStringNode",
|
||||
"ShowStringNode",
|
||||
"TextStringNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StringTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
@ -7830,6 +7836,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
"LayerStyle: ColorOverlay V2",
|
||||
@ -9241,6 +9248,7 @@
|
||||
"https://github.com/edenartlab/eden_comfy_pipelines": [
|
||||
[
|
||||
"Animation_RGB_Mask",
|
||||
"AspectPadImageForOutpainting",
|
||||
"CLIP_Interrogator",
|
||||
"ConvertToGrayscale",
|
||||
"DepthSlicer",
|
||||
@ -10976,6 +10984,8 @@
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Obit Pose Input Switch JK",
|
||||
"CR Orbit Pose Input Switch JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
"CR SD1.5 Aspect Ratio JK",
|
||||
"CR SDXL Aspect Ratio JK",
|
||||
@ -11000,6 +11010,8 @@
|
||||
"NodesState JK",
|
||||
"Noise Injection Parameters JK",
|
||||
"Orbit Poses JK",
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"Project Setting JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
@ -13830,8 +13842,14 @@
|
||||
],
|
||||
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
|
||||
[
|
||||
"float",
|
||||
"glslEditor",
|
||||
"glslViewer"
|
||||
"glslEditor (ShaderToy)",
|
||||
"glslViewer",
|
||||
"int",
|
||||
"vec2",
|
||||
"vec3",
|
||||
"vec4"
|
||||
],
|
||||
{
|
||||
"author": "Patricio Gonzalez Vivo",
|
||||
@ -15889,7 +15907,8 @@
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
|
||||
[
|
||||
"Image Blending Mode Mask"
|
||||
"Image Blending Mode Mask",
|
||||
"Load Image With Bool"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CustomNodes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user