update DB
This commit is contained in:
@@ -1,5 +1,45 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ftf001-tech",
|
||||
"title": "ComfyUI-Lucian [WIP]",
|
||||
"reference": "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector",
|
||||
"files": [
|
||||
"https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes allow you to configure LLM API connections, send images with custom prompts, and convert the LLM's JSON bounding box responses into a format compatible with segmentation nodes like SAM2\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "bento234",
|
||||
"title": "ComfyUI-bento-toolbox",
|
||||
"reference": "https://github.com/bento234/ComfyUI-bento-toolbox",
|
||||
"files": [
|
||||
"https://github.com/bento234/ComfyUI-bento-toolbox"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Tile Prompt Distributor"
|
||||
},
|
||||
{
|
||||
"author": "LucianGnn",
|
||||
"title": "ComfyUI-Lucian [WIP]",
|
||||
"reference": "https://github.com/LucianGnn/ComfyUI-Lucian",
|
||||
"files": [
|
||||
"https://github.com/LucianGnn/ComfyUI-Lucian"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Audio Duration Calculator\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "akatz-ai",
|
||||
"title": "ComfyUI-Execution-Inversion",
|
||||
"reference": "https://github.com/akatz-ai/ComfyUI-Execution-Inversion",
|
||||
"files": [
|
||||
"https://github.com/akatz-ai/ComfyUI-Execution-Inversion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Contains nodes related to the new execution inversion engine in ComfyUI. Node pack originally from [a/https://github.com/BadCafeCode/execution-inversion-demo-comfyui](https://github.com/BadCafeCode/execution-inversion-demo-comfyui)"
|
||||
},
|
||||
{
|
||||
"author": "mamorett",
|
||||
"title": "comfyui_minicpm_vision",
|
||||
|
||||
@@ -2233,6 +2233,14 @@
|
||||
"title_aux": "ComfyUI simple ChatGPT completion [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/LucianGnn/ComfyUI-Lucian": [
|
||||
[
|
||||
"AudioDurationCalculator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Lucian [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/LyazS/ComfyUI-aznodes": [
|
||||
[
|
||||
"CrossFadeImageSequence",
|
||||
@@ -3599,6 +3607,36 @@
|
||||
"title_aux": "etm_comfyui_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/akatz-ai/ComfyUI-Execution-Inversion": [
|
||||
[
|
||||
"AccumulateNode",
|
||||
"AccumulationGetItemNode",
|
||||
"AccumulationGetLengthNode",
|
||||
"AccumulationHeadNode",
|
||||
"AccumulationSetItemNode",
|
||||
"AccumulationTailNode",
|
||||
"AccumulationToListNode",
|
||||
"DebugPrint",
|
||||
"ExecutionBlocker",
|
||||
"ForLoopClose",
|
||||
"ForLoopOpen",
|
||||
"GetFloatFromList",
|
||||
"GetIntFromList",
|
||||
"IntegerListGeneratorNode",
|
||||
"LazyConditional",
|
||||
"LazyIndexSwitch",
|
||||
"LazyMixImages",
|
||||
"LazySwitch",
|
||||
"ListToAccumulationNode",
|
||||
"MakeListNode",
|
||||
"WhileLoopClose",
|
||||
"WhileLoopOpen",
|
||||
"_ForLoopCounter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Execution-Inversion"
|
||||
}
|
||||
],
|
||||
"https://github.com/aklevecz/ComfyUI-AutoPrompt": [
|
||||
[
|
||||
"OllamaChat",
|
||||
@@ -3893,6 +3931,18 @@
|
||||
"title_aux": "ComfyGCS [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/bento234/ComfyUI-bento-toolbox": [
|
||||
[
|
||||
"BendrealityLoadImage",
|
||||
"BendrealitySaveImage",
|
||||
"TilePromptAssigner",
|
||||
"TilePromptDistributor",
|
||||
"TilePromptProcessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-bento-toolbox"
|
||||
}
|
||||
],
|
||||
"https://github.com/beyastard/ComfyUI_BeySoft": [
|
||||
[
|
||||
"BeySoft"
|
||||
@@ -5223,6 +5273,16 @@
|
||||
"title_aux": "ComfyUI-NovaKit-Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": [
|
||||
[
|
||||
"ExternalLLMDetectorBboxesConvert",
|
||||
"ExternalLLMDetectorMainProcess",
|
||||
"ExternalLLMDetectorSettings"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Lucian [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/gabe-init/ComfyUI-LM-Studio": [
|
||||
[
|
||||
"LMStudioNode"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "yichengup",
|
||||
"title": "ComfyUI-VideoBlender [REMOVED]",
|
||||
"reference": "https://github.com/yichengup/ComfyUI-VideoBlender",
|
||||
"files": [
|
||||
"https://github.com/yichengup/ComfyUI-VideoBlender"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Video clip mixing"
|
||||
},
|
||||
{
|
||||
"author": "xl0",
|
||||
"title": "latent-tools [REMOVED]",
|
||||
"reference": "https://github.com/xl0/latent-tools",
|
||||
"files": [
|
||||
"https://github.com/xl0/latent-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Visualize and manipulate the latent space in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Conor-Collins",
|
||||
"title": "ComfyUI-CoCoTools [REMOVED]",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "dseditor",
|
||||
"title": "ComfyUI-ScheduledTask",
|
||||
"reference": "https://github.com/dseditor/ComfyUI-ScheduledTask",
|
||||
"files": [
|
||||
"https://github.com/dseditor/ComfyUI-ScheduledTask"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful workflow scheduling extension for ComfyUI that enables automated daily execution of workflows with an intuitive web interface."
|
||||
},
|
||||
{
|
||||
"author": "😈 CasterPollux",
|
||||
"title": "MiniMax Video Object Remover Suite",
|
||||
"reference": "https://github.com/casterpollux/MiniMax-bmo",
|
||||
"files": [
|
||||
"https://github.com/casterpollux/MiniMax-bmo"
|
||||
],
|
||||
"nodename_pattern": "MiniMax.*BMO|BMO.*MiniMax",
|
||||
"pip": ["segment-anything"],
|
||||
"tags": ["video", "inpainting", "object-removal", "suite", "professional", "BMO"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Professional video object removal suite using MiniMax optimization. Includes BMO-enhanced nodes with VAE normalization, temporal preservation, and 6-step inference. Complete video inpainting solution for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "ialhabbal",
|
||||
"title": "OcclusionMask",
|
||||
@@ -672,36 +695,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Quickly create empty latents in common resolutions and aspect ratios for SD 1.5, SDXL, Flux, Chroma, and HiDream. Choose from curated presets or generate by axis and aspect ratio. Appears in the 'latent' node group."
|
||||
},
|
||||
{
|
||||
"author": "spawner",
|
||||
"title": "comfyui-aichat",
|
||||
"reference": "https://github.com/spawner1145/comfyui-aichat",
|
||||
"files": [
|
||||
"https://github.com/spawner1145/comfyui-aichat"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "gemini and openai in comfyui"
|
||||
},
|
||||
{
|
||||
"author": "swhsiang",
|
||||
"title": "comfyui-3d-gs-renderer",
|
||||
"reference": "https://github.com/swhsiang/comfyui-3d-gs-renderer",
|
||||
"files": [
|
||||
"https://github.com/swhsiang/comfyui-3d-gs-renderer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node to support 3D GS rendering"
|
||||
},
|
||||
{
|
||||
"author": "sLKbabawhsiang",
|
||||
"title": "ComfyUI-TuZi-Flux-Kontext",
|
||||
"reference": "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext",
|
||||
"files": [
|
||||
"https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": " Powerful Flux-Kontext image generation custom node for ComfyUI, using the official RabbitAI API. Supports text-to-image, image-to-image, and multi-image-to-image generation. Supports concurrent generation."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3065,6 +3065,16 @@
|
||||
"title_aux": "Comfyui_gemini_tts_node"
|
||||
}
|
||||
],
|
||||
"https://github.com/Charonartist/comfyui-auto-lora-v2": [
|
||||
[
|
||||
"AutoLoRANode",
|
||||
"LoRABrowserNode",
|
||||
"LoRAManagerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Auto LoRA"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": [
|
||||
[
|
||||
"Timestep Shift Model"
|
||||
@@ -3462,37 +3472,6 @@
|
||||
"title_aux": "ComfyUI-CoCoTools_IO"
|
||||
}
|
||||
],
|
||||
"https://github.com/Conor-Collins/coco_tools": [
|
||||
[
|
||||
"ColorspaceNode",
|
||||
"CryptomatteLayer",
|
||||
"FrequencyCombine",
|
||||
"FrequencySeparation",
|
||||
"ImageLoader",
|
||||
"JSONNode",
|
||||
"JSONReaderNode",
|
||||
"JSONValueFinderNode",
|
||||
"LoadExr",
|
||||
"LoadExrLayerByName",
|
||||
"NoiseNode",
|
||||
"RandomIntNode",
|
||||
"RegexFindNode",
|
||||
"SaverNode",
|
||||
"SplitThreeBandsNode",
|
||||
"WalkFolderNode",
|
||||
"ZDepthNode",
|
||||
"ZNormalizeNode",
|
||||
"coco_loader",
|
||||
"colorspace",
|
||||
"load_exr",
|
||||
"load_exr_layer_by_name",
|
||||
"saver",
|
||||
"shamble_cryptomatte"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CoCoTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [
|
||||
[
|
||||
"DebugToFile",
|
||||
@@ -4114,7 +4093,10 @@
|
||||
"Ryuu_FloatPlainLarger",
|
||||
"Ryuu_FloatSlider",
|
||||
"Ryuu_IntSlider",
|
||||
"Ryuu_IsMultipleOf",
|
||||
"Ryuu_ScaleToMultiple",
|
||||
"Ryuu_ScaleToMultipleAdvanced",
|
||||
"Ryuu_TestNode",
|
||||
"Ryuu_TextEncoderDiffCheck",
|
||||
"Ryuu_TokenCountTextBox"
|
||||
],
|
||||
@@ -12736,14 +12718,6 @@
|
||||
"title_aux": "ComfyUI_YoloSegment_Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [
|
||||
[
|
||||
"menus"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_MileHighStyler"
|
||||
}
|
||||
],
|
||||
"https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [
|
||||
[
|
||||
"EmbeddingPicker"
|
||||
@@ -14795,6 +14769,35 @@
|
||||
"title_aux": "Akatz Custom Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/akatz-ai/ComfyUI-Basic-Math": [
|
||||
[
|
||||
"BasicMath",
|
||||
"BooleanInput",
|
||||
"BooleanLogic",
|
||||
"BooleanUnary",
|
||||
"FloatComparison",
|
||||
"FloatInput",
|
||||
"FloatToType",
|
||||
"IntMath",
|
||||
"IntToType",
|
||||
"IntegerComparison",
|
||||
"IntegerInput",
|
||||
"MathConstants",
|
||||
"NumberClamp",
|
||||
"NumberComparison",
|
||||
"NumberLerp",
|
||||
"NumberRange",
|
||||
"NumberRound",
|
||||
"PreciseFloatInput",
|
||||
"StringComparison",
|
||||
"StringInput",
|
||||
"ToBool",
|
||||
"UnaryMath"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Basic-Math"
|
||||
}
|
||||
],
|
||||
"https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": [
|
||||
[
|
||||
"DepthCrafter",
|
||||
@@ -14947,6 +14950,7 @@
|
||||
[
|
||||
"APW_CloudImageSize",
|
||||
"APW_ImageListFilter",
|
||||
"APW_ImageSaver",
|
||||
"APW_LocalImageSize",
|
||||
"APW_LocalVideoSize"
|
||||
],
|
||||
@@ -15286,6 +15290,7 @@
|
||||
"Sage_KSamplerTiledDecoder",
|
||||
"Sage_LMStudioLLMPromptText",
|
||||
"Sage_LMStudioLLMPromptVision",
|
||||
"Sage_LMStudioLLMPromptVisionRefine",
|
||||
"Sage_LastLoraInfo",
|
||||
"Sage_LoadImage",
|
||||
"Sage_LogicalSwitch",
|
||||
@@ -15299,6 +15304,7 @@
|
||||
"Sage_MultiModelPicker",
|
||||
"Sage_OllamaLLMPromptText",
|
||||
"Sage_OllamaLLMPromptVision",
|
||||
"Sage_OllamaLLMPromptVisionRefine",
|
||||
"Sage_PonyPrefix",
|
||||
"Sage_PonyStyle",
|
||||
"Sage_SamplerInfo",
|
||||
@@ -17232,6 +17238,15 @@
|
||||
"title_aux": "ComfyUI-Apt_Preset"
|
||||
}
|
||||
],
|
||||
"https://github.com/casterpollux/MiniMax-bmo": [
|
||||
[
|
||||
"MinimaxRemoverBMO"
|
||||
],
|
||||
{
|
||||
"nodename_pattern": "MiniMax.*BMO|BMO.*MiniMax",
|
||||
"title_aux": "MiniMax Video Object Remover Suite"
|
||||
}
|
||||
],
|
||||
"https://github.com/catboxanon/comfyui_stealth_pnginfo": [
|
||||
[
|
||||
"CatboxAnonSaveImageStealth"
|
||||
@@ -20642,6 +20657,14 @@
|
||||
"title_aux": "primitive-types"
|
||||
}
|
||||
],
|
||||
"https://github.com/dseditor/ComfyUI-ScheduledTask": [
|
||||
[
|
||||
"TimeToSeedList"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ScheduledTask"
|
||||
}
|
||||
],
|
||||
"https://github.com/dseditor/ComfyUI-Thread": [
|
||||
[
|
||||
"PublishThread",
|
||||
@@ -23437,6 +23460,14 @@
|
||||
"title_aux": "comfyui-undistort"
|
||||
}
|
||||
],
|
||||
"https://github.com/ialhabbal/OcclusionMask": [
|
||||
[
|
||||
"ImageOcclusion"
|
||||
],
|
||||
{
|
||||
"title_aux": "OcclusionMask"
|
||||
}
|
||||
],
|
||||
"https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": [
|
||||
[
|
||||
"NSFWScore"
|
||||
@@ -24537,8 +24568,11 @@
|
||||
],
|
||||
"https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": [
|
||||
[
|
||||
"GPTImageEditNode",
|
||||
"GPTImageGenerateNode",
|
||||
"MidjourneyActionNode",
|
||||
"MidjourneyBatchActionNode",
|
||||
"MidjourneyBlendNode",
|
||||
"MidjourneyImagineNode"
|
||||
],
|
||||
{
|
||||
@@ -25220,6 +25254,35 @@
|
||||
"title_aux": "ComfyUI-YOLO"
|
||||
}
|
||||
],
|
||||
"https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": [
|
||||
[
|
||||
"CLIPLoaderGGUF",
|
||||
"DownloadAndLoadWav2VecModel",
|
||||
"FantasyTalkingModelLoader",
|
||||
"FantasyTalkingWav2VecEmbeds",
|
||||
"LoadWanVideoT5TextEncoderGGUF",
|
||||
"ReCamMasterPoseVisualizer",
|
||||
"UnetLoaderGGUF",
|
||||
"UnetLoaderGGUF_LowVRAM",
|
||||
"WanVideoATITracks",
|
||||
"WanVideoATITracksVisualize",
|
||||
"WanVideoATI_comfy",
|
||||
"WanVideoControlnet",
|
||||
"WanVideoControlnetLoader",
|
||||
"WanVideoDiffusionForcingSampler",
|
||||
"WanVideoFunCameraEmbeds",
|
||||
"WanVideoReCamMasterCameraEmbed",
|
||||
"WanVideoReCamMasterDefaultCamera",
|
||||
"WanVideoReCamMasterGenerateOrbitCamera",
|
||||
"WanVideoUni3C_ControlnetLoader",
|
||||
"WanVideoUni3C_embeds",
|
||||
"WanVideoUniAnimateDWPoseDetector",
|
||||
"WanVideoUniAnimatePoseInput"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GGUF-FantasyTalking"
|
||||
}
|
||||
],
|
||||
"https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [
|
||||
[
|
||||
"ReduxAdvanced",
|
||||
@@ -31910,7 +31973,8 @@
|
||||
"UtilitySwitch",
|
||||
"rookiepsi_BlurMask",
|
||||
"rookiepsi_ConstructMask",
|
||||
"rookiepsi_CropImageToMask"
|
||||
"rookiepsi_CropImageToMask",
|
||||
"rookiepsi_ResizeMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Extended"
|
||||
@@ -36012,25 +36076,6 @@
|
||||
"title_aux": "ComfyUI-connect-ui"
|
||||
}
|
||||
],
|
||||
"https://github.com/xl0/latent-tools": [
|
||||
[
|
||||
"LTBlendLatent",
|
||||
"LTGaussianLatent",
|
||||
"LTKSampler",
|
||||
"LTLatentLoad",
|
||||
"LTLatentOp",
|
||||
"LTLatentToShape",
|
||||
"LTLatentsConcatenate",
|
||||
"LTNumberRangeGaussian",
|
||||
"LTNumberRangeUniform",
|
||||
"LTPreviewLatent",
|
||||
"LTReshapeLatent",
|
||||
"LTUniformLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "latent-tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": [
|
||||
[
|
||||
"Auto-MSG-ALL",
|
||||
@@ -36328,17 +36373,6 @@
|
||||
"title_aux": "ComfyUI-LinearTransition"
|
||||
}
|
||||
],
|
||||
"https://github.com/yichengup/ComfyUI-VideoBlender": [
|
||||
[
|
||||
"VideoBlendLayer",
|
||||
"VideoBlendStack",
|
||||
"VideoBlendStackAdvanced",
|
||||
"VideoPreprocess"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VideoBlender"
|
||||
}
|
||||
],
|
||||
"https://github.com/yichengup/ComfyUI-YCNodes": [
|
||||
[
|
||||
"AdvancedImageSelector",
|
||||
@@ -37222,6 +37256,7 @@
|
||||
"ImageResizeTo8x",
|
||||
"ImageTransition",
|
||||
"ImageTransitionLeftToRight",
|
||||
"ImageTransitionTopToBottom",
|
||||
"ImagesConcanateToGrid",
|
||||
"IntMultipleAddLiteral",
|
||||
"LoadImageMaskWithSwitch",
|
||||
|
||||
Reference in New Issue
Block a user