update DB

This commit is contained in:
Dr.Lt.Data 2024-09-01 15:48:49 +09:00
parent bfb9a7b855
commit f75384ecdd
8 changed files with 1035 additions and 962 deletions

View File

@ -9198,6 +9198,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)" "description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)"
}, },
{
"author": "AIFSH",
"title": "VideoSys-ComfyUI",
"reference": "https://github.com/AIFSH/VideoSys-ComfyUI",
"files": [
"https://github.com/AIFSH/VideoSys-ComfyUI"
],
"install_type": "git-clone",
"description": "NODES:TextNode, PreViewVideo, VideoSysNode."
},
{ {
"author": "Koishi-Star", "author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler", "title": "Euler-Smea-Dyn-Sampler",
@ -9514,7 +9524,7 @@
"https://github.com/pamparamm/ComfyUI-vectorscope-cc" "https://github.com/pamparamm/ComfyUI-vectorscope-cc"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI port of a wonderful extension [a/SD Webui Vectorscope CC by Haoming02](https://github.com/Haoming02/sd-webui-vectorscope-cc).\nBased on (and probably incompatible with) [a/ComfyUI Diffusion Color Grading by Haoming02](https://github.com/Haoming02/comfyui-diffusion-cg)." "description": "ComfyUI port of Vectorscope CC and Diffusion Color Grading by Haoming02. Makes it possible to adjust Brightness/Contrast/Saturation/Hue during image generation."
}, },
{ {
"author": "pamparamm", "author": "pamparamm",
@ -14043,7 +14053,7 @@
"https://github.com/k-komarov/comfyui-bunny-cdn-storage" "https://github.com/k-komarov/comfyui-bunny-cdn-storage"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": " Save Your Image to BunnyStorage" "description": "Save Your Image to BunnyStorage"
}, },
@ -14062,7 +14072,6 @@
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",

View File

@ -594,6 +594,16 @@
"title_aux": "StyleShot-ComfyUI" "title_aux": "StyleShot-ComfyUI"
} }
], ],
"https://github.com/AIFSH/VideoSys-ComfyUI": [
[
"PreViewVideo",
"TextNode",
"VideoSysNode"
],
{
"title_aux": "VideoSys-ComfyUI"
}
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [ "https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[ [
"VocalSeparationNode" "VocalSeparationNode"
@ -3061,7 +3071,9 @@
"JNodes_ConditioningInOut", "JNodes_ConditioningInOut",
"JNodes_CreateStereoscopicImageFromDepth", "JNodes_CreateStereoscopicImageFromDepth",
"JNodes_FloatLiteral", "JNodes_FloatLiteral",
"JNodes_GetCleanFilename",
"JNodes_GetComfyDirectory", "JNodes_GetComfyDirectory",
"JNodes_GetLeafDirectory",
"JNodes_GetOutputDirectory", "JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList", "JNodes_GetParameterFromList",
"JNodes_GetParameterGlobal", "JNodes_GetParameterGlobal",
@ -12020,6 +12032,7 @@
"file_combine", "file_combine",
"file_combine_plus", "file_combine_plus",
"flux_persona", "flux_persona",
"genai_api_loader",
"get_string", "get_string",
"github_tool", "github_tool",
"google_loader", "google_loader",
@ -12660,6 +12673,7 @@
"CR Switch Model and CLIP JK", "CR Switch Model and CLIP JK",
"CR Text Input Switch JK", "CR Text Input Switch JK",
"CR VAE Input Switch JK", "CR VAE Input Switch JK",
"CR_Apply Multi-ControlNet SD3 JK",
"Ckpt Loader JK", "Ckpt Loader JK",
"Detailer Parameters JK", "Detailer Parameters JK",
"Embedding Picker JK", "Embedding Picker JK",
@ -12677,6 +12691,7 @@
"Metadata Pipe JK", "Metadata Pipe JK",
"NodesState JK", "NodesState JK",
"Noise Injection Parameters JK", "Noise Injection Parameters JK",
"Noise Injection Pipe Extract JK",
"Orbit Poses JK", "Orbit Poses JK",
"OrbitLists to OrbitPoses JK", "OrbitLists to OrbitPoses JK",
"OrbitPoses to OrbitLists JK", "OrbitPoses to OrbitLists JK",
@ -12692,6 +12707,7 @@
"Reroute List JK", "Reroute List JK",
"Reroute Resize JK", "Reroute Resize JK",
"Reroute Sampler JK", "Reroute Sampler JK",
"Reroute String JK",
"Reroute Upscale JK", "Reroute Upscale JK",
"Reroute Vae JK", "Reroute Vae JK",
"SDXLPromptStylerAll", "SDXLPromptStylerAll",
@ -13417,11 +13433,10 @@
"Axis Pack", "Axis Pack",
"Axis To Any", "Axis To Any",
"Axis Unpack", "Axis Unpack",
"Image Accumulator End",
"Image Accumulator Start",
"Load Lines From Text File", "Load Lines From Text File",
"Slice List", "Slice List",
"Text Splitter", "Text Splitter",
"XY Grid Accumulator",
"XY Grid Helper" "XY Grid Helper"
], ],
{ {
@ -16222,6 +16237,7 @@
], ],
"https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [
[ [
"DiffusionCG",
"NormalizeLatent", "NormalizeLatent",
"VectorscopeCC" "VectorscopeCC"
], ],

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,16 @@
{
"author": "haodman",
"title": "ComfyUI_Rain",
"reference": "https://github.com/haodman/ComfyUI_Rain",
"files": [
"https://github.com/haodman/ComfyUI_Rain"
],
"install_type": "git-clone",
"description": "NODES:Rain_ValueSwitch, Rain_Math, Rain_IntToFloat, Rain_ImageSize."
},
{ {
"author": "bananasss00", "author": "bananasss00",
"title": "Comfyui-PyExec [UNSAFE]", "title": "Comfyui-PyExec [UNSAFE]",

View File

@ -1647,6 +1647,17 @@
"title_aux": "ComfyUI-Tools-Video-Combine [WIP]" "title_aux": "ComfyUI-Tools-Video-Combine [WIP]"
} }
], ],
"https://github.com/haodman/ComfyUI_Rain": [
[
"Rain_ImageSize",
"Rain_IntToFloat",
"Rain_Math",
"Rain_ValueSwitch"
],
{
"title_aux": "ComfyUI_Rain"
}
],
"https://github.com/haofanwang/ComfyUI-InstantStyle": [ "https://github.com/haofanwang/ComfyUI-InstantStyle": [
[ [
"BaseModelLoader", "BaseModelLoader",

View File

@ -7,7 +7,7 @@
"https://github.com/17Retoucher/ComfyUI_Fooocus": { "https://github.com/17Retoucher/ComfyUI_Fooocus": {
"stars": 53, "stars": 53,
"last_update": "2024-02-24 07:33:29", "last_update": "2024-02-24 07:33:29",
"author_account_age_days": 239 "author_account_age_days": 240
}, },
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": {
"stars": 13, "stars": 13,
@ -17,22 +17,22 @@
"https://github.com/AI2lab/comfyUI-tool-2lab": { "https://github.com/AI2lab/comfyUI-tool-2lab": {
"stars": 19, "stars": 19,
"last_update": "2024-08-25 11:59:09", "last_update": "2024-08-25 11:59:09",
"author_account_age_days": 260 "author_account_age_days": 261
}, },
"https://github.com/AIFSH/ComfyUI-OpenDIT": { "https://github.com/AIFSH/ComfyUI-OpenDIT": {
"stars": 0, "stars": 0,
"last_update": "2024-06-30 09:33:55", "last_update": "2024-06-30 09:33:55",
"author_account_age_days": 299 "author_account_age_days": 300
}, },
"https://github.com/AIFSH/ComfyUI-ViViD": { "https://github.com/AIFSH/ComfyUI-ViViD": {
"stars": 4, "stars": 4,
"last_update": "2024-06-25 08:16:53", "last_update": "2024-06-25 08:16:53",
"author_account_age_days": 299 "author_account_age_days": 300
}, },
"https://github.com/AIFSH/IMAGDressing-ComfyUI": { "https://github.com/AIFSH/IMAGDressing-ComfyUI": {
"stars": 48, "stars": 49,
"last_update": "2024-07-23 06:52:57", "last_update": "2024-07-23 06:52:57",
"author_account_age_days": 299 "author_account_age_days": 300
}, },
"https://github.com/ALatentPlace/ComfyUI_yanc": { "https://github.com/ALatentPlace/ComfyUI_yanc": {
"stars": 36, "stars": 36,
@ -47,27 +47,27 @@
"https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": {
"stars": 2, "stars": 2,
"last_update": "2024-07-18 05:36:48", "last_update": "2024-07-18 05:36:48",
"author_account_age_days": 2173 "author_account_age_days": 2174
}, },
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": {
"stars": 7, "stars": 7,
"last_update": "2024-08-01 18:38:01", "last_update": "2024-08-01 18:38:01",
"author_account_age_days": 4142 "author_account_age_days": 4143
}, },
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": {
"stars": 35, "stars": 36,
"last_update": "2024-08-29 07:17:20", "last_update": "2024-08-29 07:17:20",
"author_account_age_days": 498 "author_account_age_days": 499
}, },
"https://github.com/Beinsezii/comfyui-amd-go-fast": { "https://github.com/Beinsezii/comfyui-amd-go-fast": {
"stars": 11, "stars": 11,
"last_update": "2024-05-10 00:48:37", "last_update": "2024-05-10 00:48:37",
"author_account_age_days": 2294 "author_account_age_days": 2295
}, },
"https://github.com/BetaDoggo/ComfyUI-LogicGates": { "https://github.com/BetaDoggo/ComfyUI-LogicGates": {
"stars": 3, "stars": 3,
"last_update": "2024-07-21 06:31:25", "last_update": "2024-07-21 06:31:25",
"author_account_age_days": 865 "author_account_age_days": 866
}, },
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "https://github.com/BlueDangerX/ComfyUI-BDXNodes": {
"stars": 1, "stars": 1,
@ -77,17 +77,17 @@
"https://github.com/Brandelan/ComfyUI_bd_customNodes": { "https://github.com/Brandelan/ComfyUI_bd_customNodes": {
"stars": 2, "stars": 2,
"last_update": "2023-10-09 00:40:26", "last_update": "2023-10-09 00:40:26",
"author_account_age_days": 4219 "author_account_age_days": 4220
}, },
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": {
"stars": 3, "stars": 3,
"last_update": "2024-08-26 01:13:38", "last_update": "2024-08-26 01:13:38",
"author_account_age_days": 2480 "author_account_age_days": 2481
}, },
"https://github.com/Comfy-Org/ComfyUI_devtools": { "https://github.com/Comfy-Org/ComfyUI_devtools": {
"stars": 7, "stars": 7,
"last_update": "2024-08-27 21:02:28", "last_update": "2024-08-27 21:02:28",
"author_account_age_days": 143 "author_account_age_days": 144
}, },
"https://github.com/DeTK/ComfyUI-Switch": { "https://github.com/DeTK/ComfyUI-Switch": {
"stars": 0, "stars": 0,
@ -112,7 +112,7 @@
"https://github.com/ExponentialML/ComfyUI_LiveDirector": { "https://github.com/ExponentialML/ComfyUI_LiveDirector": {
"stars": 35, "stars": 35,
"last_update": "2024-04-09 19:01:49", "last_update": "2024-04-09 19:01:49",
"author_account_age_days": 1691 "author_account_age_days": 1692
}, },
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": {
"stars": 13, "stars": 13,
@ -127,12 +127,12 @@
"https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "https://github.com/Fucci-Mateo/ComfyUI-Airtable": {
"stars": 0, "stars": 0,
"last_update": "2024-06-25 13:35:18", "last_update": "2024-06-25 13:35:18",
"author_account_age_days": 946 "author_account_age_days": 947
}, },
"https://github.com/GentlemanHu/ComfyUI-Notifier": { "https://github.com/GentlemanHu/ComfyUI-Notifier": {
"stars": 3, "stars": 3,
"last_update": "2024-07-14 15:38:44", "last_update": "2024-07-14 15:38:44",
"author_account_age_days": 2451 "author_account_age_days": 2452
}, },
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": { "https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": {
"stars": 47, "stars": 47,
@ -142,7 +142,7 @@
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": {
"stars": 12, "stars": 12,
"last_update": "2024-07-11 22:04:16", "last_update": "2024-07-11 22:04:16",
"author_account_age_days": 1241 "author_account_age_days": 1242
}, },
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "https://github.com/GrindHouse66/ComfyUI-GH_Tools": {
"stars": 0, "stars": 0,
@ -156,28 +156,28 @@
}, },
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": {
"stars": 91, "stars": 91,
"last_update": "2024-08-30 14:45:34", "last_update": "2024-09-01 01:49:31",
"author_account_age_days": 479 "author_account_age_days": 479
}, },
"https://github.com/IvanZhd/comfyui-codeformer": { "https://github.com/IvanZhd/comfyui-codeformer": {
"stars": 0, "stars": 0,
"last_update": "2023-12-02 20:51:52", "last_update": "2023-12-02 20:51:52",
"author_account_age_days": 2646 "author_account_age_days": 2647
}, },
"https://github.com/Jaxkr/comfyui-terminal-command": { "https://github.com/Jaxkr/comfyui-terminal-command": {
"stars": 1, "stars": 1,
"last_update": "2023-12-03 10:31:40", "last_update": "2023-12-03 10:31:40",
"author_account_age_days": 4695 "author_account_age_days": 4696
}, },
"https://github.com/JichaoLiang/Immortal_comfyUI": { "https://github.com/JichaoLiang/Immortal_comfyUI": {
"stars": 1, "stars": 1,
"last_update": "2024-08-21 21:38:11", "last_update": "2024-08-21 21:38:11",
"author_account_age_days": 1091 "author_account_age_days": 1092
}, },
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": {
"stars": 0, "stars": 0,
"last_update": "2024-04-01 10:52:59", "last_update": "2024-04-01 10:52:59",
"author_account_age_days": 959 "author_account_age_days": 960
}, },
"https://github.com/Jordach/comfy-consistency-vae": { "https://github.com/Jordach/comfy-consistency-vae": {
"stars": 69, "stars": 69,
@ -187,12 +187,12 @@
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": {
"stars": 7, "stars": 7,
"last_update": "2024-08-02 15:16:12", "last_update": "2024-08-02 15:16:12",
"author_account_age_days": 3422 "author_account_age_days": 3423
}, },
"https://github.com/LZpenguin/ComfyUI-Text": { "https://github.com/LZpenguin/ComfyUI-Text": {
"stars": 24, "stars": 24,
"last_update": "2024-06-20 13:38:16", "last_update": "2024-06-20 13:38:16",
"author_account_age_days": 2047 "author_account_age_days": 2048
}, },
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "https://github.com/LarryJane491/ComfyUI-ModelUnloader": {
"stars": 2, "stars": 2,
@ -202,17 +202,17 @@
"https://github.com/LevelPixel/ComfyUI-LevelPixel": { "https://github.com/LevelPixel/ComfyUI-LevelPixel": {
"stars": 2, "stars": 2,
"last_update": "2024-07-11 22:36:24", "last_update": "2024-07-11 22:36:24",
"author_account_age_days": 50 "author_account_age_days": 51
}, },
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": {
"stars": 0, "stars": 0,
"last_update": "2024-02-04 21:15:22", "last_update": "2024-02-04 21:15:22",
"author_account_age_days": 997 "author_account_age_days": 998
}, },
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": {
"stars": 23, "stars": 23,
"last_update": "2024-08-10 16:50:33", "last_update": "2024-08-10 16:50:33",
"author_account_age_days": 446 "author_account_age_days": 447
}, },
"https://github.com/MrAdamBlack/CheckProgress": { "https://github.com/MrAdamBlack/CheckProgress": {
"stars": 1, "stars": 1,
@ -222,7 +222,7 @@
"https://github.com/MushroomFleet/DJZ-Nodes": { "https://github.com/MushroomFleet/DJZ-Nodes": {
"stars": 8, "stars": 8,
"last_update": "2024-08-31 02:54:59", "last_update": "2024-08-31 02:54:59",
"author_account_age_days": 3789 "author_account_age_days": 3790
}, },
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": {
"stars": 4, "stars": 4,
@ -232,12 +232,12 @@
"https://github.com/NicholasKao1029/comfyui-hook": { "https://github.com/NicholasKao1029/comfyui-hook": {
"stars": 0, "stars": 0,
"last_update": "2024-03-07 05:50:56", "last_update": "2024-03-07 05:50:56",
"author_account_age_days": 2098 "author_account_age_days": 2099
}, },
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "https://github.com/PluMaZero/ComfyUI-SpaceFlower": {
"stars": 4, "stars": 4,
"last_update": "2023-12-09 05:55:15", "last_update": "2023-12-09 05:55:15",
"author_account_age_days": 1126 "author_account_age_days": 1127
}, },
"https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": {
"stars": 13, "stars": 13,
@ -257,7 +257,7 @@
"https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "https://github.com/Sakura-nee/ComfyUI_Save2Discord": {
"stars": 1, "stars": 1,
"last_update": "2024-08-27 19:01:46", "last_update": "2024-08-27 19:01:46",
"author_account_age_days": 1379 "author_account_age_days": 1380
}, },
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": {
"stars": 8, "stars": 8,
@ -272,7 +272,7 @@
"https://github.com/Shinsplat/ComfyUI-Shinsplat": { "https://github.com/Shinsplat/ComfyUI-Shinsplat": {
"stars": 26, "stars": 26,
"last_update": "2024-08-22 17:21:18", "last_update": "2024-08-22 17:21:18",
"author_account_age_days": 1092 "author_account_age_days": 1093
}, },
"https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": {
"stars": 0, "stars": 0,
@ -282,17 +282,17 @@
"https://github.com/StartHua/Comfyui_CSDMT_CXH": { "https://github.com/StartHua/Comfyui_CSDMT_CXH": {
"stars": 18, "stars": 18,
"last_update": "2024-07-11 15:36:03", "last_update": "2024-07-11 15:36:03",
"author_account_age_days": 2903 "author_account_age_days": 2904
}, },
"https://github.com/StartHua/Comfyui_CXH_CRM": { "https://github.com/StartHua/Comfyui_CXH_CRM": {
"stars": 40, "stars": 40,
"last_update": "2024-06-06 14:15:14", "last_update": "2024-06-06 14:15:14",
"author_account_age_days": 2903 "author_account_age_days": 2904
}, },
"https://github.com/TSFSean/ComfyUI-TSFNodes": { "https://github.com/TSFSean/ComfyUI-TSFNodes": {
"stars": 4, "stars": 4,
"last_update": "2024-05-18 00:59:06", "last_update": "2024-05-18 00:59:06",
"author_account_age_days": 3540 "author_account_age_days": 3541
}, },
"https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": {
"stars": 11, "stars": 11,
@ -305,19 +305,19 @@
"author_account_age_days": 271 "author_account_age_days": 271
}, },
"https://github.com/TemryL/ComfyUI-IDM-VTON": { "https://github.com/TemryL/ComfyUI-IDM-VTON": {
"stars": 341, "stars": 342,
"last_update": "2024-08-20 02:44:02", "last_update": "2024-08-20 02:44:02",
"author_account_age_days": 937 "author_account_age_days": 937
}, },
"https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": {
"stars": 4, "stars": 4,
"last_update": "2024-08-20 00:30:24", "last_update": "2024-08-20 00:30:24",
"author_account_age_days": 3797 "author_account_age_days": 3798
}, },
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "https://github.com/Video3DGenResearch/comfyui-batch-input-node": {
"stars": 2, "stars": 2,
"last_update": "2024-04-28 15:21:17", "last_update": "2024-04-28 15:21:17",
"author_account_age_days": 174 "author_account_age_days": 175
}, },
"https://github.com/VisionExp/ve_custom_comfyui_nodes": { "https://github.com/VisionExp/ve_custom_comfyui_nodes": {
"stars": 0, "stars": 0,
@ -327,12 +327,12 @@
"https://github.com/VykosX/ControlFlowUtils": { "https://github.com/VykosX/ControlFlowUtils": {
"stars": 5, "stars": 5,
"last_update": "2024-08-23 22:04:58", "last_update": "2024-08-23 22:04:58",
"author_account_age_days": 1978 "author_account_age_days": 1979
}, },
"https://github.com/WSJUSA/Comfyui-StableSR": { "https://github.com/WSJUSA/Comfyui-StableSR": {
"stars": 41, "stars": 41,
"last_update": "2023-10-18 12:40:30", "last_update": "2023-10-18 12:40:30",
"author_account_age_days": 1492 "author_account_age_days": 1493
}, },
"https://github.com/Weixuanf/extra-model-helper": { "https://github.com/Weixuanf/extra-model-helper": {
"stars": 1, "stars": 1,
@ -372,7 +372,7 @@
"https://github.com/adityathiru/ComfyUI-LLMs": { "https://github.com/adityathiru/ComfyUI-LLMs": {
"stars": 2, "stars": 2,
"last_update": "2024-08-01 17:45:44", "last_update": "2024-08-01 17:45:44",
"author_account_age_days": 3196 "author_account_age_days": 3197
}, },
"https://github.com/alexisrolland/ComfyUI-AuraSR": { "https://github.com/alexisrolland/ComfyUI-AuraSR": {
"stars": 20, "stars": 20,
@ -382,7 +382,7 @@
"https://github.com/alt-key-project/comfyui-dream-video-batches": { "https://github.com/alt-key-project/comfyui-dream-video-batches": {
"stars": 60, "stars": 60,
"last_update": "2024-08-14 01:26:20", "last_update": "2024-08-14 01:26:20",
"author_account_age_days": 728 "author_account_age_days": 729
}, },
"https://github.com/baicai99/ComfyUI-FrameSkipping": { "https://github.com/baicai99/ComfyUI-FrameSkipping": {
"stars": 8, "stars": 8,
@ -397,12 +397,12 @@
"https://github.com/beyastard/ComfyUI_BeySoft": { "https://github.com/beyastard/ComfyUI_BeySoft": {
"stars": 0, "stars": 0,
"last_update": "2024-05-26 22:44:55", "last_update": "2024-05-26 22:44:55",
"author_account_age_days": 4354 "author_account_age_days": 4355
}, },
"https://github.com/birnam/ComfyUI-GenData-Pack": { "https://github.com/birnam/ComfyUI-GenData-Pack": {
"stars": 0, "stars": 0,
"last_update": "2024-03-25 01:25:23", "last_update": "2024-03-25 01:25:23",
"author_account_age_days": 5077 "author_account_age_days": 5078
}, },
"https://github.com/blepping/comfyui_overly_complicated_sampling": { "https://github.com/blepping/comfyui_overly_complicated_sampling": {
"stars": 18, "stars": 18,
@ -412,17 +412,17 @@
"https://github.com/blib-la/ComfyUI-Captain-Extensions": { "https://github.com/blib-la/ComfyUI-Captain-Extensions": {
"stars": 0, "stars": 0,
"last_update": "2024-05-17 23:27:25", "last_update": "2024-05-17 23:27:25",
"author_account_age_days": 341 "author_account_age_days": 342
}, },
"https://github.com/bruce007lee/comfyui-cleaner": { "https://github.com/bruce007lee/comfyui-cleaner": {
"stars": 3, "stars": 3,
"last_update": "2024-04-20 15:36:03", "last_update": "2024-04-20 15:36:03",
"author_account_age_days": 4580 "author_account_age_days": 4581
}, },
"https://github.com/bruce007lee/comfyui-tiny-utils": { "https://github.com/bruce007lee/comfyui-tiny-utils": {
"stars": 2, "stars": 2,
"last_update": "2024-08-31 13:34:57", "last_update": "2024-08-31 13:34:57",
"author_account_age_days": 4580 "author_account_age_days": 4581
}, },
"https://github.com/brycegoh/comfyui-custom-nodes": { "https://github.com/brycegoh/comfyui-custom-nodes": {
"stars": 0, "stars": 0,
@ -442,25 +442,25 @@
"https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": {
"stars": 3, "stars": 3,
"last_update": "2024-08-29 03:54:28", "last_update": "2024-08-29 03:54:28",
"author_account_age_days": 3186 "author_account_age_days": 3187
}, },
"https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": {
"stars": 5, "stars": 5,
"last_update": "2024-07-08 15:07:05", "last_update": "2024-07-08 15:07:05",
"author_account_age_days": 1416 "author_account_age_days": 1417
}, },
"https://github.com/christian-byrne/python-interpreter-node": { "https://github.com/christian-byrne/python-interpreter-node": {
"stars": 34, "stars": 34,
"last_update": "2024-08-18 07:56:07", "last_update": "2024-08-18 07:56:07",
"author_account_age_days": 1416 "author_account_age_days": 1417
}, },
"https://github.com/comfyanonymous/ComfyUI": { "https://github.com/comfyanonymous/ComfyUI": {
"stars": 48854, "stars": 48908,
"last_update": "2024-08-31 14:02:08", "last_update": "2024-09-01 05:19:35",
"author_account_age_days": 617 "author_account_age_days": 617
}, },
"https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": {
"stars": 251, "stars": 252,
"last_update": "2024-08-16 18:06:10", "last_update": "2024-08-16 18:06:10",
"author_account_age_days": 617 "author_account_age_days": 617
}, },
@ -472,7 +472,7 @@
"https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": {
"stars": 7, "stars": 7,
"last_update": "2024-06-12 17:45:21", "last_update": "2024-06-12 17:45:21",
"author_account_age_days": 1883 "author_account_age_days": 1884
}, },
"https://github.com/cubiq/Comfy_Dungeon": { "https://github.com/cubiq/Comfy_Dungeon": {
"stars": 211, "stars": 211,
@ -482,17 +482,17 @@
"https://github.com/denislov/Comfyui_AutoSurvey": { "https://github.com/denislov/Comfyui_AutoSurvey": {
"stars": 2, "stars": 2,
"last_update": "2024-08-03 06:50:57", "last_update": "2024-08-03 06:50:57",
"author_account_age_days": 2055 "author_account_age_days": 2056
}, },
"https://github.com/dezi-ai/ComfyUI-AnimateLCM": { "https://github.com/dezi-ai/ComfyUI-AnimateLCM": {
"stars": 157, "stars": 157,
"last_update": "2024-02-07 17:34:39", "last_update": "2024-02-07 17:34:39",
"author_account_age_days": 245 "author_account_age_days": 246
}, },
"https://github.com/dfl/comfyui-stylegan": { "https://github.com/dfl/comfyui-stylegan": {
"stars": 1, "stars": 1,
"last_update": "2024-03-14 14:34:25", "last_update": "2024-03-14 14:34:25",
"author_account_age_days": 6042 "author_account_age_days": 6043
}, },
"https://github.com/dnl13/ComfyUI-dnl13-seg": { "https://github.com/dnl13/ComfyUI-dnl13-seg": {
"stars": 18, "stars": 18,
@ -502,17 +502,17 @@
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": {
"stars": 1, "stars": 1,
"last_update": "2024-01-06 19:07:45", "last_update": "2024-01-06 19:07:45",
"author_account_age_days": 2391 "author_account_age_days": 2392
}, },
"https://github.com/drmbt/comfyui-dreambait-nodes": { "https://github.com/drmbt/comfyui-dreambait-nodes": {
"stars": 2, "stars": 2,
"last_update": "2024-08-30 13:07:27", "last_update": "2024-08-30 13:07:27",
"author_account_age_days": 3845 "author_account_age_days": 3846
}, },
"https://github.com/eigenpunk/ComfyUI-audio": { "https://github.com/eigenpunk/ComfyUI-audio": {
"stars": 67, "stars": 67,
"last_update": "2024-03-03 21:14:14", "last_update": "2024-03-03 21:14:14",
"author_account_age_days": 993 "author_account_age_days": 994
}, },
"https://github.com/ejektaflex/ComfyUI-Ty": { "https://github.com/ejektaflex/ComfyUI-Ty": {
"stars": 0, "stars": 0,
@ -522,27 +522,27 @@
"https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": {
"stars": 0, "stars": 0,
"last_update": "2024-07-03 09:35:02", "last_update": "2024-07-03 09:35:02",
"author_account_age_days": 2541 "author_account_age_days": 2542
}, },
"https://github.com/endman100/ComfyUI-augmentation": { "https://github.com/endman100/ComfyUI-augmentation": {
"stars": 1, "stars": 1,
"last_update": "2024-07-23 09:06:24", "last_update": "2024-07-23 09:06:24",
"author_account_age_days": 2541 "author_account_age_days": 2542
}, },
"https://github.com/ericbeyer/guidance_interval": { "https://github.com/ericbeyer/guidance_interval": {
"stars": 2, "stars": 2,
"last_update": "2024-04-16 03:24:01", "last_update": "2024-04-16 03:24:01",
"author_account_age_days": 2662 "author_account_age_days": 2663
}, },
"https://github.com/filliptm/ComfyUI_FL-Trainer": { "https://github.com/filliptm/ComfyUI_FL-Trainer": {
"stars": 125, "stars": 125,
"last_update": "2024-08-13 04:56:41", "last_update": "2024-08-13 04:56:41",
"author_account_age_days": 1804 "author_account_age_days": 1805
}, },
"https://github.com/flowtyone/comfyui-flowty-lcm": { "https://github.com/flowtyone/comfyui-flowty-lcm": {
"stars": 61, "stars": 61,
"last_update": "2023-10-23 12:08:55", "last_update": "2023-10-23 12:08:55",
"author_account_age_days": 341 "author_account_age_days": 342
}, },
"https://github.com/flyingdogsoftware/gyre_for_comfyui": { "https://github.com/flyingdogsoftware/gyre_for_comfyui": {
"stars": 2, "stars": 2,
@ -552,37 +552,37 @@
"https://github.com/foglerek/comfyui-cem-tools": { "https://github.com/foglerek/comfyui-cem-tools": {
"stars": 1, "stars": 1,
"last_update": "2024-01-13 23:22:07", "last_update": "2024-01-13 23:22:07",
"author_account_age_days": 4106 "author_account_age_days": 4107
}, },
"https://github.com/futureversecom/ComfyUI-JEN": { "https://github.com/futureversecom/ComfyUI-JEN": {
"stars": 2, "stars": 2,
"last_update": "2024-08-06 00:24:56", "last_update": "2024-08-06 00:24:56",
"author_account_age_days": 787 "author_account_age_days": 788
}, },
"https://github.com/gameltb/ComfyUI_paper_playground": { "https://github.com/gameltb/ComfyUI_paper_playground": {
"stars": 11, "stars": 11,
"last_update": "2024-08-16 15:25:37", "last_update": "2024-08-16 15:25:37",
"author_account_age_days": 4123 "author_account_age_days": 4124
}, },
"https://github.com/gameltb/ComfyUI_stable_fast": { "https://github.com/gameltb/ComfyUI_stable_fast": {
"stars": 195, "stars": 195,
"last_update": "2024-08-04 09:25:33", "last_update": "2024-08-04 09:25:33",
"author_account_age_days": 4123 "author_account_age_days": 4124
}, },
"https://github.com/gameltb/io_comfyui": { "https://github.com/gameltb/io_comfyui": {
"stars": 5, "stars": 5,
"last_update": "2024-04-06 04:40:05", "last_update": "2024-04-06 04:40:05",
"author_account_age_days": 4123 "author_account_age_days": 4124
}, },
"https://github.com/gioferreira/ComfyUI-Molde-Utils": { "https://github.com/gioferreira/ComfyUI-Molde-Utils": {
"stars": 1, "stars": 1,
"last_update": "2024-08-19 22:32:44", "last_update": "2024-08-19 22:32:44",
"author_account_age_days": 3028 "author_account_age_days": 3029
}, },
"https://github.com/githubYiheng/comfyui_median_filter": { "https://github.com/githubYiheng/comfyui_median_filter": {
"stars": 0, "stars": 0,
"last_update": "2024-07-03 11:38:39", "last_update": "2024-07-03 11:38:39",
"author_account_age_days": 3971 "author_account_age_days": 3972
}, },
"https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": {
"stars": 0, "stars": 0,
@ -594,6 +594,11 @@
"last_update": "2024-08-19 08:08:39", "last_update": "2024-08-19 08:08:39",
"author_account_age_days": 1612 "author_account_age_days": 1612
}, },
"https://github.com/haodman/ComfyUI_Rain": {
"stars": 1,
"last_update": "2024-08-31 19:41:37",
"author_account_age_days": 2208
},
"https://github.com/haofanwang/ComfyUI-InstantStyle": { "https://github.com/haofanwang/ComfyUI-InstantStyle": {
"stars": 6, "stars": 6,
"last_update": "2024-05-23 16:11:13", "last_update": "2024-05-23 16:11:13",
@ -602,7 +607,7 @@
"https://github.com/haomole/Comfyui-SadTalker": { "https://github.com/haomole/Comfyui-SadTalker": {
"stars": 9, "stars": 9,
"last_update": "2024-08-05 02:44:26", "last_update": "2024-08-05 02:44:26",
"author_account_age_days": 369 "author_account_age_days": 370
}, },
"https://github.com/horidream/ComfyUI-Horidream": { "https://github.com/horidream/ComfyUI-Horidream": {
"stars": 0, "stars": 0,
@ -617,7 +622,7 @@
"https://github.com/houdinii/comfy-magick": { "https://github.com/houdinii/comfy-magick": {
"stars": 4, "stars": 4,
"last_update": "2024-03-11 06:40:54", "last_update": "2024-03-11 06:40:54",
"author_account_age_days": 3588 "author_account_age_days": 3589
}, },
"https://github.com/huchenlei/ComfyUI_densediffusion": { "https://github.com/huchenlei/ComfyUI_densediffusion": {
"stars": 106, "stars": 106,
@ -647,12 +652,12 @@
"https://github.com/ilovejohnwhite/Tracer": { "https://github.com/ilovejohnwhite/Tracer": {
"stars": 0, "stars": 0,
"last_update": "2024-08-29 22:42:34", "last_update": "2024-08-29 22:42:34",
"author_account_age_days": 941 "author_account_age_days": 942
}, },
"https://github.com/ilovejohnwhite/UncleBillyGoncho": { "https://github.com/ilovejohnwhite/UncleBillyGoncho": {
"stars": 0, "stars": 0,
"last_update": "2024-02-29 00:16:42", "last_update": "2024-02-29 00:16:42",
"author_account_age_days": 941 "author_account_age_days": 942
}, },
"https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "https://github.com/immersiveexperience/ie-comfyui-color-nodes": {
"stars": 2, "stars": 2,
@ -672,12 +677,12 @@
"https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": {
"stars": 218, "stars": 218,
"last_update": "2024-07-04 11:44:03", "last_update": "2024-07-04 11:44:03",
"author_account_age_days": 88 "author_account_age_days": 89
}, },
"https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "https://github.com/jimstudt/ComfyUI-Jims-Nodes": {
"stars": 1, "stars": 1,
"last_update": "2024-08-22 02:31:42", "last_update": "2024-08-22 02:31:42",
"author_account_age_days": 5015 "author_account_age_days": 5016
}, },
"https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine": { "https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine": {
"stars": 0, "stars": 0,
@ -687,7 +692,7 @@
"https://github.com/jn-jairo/jn_node_suite_comfyui": { "https://github.com/jn-jairo/jn_node_suite_comfyui": {
"stars": 6, "stars": 6,
"last_update": "2024-06-08 05:15:33", "last_update": "2024-06-08 05:15:33",
"author_account_age_days": 4052 "author_account_age_days": 4053
}, },
"https://github.com/jtscmw01/ComfyUI-DiffBIR": { "https://github.com/jtscmw01/ComfyUI-DiffBIR": {
"stars": 80, "stars": 80,
@ -697,7 +702,7 @@
"https://github.com/jtydhr88/ComfyUI-Unique3D": { "https://github.com/jtydhr88/ComfyUI-Unique3D": {
"stars": 155, "stars": 155,
"last_update": "2024-07-31 13:52:24", "last_update": "2024-07-31 13:52:24",
"author_account_age_days": 4821 "author_account_age_days": 4822
}, },
"https://github.com/justUmen/Bjornulf_custom_nodes": { "https://github.com/justUmen/Bjornulf_custom_nodes": {
"stars": 6, "stars": 6,
@ -707,12 +712,12 @@
"https://github.com/kadirnar/ComfyUI-Adapter": { "https://github.com/kadirnar/ComfyUI-Adapter": {
"stars": 3, "stars": 3,
"last_update": "2024-04-03 12:05:39", "last_update": "2024-04-03 12:05:39",
"author_account_age_days": 2397 "author_account_age_days": 2398
}, },
"https://github.com/kadirnar/comfyui_helpers": { "https://github.com/kadirnar/comfyui_helpers": {
"stars": 2, "stars": 2,
"last_update": "2024-03-04 16:25:30", "last_update": "2024-03-04 16:25:30",
"author_account_age_days": 2397 "author_account_age_days": 2398
}, },
"https://github.com/kappa54m/ComfyUI_Usability": { "https://github.com/kappa54m/ComfyUI_Usability": {
"stars": 1, "stars": 1,
@ -725,7 +730,7 @@
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
"https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "https://github.com/kijai/ComfyUI-CogVideoXWrapper": {
"stars": 236, "stars": 240,
"last_update": "2024-08-30 19:13:38", "last_update": "2024-08-30 19:13:38",
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
@ -745,22 +750,22 @@
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
"https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": {
"stars": 70, "stars": 71,
"last_update": "2024-08-14 02:20:18", "last_update": "2024-08-14 02:20:18",
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
"https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": {
"stars": 47, "stars": 48,
"last_update": "2024-07-27 12:50:25", "last_update": "2024-07-27 12:50:25",
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
"https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "https://github.com/kijai/ComfyUI-LLaVA-OneVision": {
"stars": 66, "stars": 67,
"last_update": "2024-08-25 14:04:22", "last_update": "2024-08-25 14:04:22",
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
"https://github.com/kijai/ComfyUI-VEnhancer": { "https://github.com/kijai/ComfyUI-VEnhancer": {
"stars": 28, "stars": 29,
"last_update": "2024-08-29 14:22:45", "last_update": "2024-08-29 14:22:45",
"author_account_age_days": 2251 "author_account_age_days": 2251
}, },
@ -772,12 +777,12 @@
"https://github.com/laksjdjf/ssd-1b-comfyui": { "https://github.com/laksjdjf/ssd-1b-comfyui": {
"stars": 1, "stars": 1,
"last_update": "2023-10-27 20:05:06", "last_update": "2023-10-27 20:05:06",
"author_account_age_days": 2899 "author_account_age_days": 2900
}, },
"https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": {
"stars": 3, "stars": 3,
"last_update": "2024-08-01 03:37:17", "last_update": "2024-08-01 03:37:17",
"author_account_age_days": 4143 "author_account_age_days": 4144
}, },
"https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "https://github.com/linhusyung/comfyui-Build-and-train-your-network": {
"stars": 95, "stars": 95,
@ -787,17 +792,17 @@
"https://github.com/logtd/ComfyUI-Fluxtapoz": { "https://github.com/logtd/ComfyUI-Fluxtapoz": {
"stars": 13, "stars": 13,
"last_update": "2024-08-15 05:03:18", "last_update": "2024-08-15 05:03:18",
"author_account_age_days": 190 "author_account_age_days": 191
}, },
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "https://github.com/logtd/ComfyUI-MotionThiefExperiment": {
"stars": 38, "stars": 38,
"last_update": "2024-08-30 21:19:48", "last_update": "2024-08-30 21:19:48",
"author_account_age_days": 190 "author_account_age_days": 191
}, },
"https://github.com/logtd/ComfyUI-Veevee": { "https://github.com/logtd/ComfyUI-Veevee": {
"stars": 56, "stars": 56,
"last_update": "2024-08-12 03:04:12", "last_update": "2024-08-12 03:04:12",
"author_account_age_days": 190 "author_account_age_days": 191
}, },
"https://github.com/longgui0318/comfyui-one-more-step": { "https://github.com/longgui0318/comfyui-one-more-step": {
"stars": 1, "stars": 1,
@ -807,7 +812,7 @@
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "https://github.com/ltdrdata/ComfyUI-Workflow-Component": {
"stars": 212, "stars": 212,
"last_update": "2024-07-30 08:08:28", "last_update": "2024-07-30 08:08:28",
"author_account_age_days": 530 "author_account_age_days": 531
}, },
"https://github.com/maepopi/Diffusers-in-ComfyUI": { "https://github.com/maepopi/Diffusers-in-ComfyUI": {
"stars": 3, "stars": 3,
@ -817,12 +822,12 @@
"https://github.com/majorsauce/comfyui_indieTools": { "https://github.com/majorsauce/comfyui_indieTools": {
"stars": 0, "stars": 0,
"last_update": "2024-06-25 08:59:57", "last_update": "2024-06-25 08:59:57",
"author_account_age_days": 1873 "author_account_age_days": 1874
}, },
"https://github.com/marcueberall/ComfyUI-BuildPath": { "https://github.com/marcueberall/ComfyUI-BuildPath": {
"stars": 0, "stars": 0,
"last_update": "2024-02-06 07:57:33", "last_update": "2024-02-06 07:57:33",
"author_account_age_days": 1850 "author_account_age_days": 1851
}, },
"https://github.com/marduk191/comfyui-marnodes": { "https://github.com/marduk191/comfyui-marnodes": {
"stars": 2, "stars": 2,
@ -832,42 +837,42 @@
"https://github.com/maruhidd/ComfyUI_Transparent-Background": { "https://github.com/maruhidd/ComfyUI_Transparent-Background": {
"stars": 4, "stars": 4,
"last_update": "2024-06-14 07:02:56", "last_update": "2024-06-14 07:02:56",
"author_account_age_days": 2323 "author_account_age_days": 2324
}, },
"https://github.com/mashb1t/comfyui-nodes-mashb1t": { "https://github.com/mashb1t/comfyui-nodes-mashb1t": {
"stars": 0, "stars": 0,
"last_update": "2024-06-11 15:55:53", "last_update": "2024-06-11 15:55:53",
"author_account_age_days": 3603 "author_account_age_days": 3604
}, },
"https://github.com/melMass/ComfyUI-Lygia": { "https://github.com/melMass/ComfyUI-Lygia": {
"stars": 0, "stars": 0,
"last_update": "2024-07-14 09:59:10", "last_update": "2024-07-14 09:59:10",
"author_account_age_days": 3813 "author_account_age_days": 3814
}, },
"https://github.com/mikeymcfish/FishTools": { "https://github.com/mikeymcfish/FishTools": {
"stars": 21, "stars": 21,
"last_update": "2024-07-13 20:51:17", "last_update": "2024-07-13 20:51:17",
"author_account_age_days": 3471 "author_account_age_days": 3472
}, },
"https://github.com/mut-ex/comfyui-gligengui-node": { "https://github.com/mut-ex/comfyui-gligengui-node": {
"stars": 42, "stars": 42,
"last_update": "2024-02-28 02:46:05", "last_update": "2024-02-28 02:46:05",
"author_account_age_days": 2926 "author_account_age_days": 2927
}, },
"https://github.com/nat-chan/comfyui-eval": { "https://github.com/nat-chan/comfyui-eval": {
"stars": 2, "stars": 2,
"last_update": "2024-05-28 11:56:37", "last_update": "2024-05-28 11:56:37",
"author_account_age_days": 3061 "author_account_age_days": 3062
}, },
"https://github.com/nat-chan/comfyui-in-memory-transceiver": { "https://github.com/nat-chan/comfyui-in-memory-transceiver": {
"stars": 1, "stars": 1,
"last_update": "2024-05-01 10:03:01", "last_update": "2024-05-01 10:03:01",
"author_account_age_days": 3061 "author_account_age_days": 3062
}, },
"https://github.com/nat-chan/comfyui-paint": { "https://github.com/nat-chan/comfyui-paint": {
"stars": 2, "stars": 2,
"last_update": "2024-06-14 11:01:38", "last_update": "2024-06-14 11:01:38",
"author_account_age_days": 3061 "author_account_age_days": 3062
}, },
"https://github.com/neeltheninja/ComfyUI-TextOverlay": { "https://github.com/neeltheninja/ComfyUI-TextOverlay": {
"stars": 1, "stars": 1,
@ -877,17 +882,17 @@
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "https://github.com/neuratech-ai/ComfyUI-MultiGPU": {
"stars": 74, "stars": 74,
"last_update": "2024-08-04 16:37:11", "last_update": "2024-08-04 16:37:11",
"author_account_age_days": 141 "author_account_age_days": 142
}, },
"https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "https://github.com/neverbiasu/ComfyUI-ControlNeXt": {
"stars": 4, "stars": 4,
"last_update": "2024-08-15 08:15:43", "last_update": "2024-08-15 08:15:43",
"author_account_age_days": 1087 "author_account_age_days": 1088
}, },
"https://github.com/nidefawl/ComfyUI-nidefawl": { "https://github.com/nidefawl/ComfyUI-nidefawl": {
"stars": 0, "stars": 0,
"last_update": "2024-01-16 18:16:41", "last_update": "2024-01-16 18:16:41",
"author_account_age_days": 4936 "author_account_age_days": 4937
}, },
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
"stars": 8, "stars": 8,
@ -897,7 +902,7 @@
"https://github.com/norgeous/ComfyUI-UI-Builder": { "https://github.com/norgeous/ComfyUI-UI-Builder": {
"stars": 11, "stars": 11,
"last_update": "2024-08-11 22:22:04", "last_update": "2024-08-11 22:22:04",
"author_account_age_days": 4097 "author_account_age_days": 4098
}, },
"https://github.com/oyvindg/ComfyUI-TrollSuite": { "https://github.com/oyvindg/ComfyUI-TrollSuite": {
"stars": 2, "stars": 2,
@ -907,7 +912,7 @@
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": {
"stars": 16, "stars": 16,
"last_update": "2024-07-25 05:50:01", "last_update": "2024-07-25 05:50:01",
"author_account_age_days": 909 "author_account_age_days": 910
}, },
"https://github.com/pamparamm/ComfyUI-ppm": { "https://github.com/pamparamm/ComfyUI-ppm": {
"stars": 53, "stars": 53,
@ -927,27 +932,27 @@
"https://github.com/prabinpebam/anyPython": { "https://github.com/prabinpebam/anyPython": {
"stars": 9, "stars": 9,
"last_update": "2024-07-01 04:07:16", "last_update": "2024-07-01 04:07:16",
"author_account_age_days": 4310 "author_account_age_days": 4311
}, },
"https://github.com/prismwastaken/comfyui-tools": { "https://github.com/prismwastaken/comfyui-tools": {
"stars": 0, "stars": 0,
"last_update": "2024-03-05 14:34:56", "last_update": "2024-03-05 14:34:56",
"author_account_age_days": 225 "author_account_age_days": 226
}, },
"https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": {
"stars": 1, "stars": 1,
"last_update": "2024-06-19 12:48:18", "last_update": "2024-06-19 12:48:18",
"author_account_age_days": 2167 "author_account_age_days": 2168
}, },
"https://github.com/redhottensors/ComfyUI-ODE": { "https://github.com/redhottensors/ComfyUI-ODE": {
"stars": 41, "stars": 41,
"last_update": "2024-08-01 06:57:05", "last_update": "2024-08-01 06:57:05",
"author_account_age_days": 207 "author_account_age_days": 208
}, },
"https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": {
"stars": 3, "stars": 3,
"last_update": "2023-11-15 22:00:49", "last_update": "2023-11-15 22:00:49",
"author_account_age_days": 358 "author_account_age_days": 359
}, },
"https://github.com/runtime44/comfyui_r44_nodes": { "https://github.com/runtime44/comfyui_r44_nodes": {
"stars": 35, "stars": 35,
@ -967,7 +972,7 @@
"https://github.com/sebord/ComfyUI-LMCQ": { "https://github.com/sebord/ComfyUI-LMCQ": {
"stars": 3, "stars": 3,
"last_update": "2024-08-26 03:56:38", "last_update": "2024-08-26 03:56:38",
"author_account_age_days": 855 "author_account_age_days": 856
}, },
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "https://github.com/shadowcz007/ComfyUI-PuLID-Test": {
"stars": 8, "stars": 8,
@ -997,7 +1002,7 @@
"https://github.com/shinich39/comfyui-event-handler": { "https://github.com/shinich39/comfyui-event-handler": {
"stars": 1, "stars": 1,
"last_update": "2024-08-23 09:38:35", "last_update": "2024-08-23 09:38:35",
"author_account_age_days": 380 "author_account_age_days": 381
}, },
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": {
"stars": 0, "stars": 0,
@ -1012,7 +1017,7 @@
"https://github.com/sofakid/dandy": { "https://github.com/sofakid/dandy": {
"stars": 42, "stars": 42,
"last_update": "2024-05-27 21:46:18", "last_update": "2024-05-27 21:46:18",
"author_account_age_days": 4121 "author_account_age_days": 4122
}, },
"https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "https://github.com/souki202/ComfyUI-LoadImage-Advanced": {
"stars": 0, "stars": 0,
@ -1037,7 +1042,7 @@
"https://github.com/tachyon-beep/comfyui-simplefeed": { "https://github.com/tachyon-beep/comfyui-simplefeed": {
"stars": 3, "stars": 3,
"last_update": "2024-05-22 03:30:57", "last_update": "2024-05-22 03:30:57",
"author_account_age_days": 4989 "author_account_age_days": 4990
}, },
"https://github.com/talesofai/comfyui-supersave": { "https://github.com/talesofai/comfyui-supersave": {
"stars": 1, "stars": 1,
@ -1052,12 +1057,12 @@
"https://github.com/teward/Comfy-Sentry": { "https://github.com/teward/Comfy-Sentry": {
"stars": 1, "stars": 1,
"last_update": "2024-07-31 21:37:42", "last_update": "2024-07-31 21:37:42",
"author_account_age_days": 5166 "author_account_age_days": 5167
}, },
"https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": {
"stars": 6, "stars": 6,
"last_update": "2024-07-03 14:39:28", "last_update": "2024-07-03 14:39:28",
"author_account_age_days": 2934 "author_account_age_days": 2935
}, },
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": {
"stars": 0, "stars": 0,
@ -1077,7 +1082,7 @@
"https://github.com/tuckerdarby/ComfyUI-TDNodes": { "https://github.com/tuckerdarby/ComfyUI-TDNodes": {
"stars": 3, "stars": 3,
"last_update": "2024-02-19 17:00:55", "last_update": "2024-02-19 17:00:55",
"author_account_age_days": 3006 "author_account_age_days": 3007
}, },
"https://github.com/umisetokikaze/comfyui_mergekit": { "https://github.com/umisetokikaze/comfyui_mergekit": {
"stars": 0, "stars": 0,
@ -1102,17 +1107,17 @@
"https://github.com/willblaschko/ComfyUI-Unload-Models": { "https://github.com/willblaschko/ComfyUI-Unload-Models": {
"stars": 4, "stars": 4,
"last_update": "2024-06-30 10:07:40", "last_update": "2024-06-30 10:07:40",
"author_account_age_days": 4659 "author_account_age_days": 4660
}, },
"https://github.com/wormley/comfyui-wormley-nodes": { "https://github.com/wormley/comfyui-wormley-nodes": {
"stars": 0, "stars": 0,
"last_update": "2023-11-12 19:05:11", "last_update": "2023-11-12 19:05:11",
"author_account_age_days": 2541 "author_account_age_days": 2542
}, },
"https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": {
"stars": 1, "stars": 1,
"last_update": "2024-08-30 05:29:07", "last_update": "2024-08-30 05:29:07",
"author_account_age_days": 18 "author_account_age_days": 19
}, },
"https://github.com/yushan777/ComfyUI-Y7Nodes": { "https://github.com/yushan777/ComfyUI-Y7Nodes": {
"stars": 1, "stars": 1,
@ -1127,11 +1132,11 @@
"https://github.com/zml-ai/comfyui-hydit": { "https://github.com/zml-ai/comfyui-hydit": {
"stars": 2, "stars": 2,
"last_update": "2024-08-07 09:37:09", "last_update": "2024-08-07 09:37:09",
"author_account_age_days": 2051 "author_account_age_days": 2052
}, },
"https://github.com/zmwv823/ComfyUI-AnyText": { "https://github.com/zmwv823/ComfyUI-AnyText": {
"stars": 90, "stars": 90,
"last_update": "2024-08-16 10:36:15", "last_update": "2024-08-16 10:36:15",
"author_account_age_days": 3337 "author_account_age_days": 3338
} }
} }

View File

@ -10,6 +10,17 @@
{
"author": "AIFSH",
"title": "VideoSys-ComfyUI",
"reference": "https://github.com/AIFSH/VideoSys-ComfyUI",
"files": [
"https://github.com/AIFSH/VideoSys-ComfyUI"
],
"install_type": "git-clone",
"description": "NODES:TextNode, PreViewVideo, VideoSysNode."
},
{ {
"author": "logtd", "author": "logtd",
"title": "ComfyUI-MotionThiefExperiment", "title": "ComfyUI-MotionThiefExperiment",
@ -680,16 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Generalised 'image' processing nodes for images, masks, latents, and combinations thereof." "description": "Generalised 'image' processing nodes for images, masks, latents, and combinations thereof."
},
{
"author": "shinich39",
"title": "comfyui-put-image",
"reference": "https://github.com/shinich39/comfyui-put-image",
"files": [
"https://github.com/shinich39/comfyui-put-image"
],
"install_type": "git-clone",
"description": "Load image from directory."
} }
] ]
} }

View File

@ -594,6 +594,16 @@
"title_aux": "StyleShot-ComfyUI" "title_aux": "StyleShot-ComfyUI"
} }
], ],
"https://github.com/AIFSH/VideoSys-ComfyUI": [
[
"PreViewVideo",
"TextNode",
"VideoSysNode"
],
{
"title_aux": "VideoSys-ComfyUI"
}
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [ "https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[ [
"VocalSeparationNode" "VocalSeparationNode"
@ -3061,7 +3071,9 @@
"JNodes_ConditioningInOut", "JNodes_ConditioningInOut",
"JNodes_CreateStereoscopicImageFromDepth", "JNodes_CreateStereoscopicImageFromDepth",
"JNodes_FloatLiteral", "JNodes_FloatLiteral",
"JNodes_GetCleanFilename",
"JNodes_GetComfyDirectory", "JNodes_GetComfyDirectory",
"JNodes_GetLeafDirectory",
"JNodes_GetOutputDirectory", "JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList", "JNodes_GetParameterFromList",
"JNodes_GetParameterGlobal", "JNodes_GetParameterGlobal",
@ -12020,6 +12032,7 @@
"file_combine", "file_combine",
"file_combine_plus", "file_combine_plus",
"flux_persona", "flux_persona",
"genai_api_loader",
"get_string", "get_string",
"github_tool", "github_tool",
"google_loader", "google_loader",
@ -12660,6 +12673,7 @@
"CR Switch Model and CLIP JK", "CR Switch Model and CLIP JK",
"CR Text Input Switch JK", "CR Text Input Switch JK",
"CR VAE Input Switch JK", "CR VAE Input Switch JK",
"CR_Apply Multi-ControlNet SD3 JK",
"Ckpt Loader JK", "Ckpt Loader JK",
"Detailer Parameters JK", "Detailer Parameters JK",
"Embedding Picker JK", "Embedding Picker JK",
@ -12677,6 +12691,7 @@
"Metadata Pipe JK", "Metadata Pipe JK",
"NodesState JK", "NodesState JK",
"Noise Injection Parameters JK", "Noise Injection Parameters JK",
"Noise Injection Pipe Extract JK",
"Orbit Poses JK", "Orbit Poses JK",
"OrbitLists to OrbitPoses JK", "OrbitLists to OrbitPoses JK",
"OrbitPoses to OrbitLists JK", "OrbitPoses to OrbitLists JK",
@ -12692,6 +12707,7 @@
"Reroute List JK", "Reroute List JK",
"Reroute Resize JK", "Reroute Resize JK",
"Reroute Sampler JK", "Reroute Sampler JK",
"Reroute String JK",
"Reroute Upscale JK", "Reroute Upscale JK",
"Reroute Vae JK", "Reroute Vae JK",
"SDXLPromptStylerAll", "SDXLPromptStylerAll",
@ -13417,11 +13433,10 @@
"Axis Pack", "Axis Pack",
"Axis To Any", "Axis To Any",
"Axis Unpack", "Axis Unpack",
"Image Accumulator End",
"Image Accumulator Start",
"Load Lines From Text File", "Load Lines From Text File",
"Slice List", "Slice List",
"Text Splitter", "Text Splitter",
"XY Grid Accumulator",
"XY Grid Helper" "XY Grid Helper"
], ],
{ {
@ -16222,6 +16237,7 @@
], ],
"https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [
[ [
"DiffusionCG",
"NormalizeLatent", "NormalizeLatent",
"VectorscopeCC" "VectorscopeCC"
], ],