update DB

This commit is contained in:
Dr.Lt.Data 2024-04-29 20:40:35 +09:00
parent e71d50534b
commit a437effa87
8 changed files with 829 additions and 283 deletions

View File

@ -7801,14 +7801,14 @@
"description": "Transceiver is a python library that swiftly exchanges fundamental data structures, specifically numpy arrays, between processes, optimizing AI inference tasks that utilize ComfyUI." "description": "Transceiver is a python library that swiftly exchanges fundamental data structures, specifically numpy arrays, between processes, optimizing AI inference tasks that utilize ComfyUI."
}, },
{ {
"author": "shirazdesigner", "author": "web3nomad",
"title": "CLIPTextEncodeAndEnhancev4", "title": "ComfyUI Invisible Watermark",
"reference": "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4", "reference": "https://github.com/web3nomad/ComfyUI_Invisible_Watermark",
"files": [ "files": [
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4" "https://github.com/web3nomad/ComfyUI_Invisible_Watermark"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:CLIPTextEncodeAndEnhance" "description": "Nodes: InvisibleWatermarkEncode"
}, },

View File

@ -1540,6 +1540,7 @@
"ReActorFaceSwapOpt", "ReActorFaceSwapOpt",
"ReActorImageDublicator", "ReActorImageDublicator",
"ReActorLoadFaceModel", "ReActorLoadFaceModel",
"ReActorMakeFaceModelBatch",
"ReActorMaskHelper", "ReActorMaskHelper",
"ReActorOptions", "ReActorOptions",
"ReActorRestoreFace", "ReActorRestoreFace",
@ -3936,6 +3937,7 @@
], ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[ [
"ttN advanced xyPlot",
"ttN busIN", "ttN busIN",
"ttN busOUT", "ttN busOUT",
"ttN compareInput", "ttN compareInput",
@ -3954,9 +3956,14 @@
"ttN pipeIN", "ttN pipeIN",
"ttN pipeKSampler", "ttN pipeKSampler",
"ttN pipeKSamplerAdvanced", "ttN pipeKSamplerAdvanced",
"ttN pipeKSamplerAdvanced_v2",
"ttN pipeKSamplerSDXL", "ttN pipeKSamplerSDXL",
"ttN pipeKSamplerSDXL_v2",
"ttN pipeKSampler_v2",
"ttN pipeLoader", "ttN pipeLoader",
"ttN pipeLoaderSDXL", "ttN pipeLoaderSDXL",
"ttN pipeLoaderSDXL_v2",
"ttN pipeLoader_v2",
"ttN pipeLoraStack", "ttN pipeLoraStack",
"ttN pipeOUT", "ttN pipeOUT",
"ttN seed", "ttN seed",
@ -6175,6 +6182,7 @@
"LayerUtility: CropByMask", "LayerUtility: CropByMask",
"LayerUtility: CropByMask V2", "LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
"LayerUtility: ExtendCanvasV2",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2", "LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
@ -6433,6 +6441,7 @@
"BasicGuider", "BasicGuider",
"BasicScheduler", "BasicScheduler",
"CFGGuider", "CFGGuider",
"CLIPAttentionMultiply",
"CLIPLoader", "CLIPLoader",
"CLIPMergeAdd", "CLIPMergeAdd",
"CLIPMergeSimple", "CLIPMergeSimple",
@ -6587,6 +6596,9 @@
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
"UNETLoader", "UNETLoader",
"UNetCrossAttentionMultiply",
"UNetSelfAttentionMultiply",
"UNetTemporalAttentionMultiply",
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeTiled", "VAEDecodeTiled",
@ -6901,7 +6913,7 @@
[ [
"MarasitAnyBusNode", "MarasitAnyBusNode",
"MarasitDisplayInfoNode", "MarasitDisplayInfoNode",
"MarasitUpscalerGridNode" "MarasitUpscalerRefinerNode"
], ],
{ {
"title_aux": "\ud83d\udc30 MarasIT Nodes" "title_aux": "\ud83d\udc30 MarasIT Nodes"
@ -7414,11 +7426,15 @@
"FL_AudioPreview", "FL_AudioPreview",
"FL_CodeNode", "FL_CodeNode",
"FL_DirectoryCrawl", "FL_DirectoryCrawl",
"FL_Glitch",
"FL_HexagonalPattern",
"FL_ImageCaptionSaver", "FL_ImageCaptionSaver",
"FL_ImageDimensionDisplay", "FL_ImageDimensionDisplay",
"FL_ImageDurationSync", "FL_ImageDurationSync",
"FL_ImagePixelator", "FL_ImagePixelator",
"FL_ImageRandomizer" "FL_ImageRandomizer",
"FL_PixelSort",
"FL_Ripple"
], ],
{ {
"title_aux": "ComfyUI_Fill-Nodes" "title_aux": "ComfyUI_Fill-Nodes"
@ -8731,6 +8747,7 @@
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
"FloatConstant", "FloatConstant",
"FloatToMask", "FloatToMask",
"FloatToSigmas",
"GLIGENTextBoxApplyBatch", "GLIGENTextBoxApplyBatch",
"GenerateNoise", "GenerateNoise",
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
@ -9351,6 +9368,7 @@
"ImpactSEGSToMaskBatch", "ImpactSEGSToMaskBatch",
"ImpactSEGSToMaskList", "ImpactSEGSToMaskList",
"ImpactScaleBy_BBOX_SEG_ELT", "ImpactScaleBy_BBOX_SEG_ELT",
"ImpactSchedulerAdapter",
"ImpactSegsAndMask", "ImpactSegsAndMask",
"ImpactSegsAndMaskForEach", "ImpactSegsAndMaskForEach",
"ImpactSetWidgetValue", "ImpactSetWidgetValue",
@ -9954,6 +9972,8 @@
[ [
"EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSD15",
"EmptyLatentImageFromPresetsSDXL", "EmptyLatentImageFromPresetsSDXL",
"GetSimilarResolution",
"GetSimilarResolutionEmptyLatent",
"RandomEmptyLatentImageFromPresetsSD15", "RandomEmptyLatentImageFromPresetsSD15",
"RandomEmptyLatentImageFromPresetsSDXL", "RandomEmptyLatentImageFromPresetsSDXL",
"RandomSizeFromPresetsSD15", "RandomSizeFromPresetsSD15",
@ -10039,9 +10059,8 @@
"https://github.com/nullquant/ComfyUI-BrushNet": [ "https://github.com/nullquant/ComfyUI-BrushNet": [
[ [
"BlendInpaint", "BlendInpaint",
"BrushNetInpaint", "BrushNet",
"BrushNetLoader", "BrushNetLoader"
"BrushNetPipeline"
], ],
{ {
"author": "nullquant", "author": "nullquant",
@ -10582,6 +10601,7 @@
"LoadImagesFromPath", "LoadImagesFromPath",
"LoadImagesFromURL", "LoadImagesFromURL",
"LoadImagesToBatch", "LoadImagesToBatch",
"LoadTripoSRModel_",
"LoadVideoAndSegment_", "LoadVideoAndSegment_",
"LoraNames_", "LoraNames_",
"LoraPrompt", "LoraPrompt",
@ -10602,6 +10622,7 @@
"SamplerNames_", "SamplerNames_",
"SaveImageAndMetadata_", "SaveImageAndMetadata_",
"SaveImageToLocal", "SaveImageToLocal",
"SaveTripoSRMesh",
"ScreenShare", "ScreenShare",
"Seed_", "Seed_",
"ShowLayer", "ShowLayer",
@ -10623,6 +10644,7 @@
"TextSplitByDelimiter", "TextSplitByDelimiter",
"TextToNumber", "TextToNumber",
"TransparentImage", "TransparentImage",
"TripoSRSampler_",
"VAEDecodeConsistencyDecoder", "VAEDecodeConsistencyDecoder",
"VAEEncodeForInpaint_Frames", "VAEEncodeForInpaint_Frames",
"VAELoaderConsistencyDecoder", "VAELoaderConsistencyDecoder",
@ -10700,14 +10722,6 @@
"title_aux": "ComfyUI-send-Eagle(slim)" "title_aux": "ComfyUI-send-Eagle(slim)"
} }
], ],
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
[
"CLIPTextEncodeAndEnhance"
],
{
"title_aux": "CLIPTextEncodeAndEnhancev4"
}
],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [ "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[ [
"OpenposePreprocessorInterpolate" "OpenposePreprocessorInterpolate"
@ -11618,6 +11632,14 @@
"title_aux": "wlsh_nodes" "title_aux": "wlsh_nodes"
} }
], ],
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": [
[
"InvisibleWatermarkEncode"
],
{
"title_aux": "ComfyUI Invisible Watermark"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [ "https://github.com/whatbirdisthat/cyberdolphin": [
[ [
"\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c Gradio ChatInterface",

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,26 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "longgui0318",
"title": "comfyui-one-more-step [WIP]",
"reference": "https://github.com/longgui0318/comfyui-one-more-step",
"files": [
"https://github.com/longgui0318/comfyui-one-more-step"
],
"install_type": "git-clone",
"description": "[a/(OMS)mhh0318/OneMoreStep](https://github.com/mhh0318/OneMoreStep) comfyui support ."
},
{
"author": "TemryL",
"title": "ComfyUI-IDM-VTON [WIP]",
"reference": "https://github.com/TemryL/ComfyUI-IDM-VTON",
"files": [
"https://github.com/TemryL/ComfyUI-IDM-VTON"
],
"install_type": "git-clone",
"description": "ComfyUI adaptation of [a/IDM-VTON](https://github.com/yisol/IDM-VTON)."
},
{ {
"author": "unknown", "author": "unknown",
"title": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)", "title": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)",
@ -430,16 +449,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Musicgen" "description": "Nodes:Musicgen"
}, },
{
"author": "Extraltodeus",
"title": "ComfyUI-variableCFGandAntiBurn [WIP]",
"reference": "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn",
"files": [
"https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn"
],
"install_type": "git-clone",
"description": "Nodes:Continuous CFG rescaler (pre CFG), Intermediary latent merge (post CFG), Intensity/Brightness limiter (post CFG), Dynamic renoising (post CFG), Automatic CFG scale (pre/post CFG), CFG multiplier per channel (pre CFG), Self-Attention Guidance delayed activation mod (post CFG)"
},
{ {
"author": "shadowcz007", "author": "shadowcz007",
"title": "comfyui-CLIPSeg", "title": "comfyui-CLIPSeg",

View File

@ -146,6 +146,49 @@
"title_aux": "ComfyUI_Fooocus" "title_aux": "ComfyUI_Fooocus"
} }
], ],
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": [
[
"\u2b1b(TODO)AC_Super_Come_Ckpt",
"\u2b1c(TODO)AC_Super_Come_Lora",
"\u2b55AC_FUN_SUPER_LARGE",
"\ud83c\ude35AC_Super_Checkpoint",
"\ud83c\ude35AC_Super_Loras",
"\ud83c\udfabAC_Super_PreviewImage",
"\ud83c\udfb0AC_Super_Controlnet",
"\ud83d\udcb6AC_Super_EmptLatent",
"\ud83d\udcbcAC_Super_Lora&LCM",
"\ud83d\udcbeAC_Super_SaveImage",
"\ud83d\udcc4AC_Super_CLIPEN",
"\ud83d\udcc8AC_Super_UpKSampler",
"\ud83d\udcdfAC_Super_CKPT&LCM",
"\ud83d\ude80AC_Super_KSampler"
],
{
"title_aux": "ComfyUI_AC_FUNV8Beta1"
}
],
"https://github.com/ALatentPlace/ComfyUI_yanc": [
[
"> Clear Text",
"> Float to Int",
"> Int",
"> Int to Text",
"> Load Image",
"> Load Image From Folder",
"> Resolution by Aspect Ratio",
"> Rotate Image",
"> Save Image",
"> Scale Image to Side",
"> Text",
"> Text Combine",
"> Text Pick Random Line",
"> Text Random Weights",
"> Text Replace"
],
{
"title_aux": "YANC- Yet Another Node Collection"
}
],
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [ "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [
[ [
"AccumulateNode", "AccumulateNode",
@ -221,6 +264,64 @@
"title_aux": "ComfyUI_bd_customNodes" "title_aux": "ComfyUI_bd_customNodes"
} }
], ],
"https://github.com/DeTK/ComfyUI-Switch": [
[
"NodeSwitch"
],
{
"title_aux": "ComfyUI Node Switcher"
}
],
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": [
[
"LineBreakInserter"
],
{
"title_aux": "ComfyUI_LineBreakInserter"
}
],
"https://github.com/ExponentialML/ComfyUI_LiveDirector": [
[
"LiveDirector"
],
{
"title_aux": "ComfyUI_LiveDirector (WIP)"
}
],
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": [
[
"Automatic wildcards",
"Conditioning (Cosine similarities)",
"Conditioning (Maximum absolute)",
"Conditioning (Maximum absolute) text inputs",
"Conditioning (Scale by absolute sum)",
"Conditioning merge clip g/l",
"Conditioning similar tokens recombine",
"Conditioning to text",
"Quick and dirty text encode",
"encode_all_tokens_SDXL"
],
{
"title_aux": "Conditioning-token-experiments-for-ComfyUI"
}
],
"https://github.com/GentlemanHu/ComfyUI-Notifier": [
[
"GentlemanHu_Notifier"
],
{
"title_aux": "ComfyUI-Notifier"
}
],
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
[
"GHImg_Sizer",
"GHSimple_Scale"
],
{
"title_aux": "GH Tools for ComfyUI"
}
],
"https://github.com/IvanZhd/comfyui-codeformer": [ "https://github.com/IvanZhd/comfyui-codeformer": [
[ [
"RedBeanie_CustomImageInverter" "RedBeanie_CustomImageInverter"
@ -237,6 +338,14 @@
"title_aux": "comfyui-terminal-command [UNSAFE]" "title_aux": "comfyui-terminal-command [UNSAFE]"
} }
], ],
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": [
[
"SaveImagePlus"
],
{
"title_aux": "ComfyUI-SaveImagePlus"
}
],
"https://github.com/Jordach/comfy-consistency-vae": [ "https://github.com/Jordach/comfy-consistency-vae": [
[ [
"Comfy_ConsistencyVAE" "Comfy_ConsistencyVAE"
@ -253,6 +362,14 @@
"title_aux": "ComfyUI-ModelUnloader" "title_aux": "ComfyUI-ModelUnloader"
} }
], ],
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": [
[
"ChatGPTCompletion"
],
{
"title_aux": "ComfyUI simple ChatGPT completion [UNSAFE]"
}
],
"https://github.com/MrAdamBlack/CheckProgress": [ "https://github.com/MrAdamBlack/CheckProgress": [
[ [
"CHECK_PROGRESS" "CHECK_PROGRESS"
@ -261,6 +378,14 @@
"title_aux": "CheckProgress [WIP]" "title_aux": "CheckProgress [WIP]"
} }
], ],
"https://github.com/MushroomFleet/DJZ-Nodes": [
[
"AspectSize"
],
{
"title_aux": "DJZ-Nodes"
}
],
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": [ "https://github.com/PluMaZero/ComfyUI-SpaceFlower": [
[ [
"SpaceFlower_HangulPrompt", "SpaceFlower_HangulPrompt",
@ -270,6 +395,17 @@
"title_aux": "ComfyUI-SpaceFlower" "title_aux": "ComfyUI-SpaceFlower"
} }
], ],
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": [
[
"CLIPTextEncodePromptToPrompt",
"KSamplerPromptToPrompt",
"KSamplerPromptToPromptAttentionMapLogger",
"LocalBlendLayerPresetPromptToPrompt"
],
{
"title_aux": "ComfyUI Port for Google's Prompt-to-Prompt"
}
],
"https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": [ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": [
[ [
"FloatMath", "FloatMath",
@ -285,6 +421,25 @@
"title_aux": "ComfyUI-MS-Nodes [WIP]" "title_aux": "ComfyUI-MS-Nodes [WIP]"
} }
], ],
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
[
"CheckpointLoaderSimpleShared //SeedV",
"Script"
],
{
"title_aux": "ComfyUI-SeedV-Nodes [UNSAFE]"
}
],
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": [
[
"BatchImageAndPrompt",
"BatchInputCSV",
"BatchInputText"
],
{
"title_aux": "ComfyUI Batch Input Node"
}
],
"https://github.com/WSJUSA/Comfyui-StableSR": [ "https://github.com/WSJUSA/Comfyui-StableSR": [
[ [
"ColorFix", "ColorFix",
@ -298,12 +453,23 @@
"title_aux": "pre-comfyui-stablsr" "title_aux": "pre-comfyui-stablsr"
} }
], ],
"https://github.com/WilliamStanford/visuallabs_comfyui_nodes": [
[
"CreateFadeMaskAdvancedVL",
"PointStringFromFloatArray",
"RescaleFloatArray",
"StringFromFloatArray"
],
{
"title_aux": "visuallabs_comfyui_nodes"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": [
[ [
"AnyTextNode_Zho" "AnyTextNode_Zho"
], ],
{ {
"title_aux": "ComfyUI-AnyText\uff08WIP\uff09" "title_aux": "ComfyUI-AnyText [WIP]"
} }
], ],
"https://github.com/alt-key-project/comfyui-dream-video-batches": [ "https://github.com/alt-key-project/comfyui-dream-video-batches": [
@ -353,14 +519,30 @@
"Checkpoint Selector Stacker \ud83d\udc69\u200d\ud83d\udcbb", "Checkpoint Selector Stacker \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint Selector \ud83d\udc69\u200d\ud83d\udcbb", "Checkpoint Selector \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint to String \ud83d\udc69\u200d\ud83d\udcbb", "Checkpoint to String \ud83d\udc69\u200d\ud83d\udcbb",
"Crop Recombine \ud83d\udc69\u200d\ud83d\udcbb",
"Crop|IP|Inpaint \ud83d\udc69\u200d\ud83d\udcbb",
"Crop|IP|Inpaint|SDXL \ud83d\udc69\u200d\ud83d\udcbb",
"Decode GenData \ud83d\udc69\u200d\ud83d\udcbb", "Decode GenData \ud83d\udc69\u200d\ud83d\udcbb",
"Encode GenData \ud83d\udc69\u200d\ud83d\udcbb", "Encode GenData \ud83d\udc69\u200d\ud83d\udcbb",
"GenData Stacker \ud83d\udc69\u200d\ud83d\udcbb", "GenData Stacker \ud83d\udc69\u200d\ud83d\udcbb",
"IPAdapterApply",
"IPAdapterApplyEncoded",
"IPAdapterApplyFaceID",
"IPAdapterBatchEmbeds",
"IPAdapterEncoder",
"IPAdapterLoadEmbeds",
"IPAdapterModelLoader",
"IPAdapterSaveEmbeds",
"IPAdapterTilesMasked",
"InsightFaceLoader",
"LoRA Stack to String \ud83d\udc69\u200d\ud83d\udcbb", "LoRA Stack to String \ud83d\udc69\u200d\ud83d\udcbb",
"LoRA Stacker From Prompt \ud83d\udc69\u200d\ud83d\udcbb", "LoRA Stacker From Prompt \ud83d\udc69\u200d\ud83d\udcbb",
"Load Checkpoints From File \ud83d\udc69\u200d\ud83d\udcbb", "Load Checkpoints From File \ud83d\udc69\u200d\ud83d\udcbb",
"Load GenData From Dir \ud83d\udc69\u200d\ud83d\udcbb", "Load GenData From Dir \ud83d\udc69\u200d\ud83d\udcbb",
"Parse GenData \ud83d\udc69\u200d\ud83d\udcbb", "Parse GenData \ud83d\udc69\u200d\ud83d\udcbb",
"PrepImageForClipVision",
"PrepImageForInsightFace",
"Provide GenData \ud83d\udc69\u200d\ud83d\udcbb",
"Save Image From GenData \ud83d\udc69\u200d\ud83d\udcbb", "Save Image From GenData \ud83d\udc69\u200d\ud83d\udcbb",
"VAE From String \ud83d\udc69\u200d\ud83d\udcbb", "VAE From String \ud83d\udc69\u200d\ud83d\udcbb",
"VAE to String \ud83d\udc69\u200d\ud83d\udcbb", "VAE to String \ud83d\udc69\u200d\ud83d\udcbb",
@ -370,23 +552,41 @@
"title_aux": "Gen Data Tester [WIP]" "title_aux": "Gen Data Tester [WIP]"
} }
], ],
"https://github.com/blepping/ComfyUI-sonar": [ "https://github.com/bruce007lee/comfyui-cleaner": [
[ [
"SamplerSonarEuler", "cleaner"
"SamplerSonarEulerA"
], ],
{ {
"title_aux": "ComfyUI-sonar (WIP)" "title_aux": "comfyui-cleaner"
}
],
"https://github.com/chaojie/ComfyUI-DynamiCrafter": [
[
"DynamiCrafter Simple",
"DynamiCrafterInterp Simple",
"DynamiCrafterInterpLoader",
"DynamiCrafterLoader"
],
{
"title_aux": "ComfyUI DynamiCrafter"
} }
], ],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
[ [
"AddNoise",
"AlignYourStepsScheduler",
"BasicGuider",
"BasicScheduler", "BasicScheduler",
"CFGGuider",
"CLIPAttentionMultiply",
"CLIPLoader", "CLIPLoader",
"CLIPMergeAdd",
"CLIPMergeSimple", "CLIPMergeSimple",
"CLIPMergeSubtract",
"CLIPSave", "CLIPSave",
"CLIPSetLastLayer", "CLIPSetLastLayer",
"CLIPTextEncode", "CLIPTextEncode",
"CLIPTextEncodeControlnet",
"CLIPTextEncodeSDXL", "CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner", "CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode", "CLIPVisionEncode",
@ -409,7 +609,10 @@
"ControlNetLoader", "ControlNetLoader",
"CropMask", "CropMask",
"DiffControlNetLoader", "DiffControlNetLoader",
"DifferentialDiffusion",
"DiffusersLoader", "DiffusersLoader",
"DisableNoise",
"DualCFGGuider",
"DualCLIPLoader", "DualCLIPLoader",
"EmptyImage", "EmptyImage",
"EmptyLatentImage", "EmptyLatentImage",
@ -429,6 +632,7 @@
"ImageColorToMask", "ImageColorToMask",
"ImageCompositeMasked", "ImageCompositeMasked",
"ImageCrop", "ImageCrop",
"ImageFromBatch",
"ImageInvert", "ImageInvert",
"ImageOnlyCheckpointLoader", "ImageOnlyCheckpointLoader",
"ImageOnlyCheckpointSave", "ImageOnlyCheckpointSave",
@ -441,6 +645,7 @@
"ImageToMask", "ImageToMask",
"ImageUpscaleWithModel", "ImageUpscaleWithModel",
"InpaintModelConditioning", "InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask", "InvertMask",
"JoinImageWithAlpha", "JoinImageWithAlpha",
"KSampler", "KSampler",
@ -471,17 +676,25 @@
"MaskToImage", "MaskToImage",
"ModelMergeAdd", "ModelMergeAdd",
"ModelMergeBlocks", "ModelMergeBlocks",
"ModelMergeSD1",
"ModelMergeSD2",
"ModelMergeSDXL",
"ModelMergeSimple", "ModelMergeSimple",
"ModelMergeSubtract", "ModelMergeSubtract",
"ModelSamplingContinuousEDM", "ModelSamplingContinuousEDM",
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"ModelSamplingStableCascade",
"Morphology",
"PatchModelAddDownscale", "PatchModelAddDownscale",
"PerpNeg", "PerpNeg",
"PerpNegGuider",
"PerturbedAttentionGuidance",
"PhotoMakerEncode", "PhotoMakerEncode",
"PhotoMakerLoader", "PhotoMakerLoader",
"PolyexponentialScheduler", "PolyexponentialScheduler",
"PorterDuffImageComposite", "PorterDuffImageComposite",
"PreviewImage", "PreviewImage",
"RandomNoise",
"RebatchImages", "RebatchImages",
"RebatchLatents", "RebatchLatents",
"RepeatImageBatch", "RepeatImageBatch",
@ -489,25 +702,40 @@
"RescaleCFG", "RescaleCFG",
"SDTurboScheduler", "SDTurboScheduler",
"SD_4XUpscale_Conditioning", "SD_4XUpscale_Conditioning",
"SV3D_Conditioning",
"SVD_img2vid_Conditioning", "SVD_img2vid_Conditioning",
"SamplerCustom", "SamplerCustom",
"SamplerCustomAdvanced",
"SamplerDPMAdaptative",
"SamplerDPMPP_2M_SDE", "SamplerDPMPP_2M_SDE",
"SamplerDPMPP_3M_SDE",
"SamplerDPMPP_SDE", "SamplerDPMPP_SDE",
"SamplerEulerAncestral",
"SamplerLMS",
"SaveAnimatedPNG", "SaveAnimatedPNG",
"SaveAnimatedWEBP", "SaveAnimatedWEBP",
"SaveImage", "SaveImage",
"SaveImageWebsocket",
"SaveLatent", "SaveLatent",
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetLatentNoiseMask", "SetLatentNoiseMask",
"SolidMask", "SolidMask",
"SplitImageWithAlpha", "SplitImageWithAlpha",
"SplitSigmas", "SplitSigmas",
"StableCascade_EmptyLatentImage",
"StableCascade_StageB_Conditioning",
"StableCascade_StageC_VAEEncode",
"StableCascade_SuperResolutionControlnet",
"StableZero123_Conditioning", "StableZero123_Conditioning",
"StableZero123_Conditioning_Batched", "StableZero123_Conditioning_Batched",
"StyleModelApply", "StyleModelApply",
"StyleModelLoader", "StyleModelLoader",
"ThresholdMask",
"TomePatchModel", "TomePatchModel",
"UNETLoader", "UNETLoader",
"UNetCrossAttentionMultiply",
"UNetSelfAttentionMultiply",
"UNetTemporalAttentionMultiply",
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeTiled", "VAEDecodeTiled",
@ -518,6 +746,7 @@
"VAESave", "VAESave",
"VPScheduler", "VPScheduler",
"VideoLinearCFGGuidance", "VideoLinearCFGGuidance",
"VideoTriangleCFGGuidance",
"unCLIPCheckpointLoader", "unCLIPCheckpointLoader",
"unCLIPConditioning" "unCLIPConditioning"
], ],
@ -525,6 +754,62 @@
"title_aux": "ComfyUI" "title_aux": "ComfyUI"
} }
], ],
"https://github.com/dezi-ai/ComfyUI-AnimateLCM": [
[
"ADE_AdjustPEFullStretch",
"ADE_AdjustPEManual",
"ADE_AdjustPESweetspotStretch",
"ADE_AnimateDiffCombine",
"ADE_AnimateDiffKeyframe",
"ADE_AnimateDiffLoRALoader",
"ADE_AnimateDiffLoaderGen1",
"ADE_AnimateDiffLoaderV1Advanced",
"ADE_AnimateDiffLoaderWithContext",
"ADE_AnimateDiffModelSettings",
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
"ADE_AnimateDiffModelSettingsSimple",
"ADE_AnimateDiffModelSettings_Release",
"ADE_AnimateDiffSamplingSettings",
"ADE_AnimateDiffSettings",
"ADE_AnimateDiffUniformContextOptions",
"ADE_AnimateDiffUnload",
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_BatchedContextOptions",
"ADE_EmptyLatentImageLarge",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
"ADE_LoadAnimateDiffModel",
"ADE_LoopedUniformContextOptions",
"ADE_LoopedUniformViewOptions",
"ADE_MaskedLoadLora",
"ADE_MultivalDynamic",
"ADE_MultivalScaledMask",
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
"ADE_StandardStaticContextOptions",
"ADE_StandardStaticViewOptions",
"ADE_StandardUniformContextOptions",
"ADE_StandardUniformViewOptions",
"ADE_UseEvolvedSampling",
"ADE_ViewsOnlyContextOptions",
"AnimateDiffLoaderV1",
"CheckpointLoaderSimpleWithNoiseSelect"
],
{
"title_aux": "ComfyUI Animate LCM"
}
],
"https://github.com/dfl/comfyui-stylegan": [
[
"StyleGAN Generator",
"StyleGAN ModelLoader"
],
{
"title_aux": "comfyui-stylegan"
}
],
"https://github.com/dnl13/ComfyUI-dnl13-seg": [ "https://github.com/dnl13/ComfyUI-dnl13-seg": [
[ [
"Automatic Segmentation (dnl13)", "Automatic Segmentation (dnl13)",
@ -555,25 +840,41 @@
[ [
"ApplyVoiceFixer", "ApplyVoiceFixer",
"BatchAudio", "BatchAudio",
"ClipAudio", "BlendAudio",
"ClipAudioRegion",
"CombineImageWithAudio", "CombineImageWithAudio",
"ConcatAudio", "ConcatAudio",
"ConvertAudio", "ConvertAudio",
"FilterAudio",
"FlattenAudioBatch", "FlattenAudioBatch",
"HifiGANApply",
"HifiGANLoader",
"HifiGANModelParams",
"InvertAudioPhase",
"LoadAudio", "LoadAudio",
"MusicgenGenerate", "MusicgenGenerate",
"MusicgenHFGenerate", "MusicgenHFGenerate",
"MusicgenHFLoader", "MusicgenHFLoader",
"MusicgenLoader", "MusicgenLoader",
"NormalizeAudio",
"PreviewAudio", "PreviewAudio",
"ResampleAudio",
"SaveAudio", "SaveAudio",
"SpectrogramImage", "SpectrogramImage",
"Tacotron2Generate",
"Tacotron2Loader",
"ToMelSpectrogram",
"TortoiseTTSGenerate", "TortoiseTTSGenerate",
"TortoiseTTSLoader", "TortoiseTTSLoader",
"TrimAudio",
"TrimAudioSamples",
"TrimSilence",
"VALLEXGenerator", "VALLEXGenerator",
"VALLEXLoader", "VALLEXLoader",
"VALLEXVoicePromptFromAudio", "VALLEXVoicePromptFromAudio",
"VALLEXVoicePromptLoader" "VALLEXVoicePromptLoader",
"WaveGlowApply",
"WaveGlowLoader"
], ],
{ {
"title_aux": "ComfyUI-audio" "title_aux": "ComfyUI-audio"
@ -606,9 +907,75 @@
"title_aux": "ComfyUI_stable_fast" "title_aux": "ComfyUI_stable_fast"
} }
], ],
"https://github.com/houdinii/comfy-magick": [
[
"AdaptiveBlur",
"AdaptiveSharpen",
"AddNoise",
"BlueShift",
"Blur",
"Charcoal",
"Colorize",
"CropByAspectRatio",
"Despeckle",
"Edge",
"Emboss",
"FX",
"GaussianBlur",
"Implode",
"Kuwahara",
"MotionBlur",
"RotationalBlur",
"SelectiveBlur",
"Sepia",
"Shade",
"Sharpen",
"Sketch",
"Solarize",
"Spread",
"Stereogram",
"Swirl",
"Tint",
"UnsharpMask",
"Vignette",
"WaveletDenoise"
],
{
"title_aux": "comfy-magick [WIP]"
}
],
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": [
[
"EasyBgRemover",
"EasyBgRemover_ModelLoader",
"EasyControlNetApply",
"EasyControlNetLoader",
"EasyEmptyLatentImage",
"EasyLatentToCondition",
"EasyLoadImage"
],
{
"title_aux": "ComfyUI_Easy_Nodes_hui"
}
],
"https://github.com/hy134300/comfyui-hb-node": [
[
"generate story",
"hy save image",
"latent to list",
"movie batch",
"movie generate",
"sound voice",
"text concat"
],
{
"title_aux": "comfyui-hb-node"
}
],
"https://github.com/ilovejohnwhite/UncleBillyGoncho": [ "https://github.com/ilovejohnwhite/UncleBillyGoncho": [
[ [
"CannyEdgePreprocessor", "CannyEdgePreprocessor",
"DiffusionEdge_Preprocessor",
"HintImageEnchance", "HintImageEnchance",
"ImageGenResolutionFromImage", "ImageGenResolutionFromImage",
"ImageGenResolutionFromLatent", "ImageGenResolutionFromLatent",
@ -702,22 +1069,18 @@
"title_aux": "jn_node_suite_comfyui [WIP]" "title_aux": "jn_node_suite_comfyui [WIP]"
} }
], ],
"https://github.com/kadirnar/ComfyUI-Transformers": [ "https://github.com/kadirnar/ComfyUI-Adapter": [
[ [
"DepthEstimationPipeline" "GarmentSegLoader"
], ],
{ {
"title_aux": "ComfyUI-Transformers" "title_aux": "ComfyUI-Adapter [WIP]"
} }
], ],
"https://github.com/kadirnar/comfyui_helpers": [ "https://github.com/kadirnar/comfyui_helpers": [
[ [
"CLIPSeg",
"CircularVAEDecode", "CircularVAEDecode",
"CombineMasks",
"CustomKSamplerAdvancedTile", "CustomKSamplerAdvancedTile",
"ImageLoaderAndProcessor",
"ImageToContrastMask",
"JDC_AutoContrast", "JDC_AutoContrast",
"JDC_BlendImages", "JDC_BlendImages",
"JDC_BrownNoise", "JDC_BrownNoise",
@ -745,13 +1108,23 @@
], ],
"https://github.com/kappa54m/ComfyUI_Usability": [ "https://github.com/kappa54m/ComfyUI_Usability": [
[ [
"LoadImageByPath", "KLoadImageByPath",
"LoadImageDedup" "KLoadImageByPathAdvanced",
"KLoadImageDedup"
], ],
{ {
"title_aux": "ComfyUI_Usability (WIP)" "title_aux": "ComfyUI_Usability (WIP)"
} }
], ],
"https://github.com/kijai/ComfyUI-DeepSeek-VL": [
[
"deepseek_vl_inference",
"deepseek_vl_model_loader"
],
{
"title_aux": "ComfyUI nodes to use DeepSeek-VL"
}
],
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [ "https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [
[ [
"ObjectPromptWithTemplate", "ObjectPromptWithTemplate",
@ -769,6 +1142,16 @@
"title_aux": "ssd-1b-comfyui" "title_aux": "ssd-1b-comfyui"
} }
], ],
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": [
[
"ApplyRefMotionNode",
"MotionRefSettingsCustomNode",
"MotionRefSettingsDefaultNode"
],
{
"title_aux": "ComfyUI-MotionThiefExperiment"
}
],
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": [ "https://github.com/ltdrdata/ComfyUI-Workflow-Component": [
[ [
"ComboToString", "ComboToString",
@ -787,6 +1170,22 @@
"title_aux": "ComfyUI-Workflow-Component [WIP]" "title_aux": "ComfyUI-Workflow-Component [WIP]"
} }
], ],
"https://github.com/marcueberall/ComfyUI-BuildPath": [
[
"Build Path Adv"
],
{
"title_aux": "ComfyUI-BuildPath"
}
],
"https://github.com/mut-ex/comfyui-gligengui-node": [
[
"GLIGEN_GUI"
],
{
"title_aux": "ComfyUI GLIGEN GUI Node"
}
],
"https://github.com/nidefawl/ComfyUI-nidefawl": [ "https://github.com/nidefawl/ComfyUI-nidefawl": [
[ [
"BlendImagesWithBoundedMasks", "BlendImagesWithBoundedMasks",
@ -820,7 +1219,9 @@
"PromptUtilitiesFormatString", "PromptUtilitiesFormatString",
"PromptUtilitiesJoinStringList", "PromptUtilitiesJoinStringList",
"PromptUtilitiesLoadPreset", "PromptUtilitiesLoadPreset",
"PromptUtilitiesLoadPresetAdvanced" "PromptUtilitiesLoadPresetAdvanced",
"PromptUtilitiesRandomPreset",
"PromptUtilitiesRandomPresetAdvanced"
], ],
{ {
"title_aux": "ComfyUI-PromptUtilities" "title_aux": "ComfyUI-PromptUtilities"
@ -868,6 +1269,108 @@
"title_aux": "prism-tools" "title_aux": "prism-tools"
} }
], ],
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
[
"SDFXClipTextEncode"
],
{
"title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration"
}
],
"https://github.com/shadowcz007/comfyui-CLIPSeg": [
[
"CLIPSeg_",
"CombineMasks_"
],
{
"title_aux": "comfyui-CLIPSeg"
}
],
"https://github.com/shadowcz007/comfyui-musicgen": [
[
"Musicgen"
],
{
"title_aux": "comfyui-musicgen"
}
],
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
[
"CLIPTextEncodeAndEnhance"
],
{
"title_aux": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)"
}
],
"https://github.com/stutya/ComfyUI-Terminal": [
[
"Terminal"
],
{
"title_aux": "ComfyUI-Terminal [UNSAFE]"
}
],
"https://github.com/sugarkwork/comfyui_psd": [
[
"SavePSD"
],
{
"title_aux": "comfyui_psd [WIP]"
}
],
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": [
[
"ImageSizer",
"KSamplerSDXLAdvanced"
],
{
"title_aux": "my-useful-comfyui-custom-nodes"
}
],
"https://github.com/tuckerdarby/ComfyUI-TDNodes": [
[
"HandTrackerNode",
"InstanceDiffusionLoader",
"InstanceTrackerPrompt",
"KSamplerBatchedNode",
"KSamplerRAVE",
"KSamplerTF",
"TemporalNetPreprocessor",
"TrackerNode",
"VideoTrackerPromptNode"
],
{
"title_aux": "ComfyUI-TDNodes [WIP]"
}
],
"https://github.com/umisetokikaze/comfyui_mergekit": [
[
"DefineSaveName",
"LoadLR",
"LoadTarget",
"Merge",
"SetLayer",
"SetModels",
"SetTokenizer",
"get_skip"
],
{
"title_aux": "comfyui_mergekit [WIP]"
}
],
"https://github.com/unanan/ComfyUI-Dist": [
[
"LoadCheckpointFromLAN",
"LoadCheckpointFromURL",
"LoadImageFromLAN",
"LoadImageFromURL",
"LoadWorkflowFromLAN",
"LoadWorkflowFromURL"
],
{
"title_aux": "ComfyUI-Dist [WIP]"
}
],
"https://github.com/unanan/ComfyUI-clip-interrogator": [ "https://github.com/unanan/ComfyUI-clip-interrogator": [
[ [
"ComfyUIClipInterrogator", "ComfyUIClipInterrogator",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "web3nomad",
"title": "ComfyUI Invisible Watermark",
"reference": "https://github.com/web3nomad/ComfyUI_Invisible_Watermark",
"files": [
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark"
],
"install_type": "git-clone",
"description": "Nodes: InvisibleWatermarkEncode"
},
{ {
"author": "JettHu", "author": "JettHu",
"title": "ComfyUI-TCD", "title": "ComfyUI-TCD",
@ -679,26 +689,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for ComfyUI by unwdef." "description": "Custom nodes for ComfyUI by unwdef."
},
{
"author": "kijai",
"title": "ComfyUI-BrushNet-Wrapper",
"reference": "https://github.com/kijai/ComfyUI-BrushNet-Wrapper",
"files": [
"https://github.com/kijai/ComfyUI-BrushNet-Wrapper"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper nodes to use the Diffusers implementation of BrushNet"
},
{
"author": "pamparamm",
"title": "Perturbed-Attention Guidance",
"reference": "https://github.com/pamparamm/sd-perturbed-attention",
"files": [
"https://github.com/pamparamm/sd-perturbed-attention"
],
"install_type": "git-clone",
"description": "Perturbed-Attention Guidance node for ComfyUI."
} }
] ]
} }

View File

@ -1540,6 +1540,7 @@
"ReActorFaceSwapOpt", "ReActorFaceSwapOpt",
"ReActorImageDublicator", "ReActorImageDublicator",
"ReActorLoadFaceModel", "ReActorLoadFaceModel",
"ReActorMakeFaceModelBatch",
"ReActorMaskHelper", "ReActorMaskHelper",
"ReActorOptions", "ReActorOptions",
"ReActorRestoreFace", "ReActorRestoreFace",
@ -3936,6 +3937,7 @@
], ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[ [
"ttN advanced xyPlot",
"ttN busIN", "ttN busIN",
"ttN busOUT", "ttN busOUT",
"ttN compareInput", "ttN compareInput",
@ -3954,9 +3956,14 @@
"ttN pipeIN", "ttN pipeIN",
"ttN pipeKSampler", "ttN pipeKSampler",
"ttN pipeKSamplerAdvanced", "ttN pipeKSamplerAdvanced",
"ttN pipeKSamplerAdvanced_v2",
"ttN pipeKSamplerSDXL", "ttN pipeKSamplerSDXL",
"ttN pipeKSamplerSDXL_v2",
"ttN pipeKSampler_v2",
"ttN pipeLoader", "ttN pipeLoader",
"ttN pipeLoaderSDXL", "ttN pipeLoaderSDXL",
"ttN pipeLoaderSDXL_v2",
"ttN pipeLoader_v2",
"ttN pipeLoraStack", "ttN pipeLoraStack",
"ttN pipeOUT", "ttN pipeOUT",
"ttN seed", "ttN seed",
@ -6175,6 +6182,7 @@
"LayerUtility: CropByMask", "LayerUtility: CropByMask",
"LayerUtility: CropByMask V2", "LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
"LayerUtility: ExtendCanvasV2",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2", "LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
@ -6433,6 +6441,7 @@
"BasicGuider", "BasicGuider",
"BasicScheduler", "BasicScheduler",
"CFGGuider", "CFGGuider",
"CLIPAttentionMultiply",
"CLIPLoader", "CLIPLoader",
"CLIPMergeAdd", "CLIPMergeAdd",
"CLIPMergeSimple", "CLIPMergeSimple",
@ -6587,6 +6596,9 @@
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
"UNETLoader", "UNETLoader",
"UNetCrossAttentionMultiply",
"UNetSelfAttentionMultiply",
"UNetTemporalAttentionMultiply",
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeTiled", "VAEDecodeTiled",
@ -6901,7 +6913,7 @@
[ [
"MarasitAnyBusNode", "MarasitAnyBusNode",
"MarasitDisplayInfoNode", "MarasitDisplayInfoNode",
"MarasitUpscalerGridNode" "MarasitUpscalerRefinerNode"
], ],
{ {
"title_aux": "\ud83d\udc30 MarasIT Nodes" "title_aux": "\ud83d\udc30 MarasIT Nodes"
@ -7414,11 +7426,15 @@
"FL_AudioPreview", "FL_AudioPreview",
"FL_CodeNode", "FL_CodeNode",
"FL_DirectoryCrawl", "FL_DirectoryCrawl",
"FL_Glitch",
"FL_HexagonalPattern",
"FL_ImageCaptionSaver", "FL_ImageCaptionSaver",
"FL_ImageDimensionDisplay", "FL_ImageDimensionDisplay",
"FL_ImageDurationSync", "FL_ImageDurationSync",
"FL_ImagePixelator", "FL_ImagePixelator",
"FL_ImageRandomizer" "FL_ImageRandomizer",
"FL_PixelSort",
"FL_Ripple"
], ],
{ {
"title_aux": "ComfyUI_Fill-Nodes" "title_aux": "ComfyUI_Fill-Nodes"
@ -8731,6 +8747,7 @@
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
"FloatConstant", "FloatConstant",
"FloatToMask", "FloatToMask",
"FloatToSigmas",
"GLIGENTextBoxApplyBatch", "GLIGENTextBoxApplyBatch",
"GenerateNoise", "GenerateNoise",
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
@ -9351,6 +9368,7 @@
"ImpactSEGSToMaskBatch", "ImpactSEGSToMaskBatch",
"ImpactSEGSToMaskList", "ImpactSEGSToMaskList",
"ImpactScaleBy_BBOX_SEG_ELT", "ImpactScaleBy_BBOX_SEG_ELT",
"ImpactSchedulerAdapter",
"ImpactSegsAndMask", "ImpactSegsAndMask",
"ImpactSegsAndMaskForEach", "ImpactSegsAndMaskForEach",
"ImpactSetWidgetValue", "ImpactSetWidgetValue",
@ -9954,6 +9972,8 @@
[ [
"EmptyLatentImageFromPresetsSD15", "EmptyLatentImageFromPresetsSD15",
"EmptyLatentImageFromPresetsSDXL", "EmptyLatentImageFromPresetsSDXL",
"GetSimilarResolution",
"GetSimilarResolutionEmptyLatent",
"RandomEmptyLatentImageFromPresetsSD15", "RandomEmptyLatentImageFromPresetsSD15",
"RandomEmptyLatentImageFromPresetsSDXL", "RandomEmptyLatentImageFromPresetsSDXL",
"RandomSizeFromPresetsSD15", "RandomSizeFromPresetsSD15",
@ -10039,9 +10059,8 @@
"https://github.com/nullquant/ComfyUI-BrushNet": [ "https://github.com/nullquant/ComfyUI-BrushNet": [
[ [
"BlendInpaint", "BlendInpaint",
"BrushNetInpaint", "BrushNet",
"BrushNetLoader", "BrushNetLoader"
"BrushNetPipeline"
], ],
{ {
"author": "nullquant", "author": "nullquant",
@ -10582,6 +10601,7 @@
"LoadImagesFromPath", "LoadImagesFromPath",
"LoadImagesFromURL", "LoadImagesFromURL",
"LoadImagesToBatch", "LoadImagesToBatch",
"LoadTripoSRModel_",
"LoadVideoAndSegment_", "LoadVideoAndSegment_",
"LoraNames_", "LoraNames_",
"LoraPrompt", "LoraPrompt",
@ -10602,6 +10622,7 @@
"SamplerNames_", "SamplerNames_",
"SaveImageAndMetadata_", "SaveImageAndMetadata_",
"SaveImageToLocal", "SaveImageToLocal",
"SaveTripoSRMesh",
"ScreenShare", "ScreenShare",
"Seed_", "Seed_",
"ShowLayer", "ShowLayer",
@ -10623,6 +10644,7 @@
"TextSplitByDelimiter", "TextSplitByDelimiter",
"TextToNumber", "TextToNumber",
"TransparentImage", "TransparentImage",
"TripoSRSampler_",
"VAEDecodeConsistencyDecoder", "VAEDecodeConsistencyDecoder",
"VAEEncodeForInpaint_Frames", "VAEEncodeForInpaint_Frames",
"VAELoaderConsistencyDecoder", "VAELoaderConsistencyDecoder",
@ -10700,14 +10722,6 @@
"title_aux": "ComfyUI-send-Eagle(slim)" "title_aux": "ComfyUI-send-Eagle(slim)"
} }
], ],
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
[
"CLIPTextEncodeAndEnhance"
],
{
"title_aux": "CLIPTextEncodeAndEnhancev4"
}
],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [ "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[ [
"OpenposePreprocessorInterpolate" "OpenposePreprocessorInterpolate"
@ -11618,6 +11632,14 @@
"title_aux": "wlsh_nodes" "title_aux": "wlsh_nodes"
} }
], ],
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": [
[
"InvisibleWatermarkEncode"
],
{
"title_aux": "ComfyUI Invisible Watermark"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [ "https://github.com/whatbirdisthat/cyberdolphin": [
[ [
"\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c Gradio ChatInterface",

View File

@ -306,12 +306,8 @@ def update_custom_nodes():
json.dump(github_stats, file, ensure_ascii=False, indent=4) json.dump(github_stats, file, ensure_ascii=False, indent=4)
print(f"Successfully written to {GITHUB_STATS_FILENAME}, removing {GITHUB_STATS_CACHE_FILENAME}.") print(f"Successfully written to {GITHUB_STATS_FILENAME}.")
# try:
# os.remove(GITHUB_STATS_CACHE_FILENAME) # This cache file is just for avoiding failure of GitHub API fetch, so it is safe to remove.
# except:
# pass
with concurrent.futures.ThreadPoolExecutor(11) as executor: with concurrent.futures.ThreadPoolExecutor(11) as executor:
if not skip_stat_update: if not skip_stat_update:
executor.submit(process_git_stats, git_url_titles_preemptions) # One single thread for `process_git_stats()`. Runs concurrently with `process_git_url_title()`. executor.submit(process_git_stats, git_url_titles_preemptions) # One single thread for `process_git_stats()`. Runs concurrently with `process_git_url_title()`.