mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
f084c30b20
commit
3c6b5300e5
@ -8001,7 +8001,7 @@
|
||||
"https://github.com/1038lab/ComfyUI-JoyCaption"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node powered by LLaVA VLM for advanced image captioning with customizable styles and memory-efficient inference."
|
||||
"description": "Joy Caption is a ComfyUI custom node powered by the LLaVA model for efficient, stylized image captioning. Caption Tools nodes handle batch image processing and automatic separation of caption text."
|
||||
},
|
||||
{
|
||||
"author": "Klinter",
|
||||
@ -25757,7 +25757,7 @@
|
||||
"https://github.com/AIWarper/ComfyUI-WarperNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: DWPose Scaler (Warper)"
|
||||
"description": "NODES: DWPose Scaler (Warper), Mouth Mask from Pose (Warper), Facial Part Mask from Pose (Warper)"
|
||||
},
|
||||
{
|
||||
"author": "Goshe-nite",
|
||||
@ -27040,6 +27040,36 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A smart, customizable resolution selector node with live aspect ratio preview, image overlays, and checkerboard support — cleanly parsed from a human-readable text file."
|
||||
},
|
||||
{
|
||||
"author": "xiaogui8dangjia",
|
||||
"title": "Comfyui-imagetoSTL",
|
||||
"reference": "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL",
|
||||
"files": [
|
||||
"https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui_imagetostl is a simple node for ComfyUI that converts grayscale images to STL."
|
||||
},
|
||||
{
|
||||
"author": "NeonLightning",
|
||||
"title": "neonllama",
|
||||
"reference": "https://github.com/NeonLightning/neonllama",
|
||||
"files": [
|
||||
"https://github.com/NeonLightning/neonllama"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom ComfyUI node transforms a core idea into a richly detailed positive prompt using a local [a/Ollama](https://ollama.com) LLM."
|
||||
},
|
||||
{
|
||||
"author": "xmarre",
|
||||
"title": "LoRA-Safe TorchCompile",
|
||||
"reference": "https://github.com/xmarre/TorchCompileModel_LoRASafe",
|
||||
"files": [
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Drop-in TorchCompile node that preserves LoRA patches."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -27478,16 +27508,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "xmarre",
|
||||
"title": "LoRA-Safe TorchCompile",
|
||||
"reference": "https://github.com/xmarre/TorchCompileModel_LoRASafe",
|
||||
"files": [
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Drop-in TorchCompile node that preserves LoRA patches."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -69,6 +69,8 @@
|
||||
],
|
||||
"https://github.com/1038lab/ComfyUI-JoyCaption": [
|
||||
[
|
||||
"CaptionSaver",
|
||||
"ImageBatchPath",
|
||||
"JC",
|
||||
"JC_ExtraOptions",
|
||||
"JC_adv"
|
||||
@ -1275,7 +1277,9 @@
|
||||
],
|
||||
"https://github.com/AIWarper/ComfyUI-WarperNodes": [
|
||||
[
|
||||
"DWPoseScalerNode_Warper"
|
||||
"DWPoseScalerNode_Warper",
|
||||
"FacialPartMaskFromPose_Warper",
|
||||
"MouthMaskFromPose_Warper"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WarperNodes"
|
||||
@ -2361,6 +2365,7 @@
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalNumberSliderInt",
|
||||
"ComfyUIDeployExternalSeed",
|
||||
"ComfyUIDeployExternalText",
|
||||
"ComfyUIDeployExternalTextAny",
|
||||
@ -3102,6 +3107,7 @@
|
||||
"Linear Quadratic Advanced",
|
||||
"Mask Bounding Box Aspect Ratio",
|
||||
"Mask Sketch",
|
||||
"MaskFloatToBoolean",
|
||||
"MaskToggle",
|
||||
"Masks From Color Swatches",
|
||||
"Masks From Colors",
|
||||
@ -3231,7 +3237,8 @@
|
||||
"TorchCompileModelSD35",
|
||||
"TorchCompileModels",
|
||||
"UNetSave",
|
||||
"VAEEncodeAdvanced"
|
||||
"VAEEncodeAdvanced",
|
||||
"VAEStyleTransferLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "RES4LYF"
|
||||
@ -8588,6 +8595,14 @@
|
||||
"title_aux": "ComfyUI - NeoGriever"
|
||||
}
|
||||
],
|
||||
"https://github.com/NeonLightning/neonllama": [
|
||||
[
|
||||
"OllamaPromptFromIdea"
|
||||
],
|
||||
{
|
||||
"title_aux": "neonllama"
|
||||
}
|
||||
],
|
||||
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
|
||||
[
|
||||
"NoisyLatentPerlinD"
|
||||
@ -14934,7 +14949,8 @@
|
||||
"Sage_KSamplerAudioDecoder",
|
||||
"Sage_KSamplerDecoder",
|
||||
"Sage_KSamplerTiledDecoder",
|
||||
"Sage_LMStudioLLMPrompt",
|
||||
"Sage_LMStudioLLMPromptText",
|
||||
"Sage_LMStudioLLMPromptVision",
|
||||
"Sage_LastLoraInfo",
|
||||
"Sage_LoadImage",
|
||||
"Sage_LogicalSwitch",
|
||||
@ -14946,7 +14962,6 @@
|
||||
"Sage_ModelReport",
|
||||
"Sage_ModelShifts",
|
||||
"Sage_MultiModelPicker",
|
||||
"Sage_OllamaAdvancedOptions",
|
||||
"Sage_OllamaLLMPromptText",
|
||||
"Sage_OllamaLLMPromptVision",
|
||||
"Sage_PonyPrefix",
|
||||
@ -18383,6 +18398,7 @@
|
||||
"https://github.com/cloudkoala/comfyui-koala": [
|
||||
[
|
||||
"AspectRatioLatentNode",
|
||||
"SaveImageAnywhere",
|
||||
"SaveMeshAnywhere"
|
||||
],
|
||||
{
|
||||
@ -35291,6 +35307,14 @@
|
||||
"title_aux": "ComfyUI-FramePackWrapper_PlusOne"
|
||||
}
|
||||
],
|
||||
"https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": [
|
||||
[
|
||||
"ImageToSTLNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-imagetoSTL"
|
||||
}
|
||||
],
|
||||
"https://github.com/xiaoxiaodesha/hd_node": [
|
||||
[
|
||||
"Combine HDMasks",
|
||||
@ -35316,24 +35340,18 @@
|
||||
],
|
||||
"https://github.com/xl0/latent-tools": [
|
||||
[
|
||||
"PreviewModelMetadata",
|
||||
"QBlendLatent",
|
||||
"QConcatLatentBatch",
|
||||
"QGaussianLatent",
|
||||
"QImageSizeSetter",
|
||||
"QKSampler",
|
||||
"QLatentOp",
|
||||
"QLatentToShape",
|
||||
"QLinearScheduler",
|
||||
"QLoadLatent",
|
||||
"QLoadLatentTimeline",
|
||||
"QParamRandomizerRange",
|
||||
"QParamaRandomizerList",
|
||||
"QPreviewLatent",
|
||||
"QReshapeLatent",
|
||||
"QSamplerCustom",
|
||||
"QSamplerEulerAncestral",
|
||||
"QUniformLatent"
|
||||
"LTBlendLatent",
|
||||
"LTGaussianLatent",
|
||||
"LTKSampler",
|
||||
"LTLatentLoad",
|
||||
"LTLatentOp",
|
||||
"LTLatentToShape",
|
||||
"LTLatentsConcatenate",
|
||||
"LTParamRandomizerGaussian",
|
||||
"LTParamRandomizerRange",
|
||||
"LTPreviewLatent",
|
||||
"LTReshapeLatent",
|
||||
"LTUniformLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "latent-tools"
|
||||
@ -35378,6 +35396,14 @@
|
||||
"title_aux": "ComfyUI_SendDiscord"
|
||||
}
|
||||
],
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe": [
|
||||
[
|
||||
"TorchCompileModel_LoRASafe"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRA-Safe TorchCompile"
|
||||
}
|
||||
],
|
||||
"https://github.com/xobiomesh/ComfyUI_xObiomesh": [
|
||||
[
|
||||
"OllamaModelSelect",
|
||||
|
||||
@ -3059,6 +3059,11 @@
|
||||
"last_update": "2024-12-12 02:55:40",
|
||||
"author_account_age_days": 4635
|
||||
},
|
||||
"https://github.com/NeonLightning/neonllama": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-05 23:40:52",
|
||||
"author_account_age_days": 4563
|
||||
},
|
||||
"https://github.com/Nestorchik/NStor-ComfyUI-Translation": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-06-14 10:25:32",
|
||||
@ -12339,6 +12344,11 @@
|
||||
"last_update": "2025-05-31 15:10:19",
|
||||
"author_account_age_days": 3610
|
||||
},
|
||||
"https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-06 04:08:30",
|
||||
"author_account_age_days": 2014
|
||||
},
|
||||
"https://github.com/xiaoxiaodesha/hd_node": {
|
||||
"stars": 14,
|
||||
"last_update": "2024-06-11 02:36:48",
|
||||
@ -12374,6 +12384,11 @@
|
||||
"last_update": "2024-05-23 02:21:38",
|
||||
"author_account_age_days": 1619
|
||||
},
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-05 22:43:23",
|
||||
"author_account_age_days": 2102
|
||||
},
|
||||
"https://github.com/xobiomesh/ComfyUI_xObiomesh": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-11-08 17:10:40",
|
||||
|
||||
@ -642,9 +642,9 @@
|
||||
{
|
||||
"author": "wTechArtist",
|
||||
"title": "ComfyUI_WWL_Florence2SAM2",
|
||||
"reference": "https://github.com/wTechArtist/ComfyUI_WWL_Florence2SAM2",
|
||||
"reference": "https://github.com/wTechArtist/ComfyUI_VVL_SAM2",
|
||||
"files": [
|
||||
"https://github.com/wTechArtist/ComfyUI_WWL_Florence2SAM2"
|
||||
"https://github.com/wTechArtist/ComfyUI_VVL_SAM2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: WWL_Florence2SAM2"
|
||||
@ -911,9 +911,9 @@
|
||||
{
|
||||
"author": "ronaldstg",
|
||||
"title": "comfyui-plus-integrations [WIP]",
|
||||
"reference": "https://github.com/ronaldstg/comfyui-plus-integrations",
|
||||
"reference": "https://github.com/ronalds-eu/comfyui-plus-integrations",
|
||||
"files": [
|
||||
"https://github.com/ronaldstg/comfyui-plus-integrations"
|
||||
"https://github.com/ronalds-eu/comfyui-plus-integrations"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Image Pass Through, Upload Image to S3\nNOTE: The files in the repo are not organized."
|
||||
@ -1031,7 +1031,7 @@
|
||||
{
|
||||
"author": "BobRandomNumber",
|
||||
"title": "ComfyUI DiaTest TTS Node [WIP]",
|
||||
"reference": "https://github.com/BobRandomNumber/ComfyUI-DiaTest",
|
||||
"reference": "https://github.com/BobRandomNumber/ComfyUI-DiaTTS",
|
||||
"files": [
|
||||
"https://github.com/BobRandomNumber/ComfyUI-DiaTest"
|
||||
],
|
||||
@ -1241,9 +1241,9 @@
|
||||
{
|
||||
"author": "SXQBW",
|
||||
"title": "ComfyUI-Qwen-VLM [WIP]",
|
||||
"reference": "https://github.com/SXQBW/ComfyUI-Qwen-VLM",
|
||||
"reference": "https://github.com/SXQBW/ComfyUI-Qwen3",
|
||||
"files": [
|
||||
"https://github.com/SXQBW/ComfyUI-Qwen-VLM"
|
||||
"https://github.com/SXQBW/ComfyUI-Qwen3"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: QwenVLM"
|
||||
@ -1341,9 +1341,9 @@
|
||||
{
|
||||
"author": "LLMCoder2023",
|
||||
"title": "ComfyUI-LLMCoderNodes",
|
||||
"reference": "https://github.com/LLMCoder2023/ComfyUI-LLMCoderNodes",
|
||||
"reference": "https://github.com/LLMCoder2023/ComfyUI-LLMCoder2023Nodes",
|
||||
"files": [
|
||||
"https://github.com/LLMCoder2023/ComfyUI-LLMCoderNodes"
|
||||
"https://github.com/LLMCoder2023/ComfyUI-LLMCoder2023Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: String Template Interpolation, Variable Definition, Weighted Attributes Formatter"
|
||||
@ -1601,9 +1601,9 @@
|
||||
{
|
||||
"author": "stiffy-committee",
|
||||
"title": "comfyui-stiffy-nodes",
|
||||
"reference": "https://github.com/stiffy-committee/comfyui-stiffy-nodes",
|
||||
"reference": "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes",
|
||||
"files": [
|
||||
"https://github.com/stiffy-committee/comfyui-stiffy-nodes"
|
||||
"https://github.com/V-woodpecker-V/comfyui-stiffy-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: StiffyPrompter, StiffyPersistentPrompter, StiffyDecoder, StiffyDebugger, ..."
|
||||
@ -1631,9 +1631,9 @@
|
||||
{
|
||||
"author": "daracazamea",
|
||||
"title": "DCNodess [WIP]",
|
||||
"reference": "https://github.com/daracazamea/DCNodes",
|
||||
"reference": "https://github.com/daracazamea/comfyUI-DCNodes",
|
||||
"files": [
|
||||
"https://github.com/daracazamea/DCNodes"
|
||||
"https://github.com/daracazamea/comfyUI-DCNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Start Timer (Pass-Through), Get Generation Time, Manual Trigger, Flux: Resolution Picker, SDXL: Resolution Picker\nNOTE: The files in the repo are not organized."
|
||||
@ -1671,9 +1671,9 @@
|
||||
{
|
||||
"author": "uauaouau",
|
||||
"title": "Mycraft [WIP]",
|
||||
"reference": "https://github.com/uauaouau/mycraft-comfyui",
|
||||
"reference": "https://github.com/sorption-dev/mycraft-comfyui",
|
||||
"files": [
|
||||
"https://github.com/uauaouau/mycraft-comfyui"
|
||||
"https://github.com/sorption-dev/mycraft-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Mycraft provides a limitless storyboard experience for image generation, powered by the ComfyUI API.\nEach container functions as an independent ComfyUI workflow, Supports workflows (text-to-text) and fine-tuning (image-to-image), Supports workflow customization."
|
||||
@ -1772,9 +1772,9 @@
|
||||
{
|
||||
"author": "DonutsDelivery",
|
||||
"title": "ComfyUI-DonutDetailer",
|
||||
"reference": "https://github.com/DonutsDelivery/ComfyUI-DonutDetailer",
|
||||
"reference": "https://github.com/DonutsDelivery/ComfyUI-DonutNodes",
|
||||
"files": [
|
||||
"https://github.com/DonutsDelivery/ComfyUI-DonutDetailer"
|
||||
"https://github.com/DonutsDelivery/ComfyUI-DonutNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an experimental node I made to mimick the 'adjust' in A1111 Supermerger [a/https://github.com/hako-mikan/sd-webui-supermerger?tab=readme-ov-file#adjust](https://github.com/hako-mikan/sd-webui-supermerger?tab=readme-ov-file#adjust)."
|
||||
@ -2611,16 +2611,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Transparentbackground RemBg"
|
||||
},
|
||||
{
|
||||
"author": "UD1sto",
|
||||
"title": "plugin-utils-nodes",
|
||||
"reference": "https://github.com/UD1sto/plugin-utils-nodes",
|
||||
"files": [
|
||||
"https://github.com/UD1sto/plugin-utils-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend."
|
||||
},
|
||||
{
|
||||
"author": "Kayarte",
|
||||
"title": "Time Series Nodes for ComfyUI [Experimental]",
|
||||
@ -2744,12 +2734,12 @@
|
||||
{
|
||||
"author": "sizzlebop",
|
||||
"title": "ComfyUI LLM Prompt Enhancer [WIP]",
|
||||
"reference": "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer",
|
||||
"reference": "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer",
|
||||
"files": [
|
||||
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer"
|
||||
"https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful custom node for ComfyUI that enhances your prompts using various Language Learning Models (LLMs). This node supports multiple LLM providers and offers various enhancement styles to help you create better, more detailed prompts for image generation.\nNOTE: The files in the repo are not organized."
|
||||
"description": "A ComfyUI node for enhancing prompts using various LLM providers\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "a-One-Fan",
|
||||
@ -4121,9 +4111,9 @@
|
||||
{
|
||||
"author": "monate0615",
|
||||
"title": "ComfyUI-Simple-Image-Tools [WIP]",
|
||||
"reference": "https://github.com/monate0615/ComfyUI-Simple-Image-Tools",
|
||||
"reference": "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools",
|
||||
"files": [
|
||||
"https://github.com/monate0615/ComfyUI-Simple-Image-Tools"
|
||||
"https://github.com/gondar-software/ComfyUI-Simple-Image-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Get mask from image based on alpha (Get Mask From Alpha)\nNOTE: The files in the repo are not organized."
|
||||
@ -4181,9 +4171,9 @@
|
||||
{
|
||||
"author": "monate0615",
|
||||
"title": "Affine Transform ComfyUI Node [WIP]",
|
||||
"reference": "https://github.com/monate0615/ComfyUI-Affine-Transform",
|
||||
"reference": "https://github.com/gondar-software/ComfyUI-Affine-Transform",
|
||||
"files": [
|
||||
"https://github.com/monate0615/ComfyUI-Affine-Transform"
|
||||
"https://github.com/gondar-software/ComfyUI-Affine-Transform"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node output the image that are transfromed by affine matrix what is made according to 4 points of output.\nNOTE: The files in the repo are not organized."
|
||||
@ -4482,10 +4472,10 @@
|
||||
},
|
||||
{
|
||||
"author": "Lilien86",
|
||||
"title": "lauger NodePack for ComfyUI [WIP]",
|
||||
"reference": "https://github.com/Lilien86/Comfyui_Lilien",
|
||||
"title": "Comfyui_Latent_Interpolation [WIP]",
|
||||
"reference": "https://github.com/Lilien86/Comfyui_Latent_Interpolation",
|
||||
"files": [
|
||||
"https://github.com/Lilien86/Comfyui_Lilien"
|
||||
"https://github.com/Lilien86/Comfyui_Latent_Interpolation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Hey everyone it's my Custom ComfyUI Nodes Pack repository! This project contains a collection of custom nodes designed to extend the functionality of ComfyUI. These nodes offer capabilities and new creative possibilities, especially in the realms of latent space manipulation and interpolation.\nNOTE: The files in the repo are not organized."
|
||||
|
||||
@ -833,6 +833,22 @@
|
||||
"title_aux": "ComfyUI-Movie-Tools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": [
|
||||
[
|
||||
"Closing Mask",
|
||||
"Conditional Mask Selector",
|
||||
"Directional Mask Expansion",
|
||||
"Mask Fill Gaps Convex Hull",
|
||||
"Opening Mask",
|
||||
"Precise Add Mask",
|
||||
"Precise Subtract Mask",
|
||||
"Prune Thin Branches Mask",
|
||||
"Remove Small Regions Mask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_ToolsForAutomask"
|
||||
}
|
||||
],
|
||||
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
|
||||
[
|
||||
"BDXTestInt",
|
||||
@ -1104,7 +1120,7 @@
|
||||
"title_aux": "ComfyUI-Flashback"
|
||||
}
|
||||
],
|
||||
"https://github.com/DonutsDelivery/ComfyUI-DonutDetailer": [
|
||||
"https://github.com/DonutsDelivery/ComfyUI-DonutNodes": [
|
||||
[
|
||||
"APG",
|
||||
"AddNoise",
|
||||
@ -2063,7 +2079,7 @@
|
||||
"title_aux": "ComfyUI-VLMStudio"
|
||||
}
|
||||
],
|
||||
"https://github.com/LLMCoder2023/ComfyUI-LLMCoderNodes": [
|
||||
"https://github.com/LLMCoder2023/ComfyUI-LLMCoder2023Nodes": [
|
||||
[
|
||||
"DisplayLoraTriggersNode",
|
||||
"LoraAndTriggerWordsLoader",
|
||||
@ -2100,12 +2116,12 @@
|
||||
"title_aux": "ComfyUI-align-pose"
|
||||
}
|
||||
],
|
||||
"https://github.com/Lilien86/Comfyui_Lilien": [
|
||||
"https://github.com/Lilien86/Comfyui_Latent_Interpolation": [
|
||||
[
|
||||
"Latent Interpolator Multi"
|
||||
],
|
||||
{
|
||||
"title_aux": "lauger NodePack for ComfyUI [WIP]"
|
||||
"title_aux": "Comfyui_Latent_Interpolation [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": [
|
||||
@ -2505,6 +2521,14 @@
|
||||
"title_aux": "ComfyUI-SpriteSheetMaker [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Oct7/ComfyUI-LaplaMask": [
|
||||
[
|
||||
"BlurMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LaplaMask"
|
||||
}
|
||||
],
|
||||
"https://github.com/PATATAJEC/Patatajec-Nodes": [
|
||||
[
|
||||
"FilePrefixSwitcher",
|
||||
@ -2701,7 +2725,7 @@
|
||||
"title_aux": "Comfyui_SSsnap_pose-Remapping"
|
||||
}
|
||||
],
|
||||
"https://github.com/SXQBW/ComfyUI-Qwen-VLM": [
|
||||
"https://github.com/SXQBW/ComfyUI-Qwen3": [
|
||||
[
|
||||
"QwenVisionParser"
|
||||
],
|
||||
@ -3215,29 +3239,6 @@
|
||||
"title_aux": "ComfyUI Instructor Ollama"
|
||||
}
|
||||
],
|
||||
"https://github.com/UD1sto/plugin-utils-nodes": [
|
||||
[
|
||||
"FrameBlend",
|
||||
"ImageReferenceUpdate",
|
||||
"ImageSelector",
|
||||
"KeypointComparator",
|
||||
"KeypointComparatorNode",
|
||||
"KeypointsInput",
|
||||
"KeypointsInputNode",
|
||||
"KeypointsToPose",
|
||||
"KeypointsToPoseNode",
|
||||
"PoseDatabase",
|
||||
"PoseDatabaseVisualizer",
|
||||
"PoseDifference",
|
||||
"PoseEstimator",
|
||||
"PoseEstimatorNode",
|
||||
"SimHashCompare",
|
||||
"TemporalConsistency"
|
||||
],
|
||||
{
|
||||
"title_aux": "plugin-utils-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Velour-Fog/comfy-latent-nodes": [
|
||||
[
|
||||
"CustomLoadLatent",
|
||||
@ -4718,7 +4719,7 @@
|
||||
"title_aux": "seb_nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/daracazamea/DCNodes": [
|
||||
"https://github.com/daracazamea/comfyUI-DCNodes": [
|
||||
[
|
||||
"FluxResolutionPicker",
|
||||
"GetGenerationTime",
|
||||
@ -5213,6 +5214,23 @@
|
||||
"title_aux": "loki-comfyui-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/gondar-software/ComfyUI-Affine-Transform": [
|
||||
[
|
||||
"AffineTransform"
|
||||
],
|
||||
{
|
||||
"title_aux": "Affine Transform ComfyUI Node [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": [
|
||||
[
|
||||
"GetMaskFromAlpha",
|
||||
"GetQuadrilateralOutfit"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Simple-Image-Tools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/gordon123/ComfyUI_DreamBoard": [
|
||||
[
|
||||
"PromptExtraNode",
|
||||
@ -6445,6 +6463,16 @@
|
||||
"title_aux": "ComfyUI Build and Train Your Network [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/littleowl/ComfyUI-MV-HECV": [
|
||||
[
|
||||
"CombineSideBySide",
|
||||
"DepthResize",
|
||||
"StereoShift_Fast"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MV-HECV"
|
||||
}
|
||||
],
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz": [
|
||||
[
|
||||
"AddFluxFlow",
|
||||
@ -6967,23 +6995,6 @@
|
||||
"title_aux": "comfy-url-fetcher [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/monate0615/ComfyUI-Affine-Transform": [
|
||||
[
|
||||
"AffineTransform"
|
||||
],
|
||||
{
|
||||
"title_aux": "Affine Transform ComfyUI Node [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/monate0615/ComfyUI-Simple-Image-Tools": [
|
||||
[
|
||||
"GetMaskFromAlpha",
|
||||
"GetQuadrilateralOutfit"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Simple-Image-Tools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/mr-krak3n/ComfyUI-Qwen": [
|
||||
[
|
||||
"DeepSeekResponseParser",
|
||||
@ -7378,6 +7389,14 @@
|
||||
"title_aux": "comfyui-static-resource[UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": [
|
||||
[
|
||||
"PromptEnhancer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LLM Prompt Enhancer [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/pixuai/ComfyUI-PixuAI": [
|
||||
[
|
||||
"PromptSearch"
|
||||
@ -7556,6 +7575,14 @@
|
||||
"title_aux": "ComfyUI-ODE"
|
||||
}
|
||||
],
|
||||
"https://github.com/retech995/Save_Florence2_Bulk_Prompts": [
|
||||
[
|
||||
"SaveTextFlorence"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_SaveImageBulk [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/rhinoflavored/comfyui_QT": [
|
||||
[
|
||||
"CSVDataMatcher",
|
||||
@ -7692,7 +7719,7 @@
|
||||
"title_aux": "ComfyUI Terminal Command Node [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/ronaldstg/comfyui-plus-integrations": [
|
||||
"https://github.com/ronalds-eu/comfyui-plus-integrations": [
|
||||
[
|
||||
"ImagePassThrough",
|
||||
"ImageToS3"
|
||||
@ -7896,14 +7923,6 @@
|
||||
"title_aux": "ComfyUI_ReduxEmbedToolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": [
|
||||
[
|
||||
"PromptEnhancer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LLM Prompt Enhancer [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": [
|
||||
[
|
||||
"GPT_SoVITS_LoadModel",
|
||||
@ -8028,6 +8047,16 @@
|
||||
"title_aux": "ComfyUI-Teeth [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/strhwste/comfyui_csv_utils": [
|
||||
[
|
||||
"ExtractFromJSON",
|
||||
"SearchCSVByRow",
|
||||
"WriteCSVByRow"
|
||||
],
|
||||
{
|
||||
"title_aux": "CSV Utils [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/stutya/ComfyUI-Terminal": [
|
||||
[
|
||||
"Terminal"
|
||||
@ -8074,6 +8103,15 @@
|
||||
"title_aux": "ComfyUI-SaveImgNextcloud"
|
||||
}
|
||||
],
|
||||
"https://github.com/takoyaki1118/ComfyUI_PromptExtractor": [
|
||||
[
|
||||
"CustomLoadImageWithPathNode",
|
||||
"PromptExtractorNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptExtractor"
|
||||
}
|
||||
],
|
||||
"https://github.com/talon468/ComfyUI-Rpg-Architect": [
|
||||
[
|
||||
"ComfyUI Rpg Architect \ud83e\ude84"
|
||||
@ -8381,6 +8419,19 @@
|
||||
"title_aux": "ComfyUI Simple Image Tools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_VVL_SAM2": [
|
||||
[
|
||||
"SAM1AutoEverything",
|
||||
"VVL_Florence2SAM2",
|
||||
"VVL_GroundingDinoSAM2",
|
||||
"VVL_MaskCleaner",
|
||||
"VVL_SAM1Loader",
|
||||
"VVL_SAM2Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_WWL_Florence2SAM2"
|
||||
}
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": [
|
||||
[
|
||||
"Mask2FormerPanoptic",
|
||||
@ -8399,19 +8450,6 @@
|
||||
"title_aux": "ComfyUI_VVL_VideoCamera"
|
||||
}
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_WWL_Florence2SAM2": [
|
||||
[
|
||||
"SAM1AutoEverything",
|
||||
"VVL_Florence2SAM2",
|
||||
"VVL_GroundingDinoSAM2",
|
||||
"VVL_MaskCleaner",
|
||||
"VVL_SAM1Loader",
|
||||
"VVL_SAM2Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_WWL_Florence2SAM2"
|
||||
}
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_vvl_BBOX": [
|
||||
[
|
||||
"vvl_BBoxInput"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "UD1sto",
|
||||
"title": "plugin-utils-nodes [DEPRECATED]",
|
||||
"reference": "https://github.com/its-DeFine/plugin-utils-nodes",
|
||||
"files": [
|
||||
"https://github.com/its-DeFine/plugin-utils-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend."
|
||||
},
|
||||
{
|
||||
"author": "hanyingcho",
|
||||
"title": "ComfyUI LLM Promp [REMOVED]",
|
||||
|
||||
@ -10,7 +10,37 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "xmarre",
|
||||
"title": "LoRA-Safe TorchCompile",
|
||||
"reference": "https://github.com/xmarre/TorchCompileModel_LoRASafe",
|
||||
"files": [
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Drop-in TorchCompile node that preserves LoRA patches."
|
||||
},
|
||||
{
|
||||
"author": "xiaogui8dangjia",
|
||||
"title": "Comfyui-imagetoSTL",
|
||||
"reference": "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL",
|
||||
"files": [
|
||||
"https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui_imagetostl is a simple node for ComfyUI that converts grayscale images to STL."
|
||||
},
|
||||
{
|
||||
"author": "NeonLightning",
|
||||
"title": "neonllama",
|
||||
"reference": "https://github.com/NeonLightning/neonllama",
|
||||
"files": [
|
||||
"https://github.com/NeonLightning/neonllama"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom ComfyUI node transforms a core idea into a richly detailed positive prompt using a local [a/Ollama](https://ollama.com) LLM."
|
||||
},
|
||||
{
|
||||
"author": "laksjdjf",
|
||||
"title": "ComfyUI-Imatrix",
|
||||
@ -668,36 +698,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "General audio nodes. Mix, Bass/Treble, Concatenate, Pitch, Add/remove silence, Speed"
|
||||
},
|
||||
{
|
||||
"author": "avenstack",
|
||||
"title": "ComfyUI-AV-LatentSync",
|
||||
"reference": "https://github.com/avenstack/ComfyUI-AV-LatentSync",
|
||||
"files": [
|
||||
"https://github.com/avenstack/ComfyUI-AV-LatentSync"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "LatentSync 1.5 wrapper for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "LAOGOU-666",
|
||||
"title": "Comfyui_LG_Tools",
|
||||
"reference": "https://github.com/LAOGOU-666/Comfyui_LG_Tools",
|
||||
"files": [
|
||||
"https://github.com/LAOGOU-666/Comfyui_LG_Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical image processing and operation nodes, making our operation more intuitive and convenient"
|
||||
},
|
||||
{
|
||||
"author": "skycoder",
|
||||
"title": "Skycoder Tools",
|
||||
"reference": "https://github.com/skycoder182/comfyui-skycoder-tools",
|
||||
"files": [
|
||||
"https://github.com/skycoder182/comfyui-skycoder-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of useful custom nodes for ComfyUI workflows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -69,6 +69,8 @@
|
||||
],
|
||||
"https://github.com/1038lab/ComfyUI-JoyCaption": [
|
||||
[
|
||||
"CaptionSaver",
|
||||
"ImageBatchPath",
|
||||
"JC",
|
||||
"JC_ExtraOptions",
|
||||
"JC_adv"
|
||||
@ -1275,7 +1277,9 @@
|
||||
],
|
||||
"https://github.com/AIWarper/ComfyUI-WarperNodes": [
|
||||
[
|
||||
"DWPoseScalerNode_Warper"
|
||||
"DWPoseScalerNode_Warper",
|
||||
"FacialPartMaskFromPose_Warper",
|
||||
"MouthMaskFromPose_Warper"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WarperNodes"
|
||||
@ -2361,6 +2365,7 @@
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalNumberSliderInt",
|
||||
"ComfyUIDeployExternalSeed",
|
||||
"ComfyUIDeployExternalText",
|
||||
"ComfyUIDeployExternalTextAny",
|
||||
@ -3102,6 +3107,7 @@
|
||||
"Linear Quadratic Advanced",
|
||||
"Mask Bounding Box Aspect Ratio",
|
||||
"Mask Sketch",
|
||||
"MaskFloatToBoolean",
|
||||
"MaskToggle",
|
||||
"Masks From Color Swatches",
|
||||
"Masks From Colors",
|
||||
@ -3231,7 +3237,8 @@
|
||||
"TorchCompileModelSD35",
|
||||
"TorchCompileModels",
|
||||
"UNetSave",
|
||||
"VAEEncodeAdvanced"
|
||||
"VAEEncodeAdvanced",
|
||||
"VAEStyleTransferLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "RES4LYF"
|
||||
@ -8588,6 +8595,14 @@
|
||||
"title_aux": "ComfyUI - NeoGriever"
|
||||
}
|
||||
],
|
||||
"https://github.com/NeonLightning/neonllama": [
|
||||
[
|
||||
"OllamaPromptFromIdea"
|
||||
],
|
||||
{
|
||||
"title_aux": "neonllama"
|
||||
}
|
||||
],
|
||||
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
|
||||
[
|
||||
"NoisyLatentPerlinD"
|
||||
@ -14934,7 +14949,8 @@
|
||||
"Sage_KSamplerAudioDecoder",
|
||||
"Sage_KSamplerDecoder",
|
||||
"Sage_KSamplerTiledDecoder",
|
||||
"Sage_LMStudioLLMPrompt",
|
||||
"Sage_LMStudioLLMPromptText",
|
||||
"Sage_LMStudioLLMPromptVision",
|
||||
"Sage_LastLoraInfo",
|
||||
"Sage_LoadImage",
|
||||
"Sage_LogicalSwitch",
|
||||
@ -14946,7 +14962,6 @@
|
||||
"Sage_ModelReport",
|
||||
"Sage_ModelShifts",
|
||||
"Sage_MultiModelPicker",
|
||||
"Sage_OllamaAdvancedOptions",
|
||||
"Sage_OllamaLLMPromptText",
|
||||
"Sage_OllamaLLMPromptVision",
|
||||
"Sage_PonyPrefix",
|
||||
@ -18383,6 +18398,7 @@
|
||||
"https://github.com/cloudkoala/comfyui-koala": [
|
||||
[
|
||||
"AspectRatioLatentNode",
|
||||
"SaveImageAnywhere",
|
||||
"SaveMeshAnywhere"
|
||||
],
|
||||
{
|
||||
@ -35291,6 +35307,14 @@
|
||||
"title_aux": "ComfyUI-FramePackWrapper_PlusOne"
|
||||
}
|
||||
],
|
||||
"https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": [
|
||||
[
|
||||
"ImageToSTLNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-imagetoSTL"
|
||||
}
|
||||
],
|
||||
"https://github.com/xiaoxiaodesha/hd_node": [
|
||||
[
|
||||
"Combine HDMasks",
|
||||
@ -35316,24 +35340,18 @@
|
||||
],
|
||||
"https://github.com/xl0/latent-tools": [
|
||||
[
|
||||
"PreviewModelMetadata",
|
||||
"QBlendLatent",
|
||||
"QConcatLatentBatch",
|
||||
"QGaussianLatent",
|
||||
"QImageSizeSetter",
|
||||
"QKSampler",
|
||||
"QLatentOp",
|
||||
"QLatentToShape",
|
||||
"QLinearScheduler",
|
||||
"QLoadLatent",
|
||||
"QLoadLatentTimeline",
|
||||
"QParamRandomizerRange",
|
||||
"QParamaRandomizerList",
|
||||
"QPreviewLatent",
|
||||
"QReshapeLatent",
|
||||
"QSamplerCustom",
|
||||
"QSamplerEulerAncestral",
|
||||
"QUniformLatent"
|
||||
"LTBlendLatent",
|
||||
"LTGaussianLatent",
|
||||
"LTKSampler",
|
||||
"LTLatentLoad",
|
||||
"LTLatentOp",
|
||||
"LTLatentToShape",
|
||||
"LTLatentsConcatenate",
|
||||
"LTParamRandomizerGaussian",
|
||||
"LTParamRandomizerRange",
|
||||
"LTPreviewLatent",
|
||||
"LTReshapeLatent",
|
||||
"LTUniformLatent"
|
||||
],
|
||||
{
|
||||
"title_aux": "latent-tools"
|
||||
@ -35378,6 +35396,14 @@
|
||||
"title_aux": "ComfyUI_SendDiscord"
|
||||
}
|
||||
],
|
||||
"https://github.com/xmarre/TorchCompileModel_LoRASafe": [
|
||||
[
|
||||
"TorchCompileModel_LoRASafe"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRA-Safe TorchCompile"
|
||||
}
|
||||
],
|
||||
"https://github.com/xobiomesh/ComfyUI_xObiomesh": [
|
||||
[
|
||||
"OllamaModelSelect",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user