Browse Source

update DB

pull/642/head
Dr.Lt.Data 7 months ago
parent
commit
f87c8637cf
  1. 30
      custom-node-list.json
  2. 42
      extension-node-map.json
  3. 298
      github-stats.json
  4. 21
      node_db/dev/custom-node-list.json
  5. 60
      node_db/new/custom-node-list.json
  6. 42
      node_db/new/extension-node-map.json
  7. 4
      scanner.py

30
custom-node-list.json

@ -1389,6 +1389,16 @@
"install_type": "git-clone",
"description": "The Fast and Simple 'roop-like' Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension"
},
{
"author": "Gourieff",
"title": "ComfyUI-FutureWarningIgnore",
"reference": "https://github.com/Gourieff/ComfyUI-FutureWarningIgnore",
"files": [
"https://github.com/Gourieff/ComfyUI-FutureWarningIgnore/raw/main/0_FutureWarningIgnore.py"
],
"install_type": "copy",
"description": "This extension collapses 'future warning'"
},
{
"author": "imb101",
"title": "FaceSwap",
@ -5510,6 +5520,16 @@
"install_type": "git-clone",
"description": "Convert Text-to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper)"
},
{
"author": "yuvraj108c",
"title": "ComfyUI Upscaler TensorRT",
"reference": "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt",
"files": [
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
],
"install_type": "git-clone",
"description": "This project provides a Tensorrt implementation for fast image upscaling inside ComfyUI (3-4x faster)"
},
{
"author": "blepping",
"title": "ComfyUI-bleh",
@ -7890,6 +7910,16 @@
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",
"reference": "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations",
"files": [
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations"
],
"install_type": "git-clone",
"description": "Permutes a mask batch to present possible additive combinations. Passing a mask batch (e.g. out of [a/SEGS to Mask Batch](https://github.com/ltdrdata/ComfyUI-Impact-Pack)) will return a new mask batch representing all the possible combinations of the included masks. So, a mask batch with two mask sections, 'A' and 'B', will return a batch containing an empty mask, an empty mask & A, an empty mask & B, and an empty mask & A & B."
},

42
extension-node-map.json

@ -1136,7 +1136,8 @@
"Make Interpolation State List",
"RIFE VFI",
"STMFNet VFI",
"Sepconv VFI"
"Sepconv VFI",
"VFI FloatToInt"
],
{
"title_aux": "ComfyUI Frame Interpolation"
@ -4036,7 +4037,7 @@
{
"author": "tinyterra",
"description": "This extension offers various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.",
"nickname": "ttNodes",
"nickname": "\ud83c\udf0f",
"nodename_pattern": "^ttN ",
"title": "tinyterraNodes",
"title_aux": "ComfyUI_tinyterraNodes"
@ -6237,12 +6238,19 @@
"LayerMask: Shadow & Highlight Mask",
"LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay",
"LayerStyle: ColorOverlay V2",
"LayerStyle: DropShadow",
"LayerStyle: DropShadow V2",
"LayerStyle: GradientOverlay",
"LayerStyle: GradientOverlay V2",
"LayerStyle: InnerGlow",
"LayerStyle: InnerGlow V2",
"LayerStyle: InnerShadow",
"LayerStyle: InnerShadow V2",
"LayerStyle: OuterGlow",
"LayerStyle: OuterGlow V2",
"LayerStyle: Stroke",
"LayerStyle: Stroke V2",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: ColorImage",
@ -6262,7 +6270,9 @@
"LayerUtility: ImageAutoCrop",
"LayerUtility: ImageAutoCrop V2",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlend V2",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageBlendAdvance V2",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageCombineAlpha",
@ -6293,6 +6303,10 @@
"LayerUtility: XY to Percent"
],
{
"author": "Chris Freilich",
"description": "This extension provides a blend modes node with 30 blend modes.",
"nickname": "Virtuoso Pack - Blend Nodes",
"title": "Virtuoso Pack - Blend Modes",
"title_aux": "ComfyUI Layer Style"
}
],
@ -6900,6 +6914,14 @@
"title_aux": "ComfyUI Essentials"
}
],
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [
[
"PermuteMaskBatch"
],
{
"title_aux": "ComfyUI-MaskBatchPermutations"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@ -8853,18 +8875,16 @@
"FloatConstant",
"FloatToMask",
"FloatToSigmas",
"GLIGENTextBoxApplyBatch",
"GLIGENTextBoxApplyBatchCoords",
"GenerateNoise",
"GetImageRangeFromBatch",
"GetImagesFromBatchIndexed",
"GetImageSizeAndCount",
"GetLatentsFromBatchIndexed",
"GetMaskSize",
"GetMaskSizeAndCount",
"GrowMaskWithBlur",
"INTConstant",
"ImageAndMaskPreview",
"ImageBatchMulti",
"ImageBatchRepeatInterleaving",
"ImageBatchTestPattern",
"ImageConcanate",
"ImageGrabPIL",
@ -8890,7 +8910,6 @@
"OffsetMaskByNormalizedAmplitude",
"RemapImageRange",
"RemapMaskRange",
"ReplaceImagesInBatch",
"ResizeMask",
"ReverseImageBatch",
"RoundMask",
@ -11975,6 +11994,7 @@
"easy XYPlot",
"easy XYPlotAdvanced",
"easy a1111Loader",
"easy applyFooocusInpaint",
"easy boolean",
"easy cascadeKSampler",
"easy cascadeLoader",
@ -12214,6 +12234,14 @@
"title_aux": "ComfyUI-Pronodes"
}
],
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": [
[
"UpscalerTensorrt"
],
{
"title_aux": "ComfyUI Upscaler TensorRT"
}
],
"https://github.com/yuvraj108c/ComfyUI-Vsgan": [
[
"DepthAnythingTrtNode",

298
github-stats.json

@ -1,15 +1,15 @@
{
"https://github.com/ltdrdata/ComfyUI-Manager": {
"stars": 3606,
"last_update": "2024-05-02 11:07:02"
"stars": 3617,
"last_update": "2024-05-02 14:16:26"
},
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": {
"stars": 1190,
"last_update": "2024-05-01 10:12:52"
"stars": 1194,
"last_update": "2024-05-02 16:07:32"
},
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": {
"stars": 231,
"last_update": "2024-05-02 05:16:10"
"stars": 232,
"last_update": "2024-05-03 01:10:03"
},
"https://github.com/comfyanonymous/ComfyUI_experiments": {
"stars": 122,
@ -20,12 +20,12 @@
"last_update": "2023-08-18 19:03:06"
},
"https://github.com/Fannovel16/comfyui_controlnet_aux": {
"stars": 1281,
"stars": 1286,
"last_update": "2024-04-29 15:38:16"
},
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": {
"stars": 282,
"last_update": "2024-05-01 07:54:49"
"last_update": "2024-05-02 15:39:19"
},
"https://github.com/Fannovel16/ComfyUI-Loopchain": {
"stars": 25,
@ -40,7 +40,7 @@
"last_update": "2024-04-29 09:19:33"
},
"https://github.com/BlenderNeko/ComfyUI_Cutoff": {
"stars": 303,
"stars": 304,
"last_update": "2024-04-08 22:34:21"
},
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": {
@ -60,7 +60,7 @@
"last_update": "2023-09-11 10:09:22"
},
"https://github.com/jags111/efficiency-nodes-comfyui": {
"stars": 575,
"stars": 577,
"last_update": "2024-04-11 15:08:50"
},
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": {
@ -72,7 +72,7 @@
"last_update": "2023-12-27 16:47:20"
},
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": {
"stars": 246,
"stars": 248,
"last_update": "2024-04-29 10:46:24"
},
"https://github.com/paulo-coronado/comfy_clip_blip_node": {
@ -164,7 +164,7 @@
"last_update": "2024-01-09 14:14:18"
},
"https://github.com/city96/ComfyUI_NetDist": {
"stars": 184,
"stars": 185,
"last_update": "2024-02-15 17:34:51"
},
"https://github.com/city96/SD-Latent-Interposer": {
@ -188,7 +188,7 @@
"last_update": "2024-04-09 03:35:11"
},
"https://github.com/city96/ComfyUI_ExtraModels": {
"stars": 132,
"stars": 133,
"last_update": "2024-04-29 13:45:09"
},
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": {
@ -220,20 +220,20 @@
"last_update": "2024-04-17 09:44:09"
},
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": {
"stars": 320,
"stars": 321,
"last_update": "2024-04-04 01:15:12"
},
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": {
"stars": 1133,
"last_update": "2024-04-30 22:30:17"
"stars": 1138,
"last_update": "2024-05-03 01:26:04"
},
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": {
"stars": 22,
"last_update": "2024-03-01 23:00:05"
},
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": {
"stars": 264,
"last_update": "2024-05-02 07:03:56"
"stars": 267,
"last_update": "2024-05-03 10:49:29"
},
"https://github.com/Jordach/comfy-plasma": {
"stars": 43,
@ -284,7 +284,7 @@
"last_update": "2024-03-21 07:40:20"
},
"https://github.com/melMass/comfy_mtb": {
"stars": 289,
"stars": 290,
"last_update": "2024-05-02 05:58:48"
},
"https://github.com/xXAdonesXx/NodeGPT": {
@ -332,11 +332,11 @@
"last_update": "2024-02-01 04:09:13"
},
"https://github.com/shiimizu/ComfyUI_smZNodes": {
"stars": 121,
"last_update": "2024-05-01 20:30:56"
"stars": 122,
"last_update": "2024-05-03 02:51:04"
},
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": {
"stars": 164,
"stars": 166,
"last_update": "2024-04-11 21:32:24"
},
"https://github.com/ZaneA/ComfyUI-ImageReward": {
@ -352,15 +352,15 @@
"last_update": "2023-09-26 06:31:44"
},
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": {
"stars": 2466,
"stars": 2475,
"last_update": "2024-05-02 09:16:18"
},
"https://github.com/cubiq/ComfyUI_InstantID": {
"stars": 739,
"stars": 741,
"last_update": "2024-04-27 17:03:29"
},
"https://github.com/cubiq/ComfyUI_FaceAnalysis": {
"stars": 126,
"stars": 128,
"last_update": "2024-04-25 07:48:07"
},
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": {
@ -397,7 +397,7 @@
},
"https://github.com/sipherxyz/comfyui-art-venture": {
"stars": 63,
"last_update": "2024-05-02 10:06:35"
"last_update": "2024-05-02 23:31:34"
},
"https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": {
"stars": 4,
@ -420,11 +420,11 @@
"last_update": "2023-09-22 22:48:52"
},
"https://github.com/ArtVentureX/comfyui-animatediff": {
"stars": 597,
"stars": 598,
"last_update": "2024-01-06 09:18:52"
},
"https://github.com/twri/sdxl_prompt_styler": {
"stars": 540,
"stars": 541,
"last_update": "2024-03-24 18:55:24"
},
"https://github.com/wolfden/ComfyUi_PromptStylers": {
@ -441,7 +441,7 @@
},
"https://github.com/asagi4/comfyui-prompt-control": {
"stars": 140,
"last_update": "2024-04-30 19:23:36"
"last_update": "2024-05-02 20:38:56"
},
"https://github.com/asagi4/ComfyUI-CADS": {
"stars": 27,
@ -460,7 +460,7 @@
"last_update": "2024-03-10 06:45:45"
},
"https://github.com/adieyal/comfyui-dynamicprompts": {
"stars": 161,
"stars": 162,
"last_update": "2024-02-05 06:55:50"
},
"https://github.com/mihaiiancu/ComfyUI_Inpaint": {
@ -492,7 +492,7 @@
"last_update": "2024-04-04 19:49:52"
},
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": {
"stars": 2023,
"stars": 2024,
"last_update": "2024-05-01 19:47:01"
},
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": {
@ -500,7 +500,7 @@
"last_update": "2024-04-20 18:24:00"
},
"https://github.com/Gourieff/comfyui-reactor-node": {
"stars": 897,
"stars": 898,
"last_update": "2024-05-02 06:02:54"
},
"https://github.com/imb101/ComfyUI-FaceSwap": {
@ -512,7 +512,7 @@
"last_update": "2024-04-05 11:14:24"
},
"https://github.com/AIrjen/OneButtonPrompt": {
"stars": 656,
"stars": 657,
"last_update": "2024-04-16 19:24:12"
},
"https://github.com/coreyryanhanson/ComfyQR": {
@ -568,7 +568,7 @@
"last_update": "2023-08-15 18:42:40"
},
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": {
"stars": 12,
"stars": 13,
"last_update": "2024-02-02 11:09:18"
},
"https://github.com/ManglerFTW/ComfyI2I": {
@ -576,7 +576,7 @@
"last_update": "2023-11-03 11:09:53"
},
"https://github.com/theUpsider/ComfyUI-Logic": {
"stars": 78,
"stars": 79,
"last_update": "2023-12-12 20:29:49"
},
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": {
@ -600,11 +600,11 @@
"last_update": "2024-04-25 15:12:08"
},
"https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": {
"stars": 155,
"last_update": "2024-05-02 02:16:37"
"stars": 162,
"last_update": "2024-05-03 10:12:04"
},
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": {
"stars": 67,
"stars": 68,
"last_update": "2024-04-04 20:20:54"
},
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": {
@ -624,11 +624,11 @@
"last_update": "2024-02-12 07:46:02"
},
"https://github.com/rgthree/rgthree-comfy": {
"stars": 534,
"last_update": "2024-04-21 23:46:18"
"stars": 536,
"last_update": "2024-05-02 18:03:11"
},
"https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": {
"stars": 733,
"stars": 734,
"last_update": "2024-04-28 07:39:28"
},
"https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": {
@ -760,7 +760,7 @@
"last_update": "2024-01-25 22:09:37"
},
"https://github.com/Ttl/ComfyUi_NNLatentUpscale": {
"stars": 143,
"stars": 144,
"last_update": "2023-08-28 13:56:20"
},
"https://github.com/spro/comfyui-mirror": {
@ -776,7 +776,7 @@
"last_update": "2024-03-04 08:52:39"
},
"https://github.com/Acly/comfyui-inpaint-nodes": {
"stars": 294,
"stars": 296,
"last_update": "2024-04-24 04:17:56"
},
"https://github.com/picturesonpictures/comfy_PoP": {
@ -836,7 +836,7 @@
"last_update": "2023-09-13 02:56:53"
},
"https://github.com/spinagon/ComfyUI-seamless-tiling": {
"stars": 61,
"stars": 62,
"last_update": "2024-01-29 03:45:40"
},
"https://github.com/tusharbhutt/Endless-Nodes": {
@ -860,7 +860,7 @@
"last_update": "2023-09-21 14:49:12"
},
"https://github.com/receyuki/comfyui-prompt-reader-node": {
"stars": 164,
"stars": 165,
"last_update": "2024-04-08 18:19:54"
},
"https://github.com/rklaffehn/rk-comfy-nodes": {
@ -868,7 +868,7 @@
"last_update": "2024-01-23 17:12:45"
},
"https://github.com/cubiq/ComfyUI_essentials": {
"stars": 223,
"stars": 225,
"last_update": "2024-04-29 14:50:30"
},
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": {
@ -880,7 +880,7 @@
"last_update": "2024-04-18 04:28:09"
},
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": {
"stars": 1014,
"stars": 1015,
"last_update": "2024-04-21 14:51:14"
},
"https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": {
@ -892,15 +892,15 @@
"last_update": "2024-02-02 23:38:25"
},
"https://github.com/chrisgoringe/cg-image-picker": {
"stars": 135,
"stars": 136,
"last_update": "2024-04-22 14:41:30"
},
"https://github.com/chrisgoringe/cg-use-everywhere": {
"stars": 276,
"stars": 277,
"last_update": "2024-05-02 04:05:32"
},
"https://github.com/chrisgoringe/cg-prompt-info": {
"stars": 23,
"stars": 24,
"last_update": "2024-04-10 01:08:34"
},
"https://github.com/TGu-97/ComfyUI-TGu-utils": {
@ -921,10 +921,10 @@
},
"https://github.com/kijai/ComfyUI-KJNodes": {
"stars": 207,
"last_update": "2024-05-02 07:01:51"
"last_update": "2024-05-03 10:52:33"
},
"https://github.com/kijai/ComfyUI-CCSR": {
"stars": 109,
"stars": 110,
"last_update": "2024-03-18 10:10:20"
},
"https://github.com/kijai/ComfyUI-SVD": {
@ -956,7 +956,7 @@
"last_update": "2024-03-11 00:50:24"
},
"https://github.com/kijai/ComfyUI-SUPIR": {
"stars": 941,
"stars": 943,
"last_update": "2024-04-23 10:04:12"
},
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": {
@ -968,7 +968,7 @@
"last_update": "2024-04-15 09:44:58"
},
"https://github.com/thedyze/save-image-extended-comfyui": {
"stars": 59,
"stars": 60,
"last_update": "2023-11-09 17:48:44"
},
"https://github.com/SOELexicon/ComfyUI-LexTools": {
@ -985,10 +985,10 @@
},
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": {
"stars": 11,
"last_update": "2024-05-02 12:23:34"
"last_update": "2024-05-03 07:31:45"
},
"https://github.com/storyicon/comfyui_segment_anything": {
"stars": 411,
"stars": 414,
"last_update": "2024-04-29 15:07:42"
},
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": {
@ -1020,11 +1020,11 @@
"last_update": "2023-12-18 23:42:52"
},
"https://github.com/THtianhao/ComfyUI-Portrait-Maker": {
"stars": 152,
"stars": 153,
"last_update": "2024-03-07 06:45:14"
},
"https://github.com/THtianhao/ComfyUI-FaceChain": {
"stars": 73,
"stars": 74,
"last_update": "2024-04-12 03:48:33"
},
"https://github.com/zer0TF/cute-comfy": {
@ -1040,8 +1040,8 @@
"last_update": "2024-02-27 12:47:52"
},
"https://github.com/chflame163/ComfyUI_LayerStyle": {
"stars": 434,
"last_update": "2024-05-01 14:20:01"
"stars": 436,
"last_update": "2024-05-03 09:40:47"
},
"https://github.com/chflame163/ComfyUI_FaceSimilarity": {
"stars": 3,
@ -1052,8 +1052,8 @@
"last_update": "2023-10-20 16:33:23"
},
"https://github.com/shadowcz007/comfyui-mixlab-nodes": {
"stars": 703,
"last_update": "2024-05-02 11:02:37"
"stars": 707,
"last_update": "2024-05-03 10:35:39"
},
"https://github.com/shadowcz007/comfyui-ultralytics-yolo": {
"stars": 12,
@ -1076,7 +1076,7 @@
"last_update": "2023-11-11 21:24:33"
},
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": {
"stars": 73,
"stars": 74,
"last_update": "2023-12-01 00:09:15"
},
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": {
@ -1168,7 +1168,7 @@
"last_update": "2024-02-15 05:52:28"
},
"https://github.com/banodoco/steerable-motion": {
"stars": 565,
"stars": 567,
"last_update": "2024-05-02 11:33:31"
},
"https://github.com/gemell1/ComfyUI_GMIC": {
@ -1184,7 +1184,7 @@
"last_update": "2023-12-06 12:47:18"
},
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": {
"stars": 2,
"stars": 3,
"last_update": "2024-01-04 17:52:44"
},
"https://github.com/ka-puna/comfyui-yanc": {
@ -1192,7 +1192,7 @@
"last_update": "2023-12-10 21:29:12"
},
"https://github.com/Amorano/Jovimetrix": {
"stars": 117,
"stars": 119,
"last_update": "2024-05-01 09:13:25"
},
"https://github.com/Umikaze-job/select_folder_path_easy": {
@ -1244,7 +1244,7 @@
"last_update": "2023-12-03 12:32:49"
},
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": {
"stars": 406,
"stars": 407,
"last_update": "2024-04-27 10:15:08"
},
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": {
@ -1260,7 +1260,7 @@
"last_update": "2024-01-09 19:24:47"
},
"https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": {
"stars": 25,
"stars": 27,
"last_update": "2024-03-11 09:48:04"
},
"https://github.com/Danand/ComfyUI-ComfyCouple": {
@ -1292,7 +1292,7 @@
"last_update": "2024-04-17 20:02:42"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": {
"stars": 519,
"stars": 520,
"last_update": "2024-04-17 19:57:55"
},
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": {
@ -1308,7 +1308,7 @@
"last_update": "2024-04-17 20:02:02"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": {
"stars": 713,
"stars": 714,
"last_update": "2024-04-17 20:01:40"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": {
@ -1324,7 +1324,7 @@
"last_update": "2024-04-17 20:03:27"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": {
"stars": 365,
"stars": 366,
"last_update": "2024-04-30 01:42:11"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": {
@ -1332,7 +1332,7 @@
"last_update": "2024-04-17 20:03:46"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": {
"stars": 474,
"stars": 475,
"last_update": "2024-04-17 20:00:02"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": {
@ -1340,7 +1340,7 @@
"last_update": "2024-04-17 20:00:46"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": {
"stars": 98,
"stars": 100,
"last_update": "2024-04-17 19:59:42"
},
"https://github.com/kenjiqq/qq-nodes-comfyui": {
@ -1396,7 +1396,7 @@
"last_update": "2024-02-01 16:57:40"
},
"https://github.com/Haoming02/comfyui-diffusion-cg": {
"stars": 40,
"stars": 41,
"last_update": "2024-03-22 19:10:11"
},
"https://github.com/Haoming02/comfyui-prompt-format": {
@ -1416,7 +1416,7 @@
"last_update": "2023-12-14 08:24:49"
},
"https://github.com/Haoming02/comfyui-floodgate": {
"stars": 23,
"stars": 24,
"last_update": "2024-01-31 09:08:14"
},
"https://github.com/bedovyy/ComfyUI_NAIDGenerator": {
@ -1448,7 +1448,7 @@
"last_update": "2024-04-21 07:59:14"
},
"https://github.com/11cafe/comfyui-workspace-manager": {
"stars": 655,
"stars": 659,
"last_update": "2024-04-30 11:17:56"
},
"https://github.com/knuknX/ComfyUI-Image-Tools": {
@ -1460,7 +1460,7 @@
"last_update": "2023-12-25 17:55:50"
},
"https://github.com/filliptm/ComfyUI_Fill-Nodes": {
"stars": 33,
"stars": 35,
"last_update": "2024-04-29 10:27:35"
},
"https://github.com/zfkun/ComfyUI_zfkun": {
@ -1472,12 +1472,12 @@
"last_update": "2023-12-13 11:36:14"
},
"https://github.com/talesofai/comfyui-browser": {
"stars": 373,
"stars": 372,
"last_update": "2024-04-27 07:37:27"
},
"https://github.com/yolain/ComfyUI-Easy-Use": {
"stars": 357,
"last_update": "2024-05-02 04:06:55"
"last_update": "2024-05-03 10:25:42"
},
"https://github.com/bruefire/ComfyUI-SeqImageLoader": {
"stars": 25,
@ -1532,7 +1532,7 @@
"last_update": "2024-04-10 23:47:22"
},
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": {
"stars": 13,
"stars": 16,
"last_update": "2024-05-02 11:13:16"
},
"https://github.com/AI2lab/comfyUI-tool-2lab": {
@ -1549,7 +1549,7 @@
},
"https://github.com/NimaNzrii/comfyui-photoshop": {
"stars": 53,
"last_update": "2024-05-01 12:58:43"
"last_update": "2024-05-03 10:42:13"
},
"https://github.com/rui40000/RUI-Nodes": {
"stars": 11,
@ -1568,15 +1568,15 @@
"last_update": "2023-12-16 19:21:57"
},
"https://github.com/BennyKok/comfyui-deploy": {
"stars": 574,
"stars": 575,
"last_update": "2024-04-30 19:56:30"
},
"https://github.com/florestefano1975/comfyui-portrait-master": {
"stars": 680,
"stars": 682,
"last_update": "2024-05-02 10:01:11"
},
"https://github.com/florestefano1975/comfyui-prompt-composer": {
"stars": 195,
"stars": 196,
"last_update": "2024-04-18 16:19:36"
},
"https://github.com/mozman/ComfyUI_mozman_nodes": {
@ -1604,7 +1604,7 @@
"last_update": "2024-04-23 11:02:37"
},
"https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": {
"stars": 56,
"stars": 57,
"last_update": "2024-05-01 08:26:32"
},
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes": {
@ -1633,7 +1633,7 @@
},
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": {
"stars": 19,
"last_update": "2024-05-01 14:03:33"
"last_update": "2024-05-03 02:53:03"
},
"https://github.com/styler00dollar/ComfyUI-deepcache": {
"stars": 5,
@ -1652,7 +1652,7 @@
"last_update": "2024-03-08 11:07:01"
},
"https://github.com/edenartlab/eden_comfy_pipelines": {
"stars": 28,
"stars": 29,
"last_update": "2024-04-26 20:32:01"
},
"https://github.com/pkpkTech/ComfyUI-SaveAVIF": {
@ -1672,7 +1672,7 @@
"last_update": "2024-02-17 14:26:26"
},
"https://github.com/crystian/ComfyUI-Crystools": {
"stars": 368,
"stars": 370,
"last_update": "2024-04-20 03:03:23"
},
"https://github.com/crystian/ComfyUI-Crystools-save": {
@ -1732,11 +1732,11 @@
"last_update": "2024-03-24 19:03:45"
},
"https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": {
"stars": 317,
"stars": 318,
"last_update": "2024-03-19 10:49:59"
},
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": {
"stars": 108,
"stars": 109,
"last_update": "2024-04-03 23:47:03"
},
"https://github.com/massao000/ComfyUI_aspect_ratios": {
@ -1756,7 +1756,7 @@
"last_update": "2024-01-04 14:41:18"
},
"https://github.com/chaojie/ComfyUI-AniPortrait": {
"stars": 216,
"stars": 217,
"last_update": "2024-04-02 03:06:43"
},
"https://github.com/chaojie/ComfyUI-Img2Img-Turbo": {
@ -1812,7 +1812,7 @@
"last_update": "2024-03-19 03:37:48"
},
"https://github.com/chaojie/ComfyUI-DragNUWA": {
"stars": 344,
"stars": 345,
"last_update": "2024-03-14 06:56:41"
},
"https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": {
@ -1844,7 +1844,7 @@
"last_update": "2024-04-13 17:45:06"
},
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": {
"stars": 397,
"stars": 398,
"last_update": "2024-02-02 14:19:37"
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": {
@ -1953,7 +1953,7 @@
},
"https://github.com/JaredTherriault/ComfyUI-JNodes": {
"stars": 6,
"last_update": "2024-05-02 05:19:52"
"last_update": "2024-05-02 23:06:54"
},
"https://github.com/prozacgod/comfyui-pzc-multiworkspace": {
"stars": 6,
@ -2000,7 +2000,7 @@
"last_update": "2024-03-01 02:57:07"
},
"https://github.com/longgui0318/comfyui-oms-diffusion": {
"stars": 12,
"stars": 14,
"last_update": "2024-04-28 03:29:42"
},
"https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": {
@ -2028,7 +2028,7 @@
"last_update": "2024-01-26 06:28:40"
},
"https://github.com/gokayfem/ComfyUI_VLM_nodes": {
"stars": 198,
"stars": 200,
"last_update": "2024-04-23 23:50:30"
},
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter": {
@ -2056,7 +2056,7 @@
"last_update": "2024-02-05 08:32:57"
},
"https://github.com/blepping/ComfyUI-bleh": {
"stars": 25,
"stars": 26,
"last_update": "2024-04-30 22:37:08"
},
"https://github.com/blepping/ComfyUI-sonar": {
@ -2072,7 +2072,7 @@
"last_update": "2024-01-27 15:25:00"
},
"https://github.com/mape/ComfyUI-mape-Helpers": {
"stars": 95,
"stars": 96,
"last_update": "2024-02-07 16:58:47"
},
"https://github.com/zhongpei/Comfyui_image2prompt": {
@ -2080,7 +2080,7 @@
"last_update": "2024-04-29 02:19:11"
},
"https://github.com/zhongpei/ComfyUI-InstructIR": {
"stars": 54,
"stars": 55,
"last_update": "2024-02-01 06:40:40"
},
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": {
@ -2137,7 +2137,7 @@
},
"https://github.com/davask/ComfyUI-MarasIT-Nodes": {
"stars": 21,
"last_update": "2024-05-01 22:53:44"
"last_update": "2024-05-03 09:48:58"
},
"https://github.com/yffyhk/comfyui_auto_danbooru": {
"stars": 0,
@ -2176,7 +2176,7 @@
"last_update": "2024-02-25 12:35:13"
},
"https://github.com/XmYx/deforum-comfy-nodes": {
"stars": 85,
"stars": 86,
"last_update": "2024-04-11 00:45:00"
},
"https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": {
@ -2228,7 +2228,7 @@
"last_update": "2024-05-01 05:32:32"
},
"https://github.com/mirabarukaso/ComfyUI_Mira": {
"stars": 8,
"stars": 9,
"last_update": "2024-04-30 12:30:41"
},
"https://github.com/1038lab/ComfyUI-GPT2P": {
@ -2241,7 +2241,7 @@
},
"https://github.com/klinter007/klinter_nodes": {
"stars": 2,
"last_update": "2024-05-02 10:10:29"
"last_update": "2024-05-02 14:41:48"
},
"https://github.com/Ludobico/ComfyUI-ScenarioPrompt": {
"stars": 12,
@ -2280,7 +2280,7 @@
"last_update": "2024-02-26 09:37:16"
},
"https://github.com/AuroBit/ComfyUI-OOTDiffusion": {
"stars": 290,
"stars": 291,
"last_update": "2024-03-26 02:44:57"
},
"https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": {
@ -2364,7 +2364,7 @@
"last_update": "2024-03-09 21:16:31"
},
"https://github.com/huchenlei/ComfyUI_DanTagGen": {
"stars": 42,
"stars": 43,
"last_update": "2024-04-28 15:36:22"
},
"https://github.com/nathannlu/ComfyUI-Pets": {
@ -2460,7 +2460,7 @@
"last_update": "2024-03-08 22:53:27"
},
"https://github.com/stavsap/comfyui-ollama": {
"stars": 66,
"stars": 67,
"last_update": "2024-04-07 20:49:11"
},
"https://github.com/dchatel/comfyui_facetools": {
@ -2488,7 +2488,7 @@
"last_update": "2024-03-13 08:26:09"
},
"https://github.com/if-ai/ComfyUI-IF_AI_tools": {
"stars": 213,
"stars": 215,
"last_update": "2024-04-27 09:27:21"
},
"https://github.com/dmMaze/sketch2manga": {
@ -2504,7 +2504,7 @@
"last_update": "2024-03-31 14:14:24"
},
"https://github.com/ForeignGods/ComfyUI-Mana-Nodes": {
"stars": 156,
"stars": 157,
"last_update": "2024-04-28 17:33:13"
},
"https://github.com/madtunebk/ComfyUI-ControlnetAux": {
@ -2528,7 +2528,7 @@
"last_update": "2024-05-01 07:26:09"
},
"https://github.com/daxcay/ComfyUI-JDCN": {
"stars": 21,
"stars": 23,
"last_update": "2024-05-01 17:56:08"
},
"https://github.com/Seedsa/Fooocus_Nodes": {
@ -2568,7 +2568,7 @@
"last_update": "2024-03-26 16:55:10"
},
"https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": {
"stars": 32,
"stars": 33,
"last_update": "2024-04-26 19:44:51"
},
"https://github.com/hay86/ComfyUI_Dreamtalk": {
@ -2605,10 +2605,10 @@
},
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": {
"stars": 8,
"last_update": "2024-04-28 18:02:55"
"last_update": "2024-05-03 07:02:40"
},
"https://github.com/jiaxiangc/ComfyUI-ResAdapter": {
"stars": 251,
"stars": 250,
"last_update": "2024-04-06 09:25:46"
},
"https://github.com/ParisNeo/lollms_nodes_suite": {
@ -2648,8 +2648,8 @@
"last_update": "2024-04-01 10:47:39"
},
"https://github.com/comfyanonymous/ComfyUI": {
"stars": 33766,
"last_update": "2024-05-02 07:35:31"
"stars": 33830,
"last_update": "2024-05-03 09:49:57"
},
"https://github.com/chaojie/ComfyUI-MuseV": {
"stars": 88,
@ -2732,7 +2732,7 @@
"last_update": "2024-04-23 08:01:58"
},
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": {
"stars": 33,
"stars": 34,
"last_update": "2024-04-29 02:27:15"
},
"https://github.com/tsogzark/ComfyUI-load-image-from-url": {
@ -2812,8 +2812,8 @@
"last_update": "2024-04-25 06:50:39"
},
"https://github.com/nullquant/ComfyUI-BrushNet": {
"stars": 134,
"last_update": "2024-05-02 09:34:49"
"stars": 137,
"last_update": "2024-05-03 09:13:59"
},
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": {
"stars": 114,
@ -2824,7 +2824,7 @@
"last_update": "2024-05-02 09:59:43"
},
"https://github.com/kijai/ComfyUI-BrushNet-Wrapper": {
"stars": 81,
"stars": 82,
"last_update": "2024-05-01 16:10:34"
},
"https://github.com/unwdef/unwdef-nodes-comfyui": {
@ -2840,7 +2840,7 @@
"last_update": "2024-04-21 02:35:06"
},
"https://github.com/AIFSH/ComfyUI-GPT_SoVITS": {
"stars": 105,
"stars": 107,
"last_update": "2024-04-30 08:24:53"
},
"https://github.com/royceschultz/ComfyUI-TranscriptionTools": {
@ -2917,10 +2917,10 @@
},
"https://github.com/heshengtao/comfyui_LLM_party": {
"stars": 40,
"last_update": "2024-05-01 15:37:09"
"last_update": "2024-05-03 03:52:17"
},
"https://github.com/frankchieng/ComfyUI_MagicClothing": {
"stars": 312,
"stars": 318,
"last_update": "2024-04-28 03:21:51"
},
"https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": {
@ -2928,15 +2928,15 @@
"last_update": "2024-04-30 08:27:59"
},
"https://github.com/JettHu/ComfyUI_TGate": {
"stars": 28,
"stars": 29,
"last_update": "2024-05-02 06:37:30"
},
"https://github.com/VAST-AI-Research/ComfyUI-Tripo": {
"stars": 37,
"stars": 38,
"last_update": "2024-04-18 11:37:22"
},
"https://github.com/Stability-AI/ComfyUI-SAI_API": {
"stars": 28,
"stars": 29,
"last_update": "2024-04-24 23:40:33"
},
"https://github.com/chaojie/ComfyUI-CameraCtrl": {
@ -2968,7 +2968,7 @@
"last_update": "2024-04-30 03:35:57"
},
"https://github.com/TencentQQGYLab/ComfyUI-ELLA": {
"stars": 161,
"stars": 166,
"last_update": "2024-04-30 04:08:16"
},
"https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": {
@ -2980,7 +2980,7 @@
"last_update": "2024-04-19 16:38:57"
},
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": {
"stars": 9,
"stars": 10,
"last_update": "2024-04-19 10:52:02"
},
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": {
@ -2992,7 +2992,7 @@
"last_update": "2024-04-21 17:10:35"
},
"https://github.com/Fannovel16/ComfyUI-MagickWand": {
"stars": 52,
"stars": 54,
"last_update": "2024-04-28 10:13:50"
},
"https://github.com/AIFSH/ComfyUI-WhisperX": {
@ -3000,8 +3000,8 @@
"last_update": "2024-04-30 01:49:22"
},
"https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": {
"stars": 29,
"last_update": "2024-04-30 20:03:45"
"stars": 34,
"last_update": "2024-05-03 04:44:45"
},
"https://github.com/blueraincoatli/comfyUI_SillyNodes": {
"stars": 2,
@ -3020,7 +3020,7 @@
"last_update": "2024-04-29 15:28:22"
},
"https://github.com/longgui0318/comfyui-magic-clothing": {
"stars": 12,
"stars": 14,
"last_update": "2024-04-28 03:29:42"
},
"https://github.com/huchenlei/ComfyUI-openpose-editor": {
@ -3036,7 +3036,7 @@
"last_update": "2024-04-25 03:38:51"
},
"https://github.com/shinich39/comfyui-local-db": {
"stars": 0,
"stars": 1,
"last_update": "2024-05-02 00:51:05"
},
"https://github.com/randjtw/advance-aesthetic-score": {
@ -3048,7 +3048,7 @@
"last_update": "2024-04-30 10:37:38"
},
"https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": {
"stars": 98,
"stars": 100,
"last_update": "2024-04-30 10:02:11"
},
"https://github.com/jeffy5/comfyui-faceless-node": {
@ -3056,20 +3056,20 @@
"last_update": "2024-04-30 07:22:34"
},
"https://github.com/TaiTair/comfyui-simswap": {
"stars": 1,
"stars": 2,
"last_update": "2024-04-27 17:29:46"
},
"https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": {
"stars": 5,
"stars": 6,
"last_update": "2024-04-26 11:16:06"
},
"https://github.com/daxcay/ComfyUI-DRMN": {
"stars": 4,
"stars": 3,
"last_update": "2024-05-01 17:06:44"
},
"https://github.com/chrisfreilich/virtuoso-nodes": {
"stars": 9,
"last_update": "2024-05-02 02:46:20"
"stars": 10,
"last_update": "2024-05-03 03:36:37"
},
"https://github.com/Shinsplat/ComfyUI-Shinsplat": {
"stars": 2,
@ -3080,15 +3080,15 @@
"last_update": "2024-04-27 11:46:50"
},
"https://github.com/florestefano1975/ComfyUI-HiDiffusion": {
"stars": 48,
"last_update": "2024-04-29 16:53:05"
"stars": 55,
"last_update": "2024-05-02 15:22:16"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": {
"stars": 122,
"last_update": "2024-04-26 15:03:13"
},
"https://github.com/blepping/comfyui_jankhidiffusion": {
"stars": 44,
"stars": 47,
"last_update": "2024-04-29 14:21:42"
},
"https://github.com/da2el-ai/ComfyUI-d2-steps": {
@ -3108,7 +3108,7 @@
"last_update": "2024-04-27 13:25:08"
},
"https://github.com/JettHu/ComfyUI-TCD": {
"stars": 34,
"stars": 37,
"last_update": "2024-05-02 06:00:21"
},
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": {
@ -3124,11 +3124,11 @@
"last_update": "2024-04-29 12:36:18"
},
"https://github.com/kealiu/ComfyUI-Zero123-Porting": {
"stars": 3,
"last_update": "2024-05-02 03:16:56"
"stars": 4,
"last_update": "2024-05-03 03:15:54"
},
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
"stars": 28,
"stars": 32,
"last_update": "2024-05-02 04:11:14"
},
"https://github.com/Nestorchik/NStor-ComfyUI-Translation": {
@ -3144,7 +3144,15 @@
"last_update": "2024-04-30 01:57:18"
},
"https://github.com/alessandrozonta/ComfyUI-CenterNode": {
"stars": 0,
"stars": 2,
"last_update": "2024-05-02 11:17:11"
},
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": {
"stars": 6,
"last_update": "2024-05-03 11:06:55"
},
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": {
"stars": 1,
"last_update": "2024-05-03 09:30:52"
}
}

21
node_db/dev/custom-node-list.json

@ -9,6 +9,27 @@
"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": "GraftingRayman",
"title": "ComfyUI-GR",
"reference": "https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector",
"files": [
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector"
],
"install_type": "git-clone",
"description": "Nodes:GR Prompt Selector"
},
{
"author": "oztrkoguz",
"title": "Kosmos2_BBox_Cutter Models",
"reference": "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter",
"files": [
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter"
],
"install_type": "git-clone",
"description": "Nodes:KosmosLoader, Kosmos2SamplerSimple, Write"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-PuLID-ZHO [WIP]",

60
node_db/new/custom-node-list.json

@ -10,6 +10,26 @@
},
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",
"reference": "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations",
"files": [
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations"
],
"install_type": "git-clone",
"description": "Permutes a mask batch to present possible additive combinations. Passing a mask batch (e.g. out of [a/SEGS to Mask Batch](https://github.com/ltdrdata/ComfyUI-Impact-Pack)) will return a new mask batch representing all the possible combinations of the included masks. So, a mask batch with two mask sections, 'A' and 'B', will return a batch containing an empty mask, an empty mask & A, an empty mask & B, and an empty mask & A & B."
},
{
"author": "yuvraj108c",
"title": "ComfyUI Upscaler TensorRT",
"reference": "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt",
"files": [
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
],
"install_type": "git-clone",
"description": "This project provides a Tensorrt implementation for fast image upscaling inside ComfyUI (3-4x faster)"
},
{
"author": "alessandrozonta",
"title": "Bounding Box Crop Node for ComfyUI",
@ -20,6 +40,16 @@
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},
{
"author": "Gourieff",
"title": "ComfyUI-FutureWarningIgnore",
"reference": "https://github.com/Gourieff/ComfyUI-FutureWarningIgnore",
"files": [
"https://github.com/Gourieff/ComfyUI-FutureWarningIgnore/raw/main/0_FutureWarningIgnore.py"
],
"install_type": "copy",
"description": "This extension collapses 'future warning'"
},
{
"author": "kealiu",
"title": "ComfyUI-Zero123-Porting",
@ -659,36 +689,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI InstantMesh is custom nodes that running TencentARC/InstantMesh into ComfyUI, this extension depends on ComfyUI-3D-Pack. Please refer to Readme carefully to install."
},
{
"author": "kunieone",
"title": "ComfyUI_alkaid",
"reference": "https://github.com/kunieone/ComfyUI_alkaid",
"files": [
"https://github.com/kunieone/ComfyUI_alkaid"
],
"install_type": "git-clone",
"description": "Nodes:A_Face3DSwapper, A_FaceCrop, A_FacePaste, A_OpenPosePreprocessor, A_EmptyLatentImageLongside, A_GetImageSize, AlkaidLoader, AdapterFaceLoader, AdapterStyleLoader, ..."
},
{
"author": "royceschultz",
"title": "ComfyUI-TranscriptionTools",
"reference": "https://github.com/royceschultz/ComfyUI-TranscriptionTools",
"files": [
"https://github.com/royceschultz/ComfyUI-TranscriptionTools"
],
"install_type": "git-clone",
"description": "Transcribe audio and video files in ComfyUI."
},
{
"author": "turkyden",
"title": "ComfyUI-Sticker",
"reference": "https://github.com/turkyden/ComfyUI-Sticker",
"files": [
"https://github.com/turkyden/ComfyUI-Sticker"
],
"install_type": "git-clone",
"description": "image to sticker"
}
]
}

42
node_db/new/extension-node-map.json

@ -1136,7 +1136,8 @@
"Make Interpolation State List",
"RIFE VFI",
"STMFNet VFI",
"Sepconv VFI"
"Sepconv VFI",
"VFI FloatToInt"
],
{
"title_aux": "ComfyUI Frame Interpolation"
@ -4036,7 +4037,7 @@
{
"author": "tinyterra",
"description": "This extension offers various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.",
"nickname": "ttNodes",
"nickname": "\ud83c\udf0f",
"nodename_pattern": "^ttN ",
"title": "tinyterraNodes",
"title_aux": "ComfyUI_tinyterraNodes"
@ -6237,12 +6238,19 @@
"LayerMask: Shadow & Highlight Mask",
"LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay",
"LayerStyle: ColorOverlay V2",
"LayerStyle: DropShadow",
"LayerStyle: DropShadow V2",
"LayerStyle: GradientOverlay",
"LayerStyle: GradientOverlay V2",
"LayerStyle: InnerGlow",
"LayerStyle: InnerGlow V2",
"LayerStyle: InnerShadow",
"LayerStyle: InnerShadow V2",
"LayerStyle: OuterGlow",
"LayerStyle: OuterGlow V2",
"LayerStyle: Stroke",
"LayerStyle: Stroke V2",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: ColorImage",
@ -6262,7 +6270,9 @@
"LayerUtility: ImageAutoCrop",
"LayerUtility: ImageAutoCrop V2",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlend V2",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageBlendAdvance V2",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageCombineAlpha",
@ -6293,6 +6303,10 @@
"LayerUtility: XY to Percent"
],
{
"author": "Chris Freilich",
"description": "This extension provides a blend modes node with 30 blend modes.",
"nickname": "Virtuoso Pack - Blend Nodes",
"title": "Virtuoso Pack - Blend Modes",
"title_aux": "ComfyUI Layer Style"
}
],
@ -6900,6 +6914,14 @@
"title_aux": "ComfyUI Essentials"
}
],
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [
[
"PermuteMaskBatch"
],
{
"title_aux": "ComfyUI-MaskBatchPermutations"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@ -8853,18 +8875,16 @@
"FloatConstant",
"FloatToMask",
"FloatToSigmas",
"GLIGENTextBoxApplyBatch",
"GLIGENTextBoxApplyBatchCoords",
"GenerateNoise",
"GetImageRangeFromBatch",
"GetImagesFromBatchIndexed",
"GetImageSizeAndCount",
"GetLatentsFromBatchIndexed",
"GetMaskSize",
"GetMaskSizeAndCount",
"GrowMaskWithBlur",
"INTConstant",
"ImageAndMaskPreview",
"ImageBatchMulti",
"ImageBatchRepeatInterleaving",
"ImageBatchTestPattern",
"ImageConcanate",
"ImageGrabPIL",
@ -8890,7 +8910,6 @@
"OffsetMaskByNormalizedAmplitude",
"RemapImageRange",
"RemapMaskRange",
"ReplaceImagesInBatch",
"ResizeMask",
"ReverseImageBatch",
"RoundMask",
@ -11975,6 +11994,7 @@
"easy XYPlot",
"easy XYPlotAdvanced",
"easy a1111Loader",
"easy applyFooocusInpaint",
"easy boolean",
"easy cascadeKSampler",
"easy cascadeLoader",
@ -12214,6 +12234,14 @@
"title_aux": "ComfyUI-Pronodes"
}
],
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": [
[
"UpscalerTensorrt"
],
{
"title_aux": "ComfyUI Upscaler TensorRT"
}
],
"https://github.com/yuvraj108c/ComfyUI-Vsgan": [
[
"DepthAnythingTrtNode",

4
scanner.py

@ -44,7 +44,7 @@ def extract_nodes(code_text):
assignments = (node for node in parsed_code.body if isinstance(node, ast.Assign))
for assignment in assignments:
if isinstance(assignment.targets[0], ast.Name) and assignment.targets[0].id == 'NODE_CLASS_MAPPINGS':
if isinstance(assignment.targets[0], ast.Name) and assignment.targets[0].id in ['NODE_CONFIG', 'NODE_CLASS_MAPPINGS']:
node_class_mappings = assignment.value
break
else:
@ -208,7 +208,7 @@ def clone_or_pull_git_repository(git_url):
try:
repo = Repo(repo_dir)
origin = repo.remote(name="origin")
origin.pull(rebase=True)
origin.pull()
repo.git.submodule('update', '--init', '--recursive')
print(f"Pulling {repo_name}...")
except Exception as e:

Loading…
Cancel
Save