update DB

This commit is contained in:
Dr.Lt.Data 2024-04-27 11:18:09 +09:00
parent 819f8eb158
commit 761459007f
5 changed files with 226 additions and 119 deletions

View File

@ -7720,6 +7720,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Original author is ByteDance.\nComfyUI sampler for HyperSDXL UNet\nPorted from: [a/https://huggingface.co/ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD)" "description": "Original author is ByteDance.\nComfyUI sampler for HyperSDXL UNet\nPorted from: [a/https://huggingface.co/ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD)"
}, },
{
"author": "cfreilich",
"title": "Virtuoso Nodes for ComfyUI",
"reference": "https://github.com/chrisfreilich/virtuoso-nodes",
"files": [
"https://github.com/chrisfreilich/virtuoso-nodes"
],
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement 30 blend modes, solid color images, and RGB splitting and merging."
},
{
"author": "Shinsplat",
"title": "ComfyUI-Shinsplat",
"reference": "https://github.com/Shinsplat/ComfyUI-Shinsplat",
"files": [
"https://github.com/Shinsplat/ComfyUI-Shinsplat"
],
"install_type": "git-clone",
"description": "Nodes: Clip Text Encode (Shinsplat), Clip Text Encode SDXL (Shinsplat), Lora Loader (Shinsplat)."
},

View File

@ -2505,6 +2505,7 @@
"LandscapeBackgrounds", "LandscapeBackgrounds",
"LandscapeDir", "LandscapeDir",
"MakeupStylesDir", "MakeupStylesDir",
"Mbsampler",
"OptimalCrop", "OptimalCrop",
"PhotomontageA", "PhotomontageA",
"PhotomontageB", "PhotomontageB",
@ -3308,6 +3309,16 @@
"title_aux": "Eagleshadow Custom Nodes" "title_aux": "Eagleshadow Custom Nodes"
} }
], ],
"https://github.com/Shinsplat/ComfyUI-Shinsplat": [
[
"Clip Text Encode (Shinsplat)",
"Clip Text Encode SDXL (Shinsplat)",
"Lora Loader (Shinsplat)"
],
{
"title_aux": "ComfyUI-Shinsplat"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[ [
"SVDRsizer" "SVDRsizer"
@ -6235,6 +6246,21 @@
"title_aux": "Comfy-Topaz" "title_aux": "Comfy-Topaz"
} }
], ],
"https://github.com/chrisfreilich/virtuoso-nodes": [
[
"BlendModes",
"MergeRGB",
"SolidColor",
"SplitRGB"
],
{
"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": "Virtuoso Nodes for ComfyUI"
}
],
"https://github.com/chrisgoringe/cg-image-picker": [ "https://github.com/chrisgoringe/cg-image-picker": [
[ [
"Preview Chooser", "Preview Chooser",
@ -6827,7 +6853,9 @@
], ],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [ "https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[ [
"MarasitAnyBusNode" "MarasitAnyBusNode",
"MarasitDisplayInfoNode",
"MarasitUpscalerGridNode"
], ],
{ {
"title_aux": "\ud83d\udc30 MarasIT Nodes" "title_aux": "\ud83d\udc30 MarasIT Nodes"
@ -7628,6 +7656,7 @@
"Enhancer", "Enhancer",
"ImgTextSwitch", "ImgTextSwitch",
"Plush-Exif Wrangler", "Plush-Exif Wrangler",
"Tagger",
"mulTextSwitch" "mulTextSwitch"
], ],
{ {
@ -8633,6 +8662,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateMagicMask", "CreateMagicMask",
"CreateShapeMask", "CreateShapeMask",
"CreateShapeMaskOnPath",
"CreateTextMask", "CreateTextMask",
"CreateVoronoiMask", "CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",

View File

@ -1,11 +1,11 @@
{ {
"https://github.com/ltdrdata/ComfyUI-Manager": { "https://github.com/ltdrdata/ComfyUI-Manager": {
"stars": 3537, "stars": 3542,
"last_update": "2024-04-26 01:13:10" "last_update": "2024-04-27 01:14:19"
}, },
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "https://github.com/ltdrdata/ComfyUI-Impact-Pack": {
"stars": 1163, "stars": 1166,
"last_update": "2024-04-25 16:09:19" "last_update": "2024-04-26 16:13:49"
}, },
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": {
"stars": 227, "stars": 227,
@ -20,7 +20,7 @@
"last_update": "2023-08-18 19:03:06" "last_update": "2023-08-18 19:03:06"
}, },
"https://github.com/Fannovel16/comfyui_controlnet_aux": { "https://github.com/Fannovel16/comfyui_controlnet_aux": {
"stars": 1250, "stars": 1251,
"last_update": "2024-04-23 22:01:14" "last_update": "2024-04-23 22:01:14"
}, },
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": {
@ -60,7 +60,7 @@
"last_update": "2023-09-11 10:09:22" "last_update": "2023-09-11 10:09:22"
}, },
"https://github.com/jags111/efficiency-nodes-comfyui": { "https://github.com/jags111/efficiency-nodes-comfyui": {
"stars": 562, "stars": 563,
"last_update": "2024-04-11 15:08:50" "last_update": "2024-04-11 15:08:50"
}, },
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "https://github.com/jags111/ComfyUI_Jags_VectorMagic": {
@ -73,7 +73,7 @@
}, },
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": {
"stars": 243, "stars": 243,
"last_update": "2024-04-25 09:38:51" "last_update": "2024-04-26 17:52:29"
}, },
"https://github.com/paulo-coronado/comfy_clip_blip_node": { "https://github.com/paulo-coronado/comfy_clip_blip_node": {
"stars": 25, "stars": 25,
@ -140,7 +140,7 @@
"last_update": "2024-01-01 20:01:25" "last_update": "2024-01-01 20:01:25"
}, },
"https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "https://github.com/BadCafeCode/masquerade-nodes-comfyui": {
"stars": 259, "stars": 260,
"last_update": "2024-02-26 04:23:37" "last_update": "2024-02-26 04:23:37"
}, },
"https://github.com/guoyk93/yk-node-suite-comfyui": { "https://github.com/guoyk93/yk-node-suite-comfyui": {
@ -188,8 +188,8 @@
"last_update": "2024-04-09 03:35:11" "last_update": "2024-04-09 03:35:11"
}, },
"https://github.com/city96/ComfyUI_ExtraModels": { "https://github.com/city96/ComfyUI_ExtraModels": {
"stars": 106, "stars": 107,
"last_update": "2024-04-23 16:31:47" "last_update": "2024-04-26 20:42:49"
}, },
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": { "https://github.com/Kaharos94/ComfyUI-Saveaswebp": {
"stars": 28, "stars": 28,
@ -224,7 +224,7 @@
"last_update": "2024-04-04 01:15:12" "last_update": "2024-04-04 01:15:12"
}, },
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": {
"stars": 1115, "stars": 1117,
"last_update": "2024-04-09 03:04:04" "last_update": "2024-04-09 03:04:04"
}, },
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": {
@ -252,7 +252,7 @@
"last_update": "2024-03-25 07:05:23" "last_update": "2024-03-25 07:05:23"
}, },
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": {
"stars": 534, "stars": 535,
"last_update": "2024-03-30 17:18:43" "last_update": "2024-03-30 17:18:43"
}, },
"https://github.com/ssitu/ComfyUI_restart_sampling": { "https://github.com/ssitu/ComfyUI_restart_sampling": {
@ -285,7 +285,7 @@
}, },
"https://github.com/melMass/comfy_mtb": { "https://github.com/melMass/comfy_mtb": {
"stars": 283, "stars": 283,
"last_update": "2024-04-25 20:09:49" "last_update": "2024-04-26 20:26:54"
}, },
"https://github.com/xXAdonesXx/NodeGPT": { "https://github.com/xXAdonesXx/NodeGPT": {
"stars": 304, "stars": 304,
@ -336,7 +336,7 @@
"last_update": "2024-04-17 23:10:37" "last_update": "2024-04-17 23:10:37"
}, },
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "https://github.com/shiimizu/ComfyUI-TiledDiffusion": {
"stars": 157, "stars": 158,
"last_update": "2024-04-11 21:32:24" "last_update": "2024-04-11 21:32:24"
}, },
"https://github.com/ZaneA/ComfyUI-ImageReward": { "https://github.com/ZaneA/ComfyUI-ImageReward": {
@ -352,15 +352,15 @@
"last_update": "2023-09-26 06:31:44" "last_update": "2023-09-26 06:31:44"
}, },
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": { "https://github.com/cubiq/ComfyUI_IPAdapter_plus": {
"stars": 2389, "stars": 2399,
"last_update": "2024-04-25 23:30:16" "last_update": "2024-04-25 23:30:16"
}, },
"https://github.com/cubiq/ComfyUI_InstantID": { "https://github.com/cubiq/ComfyUI_InstantID": {
"stars": 717, "stars": 719,
"last_update": "2024-04-13 09:44:58" "last_update": "2024-04-13 09:44:58"
}, },
"https://github.com/cubiq/ComfyUI_FaceAnalysis": { "https://github.com/cubiq/ComfyUI_FaceAnalysis": {
"stars": 121, "stars": 123,
"last_update": "2024-04-25 07:48:07" "last_update": "2024-04-25 07:48:07"
}, },
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": {
@ -396,7 +396,7 @@
"last_update": "2023-12-25 04:37:03" "last_update": "2023-12-25 04:37:03"
}, },
"https://github.com/sipherxyz/comfyui-art-venture": { "https://github.com/sipherxyz/comfyui-art-venture": {
"stars": 58, "stars": 59,
"last_update": "2024-04-26 07:36:13" "last_update": "2024-04-26 07:36:13"
}, },
"https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": {
@ -476,7 +476,7 @@
"last_update": "2024-03-10 09:09:50" "last_update": "2024-03-10 09:09:50"
}, },
"https://github.com/failfa-st/failfast-comfyui-extensions": { "https://github.com/failfa-st/failfast-comfyui-extensions": {
"stars": 110, "stars": 111,
"last_update": "2024-02-25 09:56:19" "last_update": "2024-02-25 09:56:19"
}, },
"https://github.com/Pfaeff/pfaeff-comfyui": { "https://github.com/Pfaeff/pfaeff-comfyui": {
@ -488,19 +488,19 @@
"last_update": "2024-03-28 23:02:54" "last_update": "2024-03-28 23:02:54"
}, },
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": {
"stars": 343, "stars": 344,
"last_update": "2024-04-04 19:49:52" "last_update": "2024-04-04 19:49:52"
}, },
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": {
"stars": 2001, "stars": 2002,
"last_update": "2024-04-26 00:08:18" "last_update": "2024-04-26 23:03:06"
}, },
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": {
"stars": 306, "stars": 306,
"last_update": "2024-04-20 18:24:00" "last_update": "2024-04-20 18:24:00"
}, },
"https://github.com/Gourieff/comfyui-reactor-node": { "https://github.com/Gourieff/comfyui-reactor-node": {
"stars": 875, "stars": 877,
"last_update": "2024-04-23 12:35:17" "last_update": "2024-04-23 12:35:17"
}, },
"https://github.com/imb101/ComfyUI-FaceSwap": { "https://github.com/imb101/ComfyUI-FaceSwap": {
@ -524,7 +524,7 @@
"last_update": "2023-10-15 03:19:16" "last_update": "2023-10-15 03:19:16"
}, },
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": {
"stars": 151, "stars": 152,
"last_update": "2024-01-07 03:29:57" "last_update": "2024-01-07 03:29:57"
}, },
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": { "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": {
@ -616,7 +616,7 @@
"last_update": "2023-08-16 15:44:24" "last_update": "2023-08-16 15:44:24"
}, },
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "https://github.com/hustille/ComfyUI_Fooocus_KSampler": {
"stars": 56, "stars": 57,
"last_update": "2023-09-10 01:51:24" "last_update": "2023-09-10 01:51:24"
}, },
"https://github.com/badjeff/comfyui_lora_tag_loader": { "https://github.com/badjeff/comfyui_lora_tag_loader": {
@ -624,11 +624,11 @@
"last_update": "2024-02-12 07:46:02" "last_update": "2024-02-12 07:46:02"
}, },
"https://github.com/rgthree/rgthree-comfy": { "https://github.com/rgthree/rgthree-comfy": {
"stars": 518, "stars": 520,
"last_update": "2024-04-21 23:46:18" "last_update": "2024-04-21 23:46:18"
}, },
"https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": {
"stars": 721, "stars": 722,
"last_update": "2024-04-26 09:37:23" "last_update": "2024-04-26 09:37:23"
}, },
"https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": {
@ -640,7 +640,7 @@
"last_update": "2024-03-22 07:26:43" "last_update": "2024-03-22 07:26:43"
}, },
"https://github.com/syllebra/bilbox-comfyui": { "https://github.com/syllebra/bilbox-comfyui": {
"stars": 69, "stars": 70,
"last_update": "2024-04-03 22:58:07" "last_update": "2024-04-03 22:58:07"
}, },
"https://github.com/giriss/comfy-image-saver": { "https://github.com/giriss/comfy-image-saver": {
@ -708,7 +708,7 @@
"last_update": "2023-08-19 06:52:19" "last_update": "2023-08-19 06:52:19"
}, },
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": {
"stars": 127, "stars": 128,
"last_update": "2024-03-15 19:05:53" "last_update": "2024-03-15 19:05:53"
}, },
"https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": {
@ -728,7 +728,7 @@
"last_update": "2024-03-16 11:27:55" "last_update": "2024-03-16 11:27:55"
}, },
"https://github.com/Nuked88/ComfyUI-N-Sidebar": { "https://github.com/Nuked88/ComfyUI-N-Sidebar": {
"stars": 290, "stars": 291,
"last_update": "2024-04-26 08:58:09" "last_update": "2024-04-26 08:58:09"
}, },
"https://github.com/richinsley/Comfy-LFO": { "https://github.com/richinsley/Comfy-LFO": {
@ -776,7 +776,7 @@
"last_update": "2024-03-04 08:52:39" "last_update": "2024-03-04 08:52:39"
}, },
"https://github.com/Acly/comfyui-inpaint-nodes": { "https://github.com/Acly/comfyui-inpaint-nodes": {
"stars": 285, "stars": 286,
"last_update": "2024-04-24 04:17:56" "last_update": "2024-04-24 04:17:56"
}, },
"https://github.com/picturesonpictures/comfy_PoP": { "https://github.com/picturesonpictures/comfy_PoP": {
@ -868,8 +868,8 @@
"last_update": "2024-01-23 17:12:45" "last_update": "2024-01-23 17:12:45"
}, },
"https://github.com/cubiq/ComfyUI_essentials": { "https://github.com/cubiq/ComfyUI_essentials": {
"stars": 211, "stars": 213,
"last_update": "2024-04-24 11:18:10" "last_update": "2024-04-26 13:39:49"
}, },
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "https://github.com/Clybius/ComfyUI-Latent-Modifiers": {
"stars": 39, "stars": 39,
@ -880,7 +880,7 @@
"last_update": "2024-04-18 04:28:09" "last_update": "2024-04-18 04:28:09"
}, },
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": {
"stars": 1008, "stars": 1009,
"last_update": "2024-04-21 14:51:14" "last_update": "2024-04-21 14:51:14"
}, },
"https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": {
@ -920,15 +920,15 @@
"last_update": "2024-04-12 12:59:58" "last_update": "2024-04-12 12:59:58"
}, },
"https://github.com/kijai/ComfyUI-KJNodes": { "https://github.com/kijai/ComfyUI-KJNodes": {
"stars": 197, "stars": 199,
"last_update": "2024-04-26 09:59:27" "last_update": "2024-04-26 23:46:07"
}, },
"https://github.com/kijai/ComfyUI-CCSR": { "https://github.com/kijai/ComfyUI-CCSR": {
"stars": 105, "stars": 105,
"last_update": "2024-03-18 10:10:20" "last_update": "2024-03-18 10:10:20"
}, },
"https://github.com/kijai/ComfyUI-SVD": { "https://github.com/kijai/ComfyUI-SVD": {
"stars": 151, "stars": 150,
"last_update": "2023-11-25 10:16:57" "last_update": "2023-11-25 10:16:57"
}, },
"https://github.com/kijai/ComfyUI-Marigold": { "https://github.com/kijai/ComfyUI-Marigold": {
@ -936,11 +936,11 @@
"last_update": "2024-04-08 08:33:04" "last_update": "2024-04-08 08:33:04"
}, },
"https://github.com/kijai/ComfyUI-Geowizard": { "https://github.com/kijai/ComfyUI-Geowizard": {
"stars": 69, "stars": 70,
"last_update": "2024-04-07 12:46:47" "last_update": "2024-04-07 12:46:47"
}, },
"https://github.com/kijai/ComfyUI-depth-fm": { "https://github.com/kijai/ComfyUI-depth-fm": {
"stars": 41, "stars": 42,
"last_update": "2024-04-24 22:53:30" "last_update": "2024-04-24 22:53:30"
}, },
"https://github.com/kijai/ComfyUI-DDColor": { "https://github.com/kijai/ComfyUI-DDColor": {
@ -952,11 +952,11 @@
"last_update": "2024-03-27 19:38:20" "last_update": "2024-03-27 19:38:20"
}, },
"https://github.com/kijai/ComfyUI-moondream": { "https://github.com/kijai/ComfyUI-moondream": {
"stars": 62, "stars": 63,
"last_update": "2024-03-11 00:50:24" "last_update": "2024-03-11 00:50:24"
}, },
"https://github.com/kijai/ComfyUI-SUPIR": { "https://github.com/kijai/ComfyUI-SUPIR": {
"stars": 915, "stars": 919,
"last_update": "2024-04-23 10:04:12" "last_update": "2024-04-23 10:04:12"
}, },
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": {
@ -988,7 +988,7 @@
"last_update": "2024-04-25 10:17:28" "last_update": "2024-04-25 10:17:28"
}, },
"https://github.com/storyicon/comfyui_segment_anything": { "https://github.com/storyicon/comfyui_segment_anything": {
"stars": 393, "stars": 394,
"last_update": "2024-04-03 15:43:25" "last_update": "2024-04-03 15:43:25"
}, },
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "https://github.com/a1lazydog/ComfyUI-AudioScheduler": {
@ -1040,7 +1040,7 @@
"last_update": "2024-02-27 12:47:52" "last_update": "2024-02-27 12:47:52"
}, },
"https://github.com/chflame163/ComfyUI_LayerStyle": { "https://github.com/chflame163/ComfyUI_LayerStyle": {
"stars": 417, "stars": 420,
"last_update": "2024-04-25 03:12:00" "last_update": "2024-04-25 03:12:00"
}, },
"https://github.com/chflame163/ComfyUI_FaceSimilarity": { "https://github.com/chflame163/ComfyUI_FaceSimilarity": {
@ -1052,7 +1052,7 @@
"last_update": "2023-10-20 16:33:23" "last_update": "2023-10-20 16:33:23"
}, },
"https://github.com/shadowcz007/comfyui-mixlab-nodes": { "https://github.com/shadowcz007/comfyui-mixlab-nodes": {
"stars": 683, "stars": 685,
"last_update": "2024-04-25 13:23:44" "last_update": "2024-04-25 13:23:44"
}, },
"https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "https://github.com/shadowcz007/comfyui-ultralytics-yolo": {
@ -1168,8 +1168,8 @@
"last_update": "2024-02-15 05:52:28" "last_update": "2024-02-15 05:52:28"
}, },
"https://github.com/banodoco/steerable-motion": { "https://github.com/banodoco/steerable-motion": {
"stars": 505, "stars": 506,
"last_update": "2024-04-25 21:12:20" "last_update": "2024-04-26 17:36:31"
}, },
"https://github.com/gemell1/ComfyUI_GMIC": { "https://github.com/gemell1/ComfyUI_GMIC": {
"stars": 5, "stars": 5,
@ -1220,7 +1220,7 @@
"last_update": "2023-11-21 14:34:54" "last_update": "2023-11-21 14:34:54"
}, },
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": {
"stars": 80, "stars": 81,
"last_update": "2024-04-07 00:30:45" "last_update": "2024-04-07 00:30:45"
}, },
"https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": {
@ -1245,10 +1245,10 @@
}, },
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": {
"stars": 404, "stars": 404,
"last_update": "2024-03-31 15:10:51" "last_update": "2024-04-26 19:32:00"
}, },
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": {
"stars": 264, "stars": 263,
"last_update": "2023-11-24 06:14:27" "last_update": "2023-11-24 06:14:27"
}, },
"https://github.com/thecooltechguy/ComfyUI-ComfyRun": { "https://github.com/thecooltechguy/ComfyUI-ComfyRun": {
@ -1264,7 +1264,7 @@
"last_update": "2024-03-11 09:48:04" "last_update": "2024-03-11 09:48:04"
}, },
"https://github.com/Danand/ComfyUI-ComfyCouple": { "https://github.com/Danand/ComfyUI-ComfyCouple": {
"stars": 15, "stars": 16,
"last_update": "2024-04-06 21:05:24" "last_update": "2024-04-06 21:05:24"
}, },
"https://github.com/42lux/ComfyUI-safety-checker": { "https://github.com/42lux/ComfyUI-safety-checker": {
@ -1284,19 +1284,19 @@
"last_update": "2024-02-10 14:58:22" "last_update": "2024-02-10 14:58:22"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": {
"stars": 267, "stars": 268,
"last_update": "2024-04-17 19:59:18" "last_update": "2024-04-17 19:59:18"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": {
"stars": 59, "stars": 60,
"last_update": "2024-04-17 20:02:42" "last_update": "2024-04-17 20:02:42"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": {
"stars": 509, "stars": 511,
"last_update": "2024-04-17 19:57:55" "last_update": "2024-04-17 19:57:55"
}, },
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": {
"stars": 1369, "stars": 1370,
"last_update": "2024-04-17 19:57:18" "last_update": "2024-04-17 19:57:18"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": {
@ -1304,7 +1304,7 @@
"last_update": "2024-01-03 15:22:13" "last_update": "2024-01-03 15:22:13"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": {
"stars": 1089, "stars": 1091,
"last_update": "2024-04-17 20:02:02" "last_update": "2024-04-17 20:02:02"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": {
@ -1312,7 +1312,7 @@
"last_update": "2024-04-17 20:01:40" "last_update": "2024-04-17 20:01:40"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": {
"stars": 166, "stars": 167,
"last_update": "2024-04-17 19:58:21" "last_update": "2024-04-17 19:58:21"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": {
@ -1324,7 +1324,7 @@
"last_update": "2024-04-17 20:03:27" "last_update": "2024-04-17 20:03:27"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": {
"stars": 351, "stars": 353,
"last_update": "2024-04-17 20:00:25" "last_update": "2024-04-17 20:00:25"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": {
@ -1336,11 +1336,11 @@
"last_update": "2024-04-17 20:00:02" "last_update": "2024-04-17 20:00:02"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": {
"stars": 57, "stars": 58,
"last_update": "2024-04-17 20:00:46" "last_update": "2024-04-17 20:00:46"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": {
"stars": 95, "stars": 96,
"last_update": "2024-04-17 19:59:42" "last_update": "2024-04-17 19:59:42"
}, },
"https://github.com/kenjiqq/qq-nodes-comfyui": { "https://github.com/kenjiqq/qq-nodes-comfyui": {
@ -1376,7 +1376,7 @@
"last_update": "2023-12-05 09:44:42" "last_update": "2023-12-05 09:44:42"
}, },
"https://github.com/wmatson/easy-comfy-nodes": { "https://github.com/wmatson/easy-comfy-nodes": {
"stars": 9, "stars": 10,
"last_update": "2024-04-03 15:31:07" "last_update": "2024-04-03 15:31:07"
}, },
"https://github.com/DrJKL/ComfyUI-Anchors": { "https://github.com/DrJKL/ComfyUI-Anchors": {
@ -1448,7 +1448,7 @@
"last_update": "2024-04-21 07:59:14" "last_update": "2024-04-21 07:59:14"
}, },
"https://github.com/11cafe/comfyui-workspace-manager": { "https://github.com/11cafe/comfyui-workspace-manager": {
"stars": 640, "stars": 641,
"last_update": "2024-04-18 10:03:50" "last_update": "2024-04-18 10:03:50"
}, },
"https://github.com/knuknX/ComfyUI-Image-Tools": { "https://github.com/knuknX/ComfyUI-Image-Tools": {
@ -1476,8 +1476,8 @@
"last_update": "2024-04-23 06:21:36" "last_update": "2024-04-23 06:21:36"
}, },
"https://github.com/yolain/ComfyUI-Easy-Use": { "https://github.com/yolain/ComfyUI-Easy-Use": {
"stars": 344, "stars": 346,
"last_update": "2024-04-26 07:35:51" "last_update": "2024-04-26 21:28:27"
}, },
"https://github.com/bruefire/ComfyUI-SeqImageLoader": { "https://github.com/bruefire/ComfyUI-SeqImageLoader": {
"stars": 25, "stars": 25,
@ -1525,7 +1525,7 @@
}, },
"https://github.com/glibsonoran/Plush-for-ComfyUI": { "https://github.com/glibsonoran/Plush-for-ComfyUI": {
"stars": 92, "stars": 92,
"last_update": "2024-04-25 17:31:19" "last_update": "2024-04-26 23:03:13"
}, },
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": {
"stars": 24, "stars": 24,
@ -1556,7 +1556,7 @@
"last_update": "2023-12-15 07:37:43" "last_update": "2023-12-15 07:37:43"
}, },
"https://github.com/dmarx/ComfyUI-Keyframed": { "https://github.com/dmarx/ComfyUI-Keyframed": {
"stars": 72, "stars": 73,
"last_update": "2023-12-30 00:37:20" "last_update": "2023-12-30 00:37:20"
}, },
"https://github.com/dmarx/ComfyUI-AudioReactive": { "https://github.com/dmarx/ComfyUI-AudioReactive": {
@ -1568,7 +1568,7 @@
"last_update": "2023-12-16 19:21:57" "last_update": "2023-12-16 19:21:57"
}, },
"https://github.com/BennyKok/comfyui-deploy": { "https://github.com/BennyKok/comfyui-deploy": {
"stars": 563, "stars": 565,
"last_update": "2024-04-25 10:36:28" "last_update": "2024-04-25 10:36:28"
}, },
"https://github.com/florestefano1975/comfyui-portrait-master": { "https://github.com/florestefano1975/comfyui-portrait-master": {
@ -1653,7 +1653,7 @@
}, },
"https://github.com/edenartlab/eden_comfy_pipelines": { "https://github.com/edenartlab/eden_comfy_pipelines": {
"stars": 26, "stars": 26,
"last_update": "2024-04-17 01:06:53" "last_update": "2024-04-26 20:32:01"
}, },
"https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "https://github.com/pkpkTech/ComfyUI-SaveAVIF": {
"stars": 1, "stars": 1,
@ -1684,7 +1684,7 @@
"last_update": "2024-01-29 02:37:38" "last_update": "2024-01-29 02:37:38"
}, },
"https://github.com/54rt1n/ComfyUI-DareMerge": { "https://github.com/54rt1n/ComfyUI-DareMerge": {
"stars": 27, "stars": 28,
"last_update": "2024-01-29 23:23:01" "last_update": "2024-01-29 23:23:01"
}, },
"https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": {
@ -1732,7 +1732,7 @@
"last_update": "2024-03-24 19:03:45" "last_update": "2024-03-24 19:03:45"
}, },
"https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": {
"stars": 310, "stars": 311,
"last_update": "2024-03-19 10:49:59" "last_update": "2024-03-19 10:49:59"
}, },
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "https://github.com/flowtyone/ComfyUI-Flowty-CRM": {
@ -1744,7 +1744,7 @@
"last_update": "2024-01-05 09:36:52" "last_update": "2024-01-05 09:36:52"
}, },
"https://github.com/siliconflow/onediff_comfy_nodes": { "https://github.com/siliconflow/onediff_comfy_nodes": {
"stars": 8, "stars": 9,
"last_update": "2024-04-08 04:23:57" "last_update": "2024-04-08 04:23:57"
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": {
@ -1756,7 +1756,7 @@
"last_update": "2024-01-04 14:41:18" "last_update": "2024-01-04 14:41:18"
}, },
"https://github.com/chaojie/ComfyUI-AniPortrait": { "https://github.com/chaojie/ComfyUI-AniPortrait": {
"stars": 211, "stars": 212,
"last_update": "2024-04-02 03:06:43" "last_update": "2024-04-02 03:06:43"
}, },
"https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": {
@ -1776,7 +1776,7 @@
"last_update": "2024-03-14 14:41:18" "last_update": "2024-03-14 14:41:18"
}, },
"https://github.com/chaojie/ComfyUI-dust3r": { "https://github.com/chaojie/ComfyUI-dust3r": {
"stars": 12, "stars": 13,
"last_update": "2024-04-23 01:47:18" "last_update": "2024-04-23 01:47:18"
}, },
"https://github.com/chaojie/ComfyUI-Gemma": { "https://github.com/chaojie/ComfyUI-Gemma": {
@ -1784,7 +1784,7 @@
"last_update": "2024-02-24 10:02:51" "last_update": "2024-02-24 10:02:51"
}, },
"https://github.com/chaojie/ComfyUI-DynamiCrafter": { "https://github.com/chaojie/ComfyUI-DynamiCrafter": {
"stars": 85, "stars": 86,
"last_update": "2024-03-16 19:08:28" "last_update": "2024-03-16 19:08:28"
}, },
"https://github.com/chaojie/ComfyUI-Panda3d": { "https://github.com/chaojie/ComfyUI-Panda3d": {
@ -1840,7 +1840,7 @@
"last_update": "2024-01-14 04:23:09" "last_update": "2024-01-14 04:23:09"
}, },
"https://github.com/MrForExample/ComfyUI-3D-Pack": { "https://github.com/MrForExample/ComfyUI-3D-Pack": {
"stars": 1412, "stars": 1413,
"last_update": "2024-04-13 17:45:06" "last_update": "2024-04-13 17:45:06"
}, },
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": {
@ -1904,7 +1904,7 @@
"last_update": "2024-03-08 19:59:00" "last_update": "2024-03-08 19:59:00"
}, },
"https://github.com/Layer-norm/comfyui-lama-remover": { "https://github.com/Layer-norm/comfyui-lama-remover": {
"stars": 40, "stars": 41,
"last_update": "2024-01-13 04:58:58" "last_update": "2024-01-13 04:58:58"
}, },
"https://github.com/Taremin/comfyui-prompt-extranetworks": { "https://github.com/Taremin/comfyui-prompt-extranetworks": {
@ -1952,7 +1952,7 @@
"last_update": "2024-03-24 07:26:03" "last_update": "2024-03-24 07:26:03"
}, },
"https://github.com/JaredTherriault/ComfyUI-JNodes": { "https://github.com/JaredTherriault/ComfyUI-JNodes": {
"stars": 5, "stars": 6,
"last_update": "2024-04-24 16:42:25" "last_update": "2024-04-24 16:42:25"
}, },
"https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "https://github.com/prozacgod/comfyui-pzc-multiworkspace": {
@ -2028,7 +2028,7 @@
"last_update": "2024-01-26 06:28:40" "last_update": "2024-01-26 06:28:40"
}, },
"https://github.com/gokayfem/ComfyUI_VLM_nodes": { "https://github.com/gokayfem/ComfyUI_VLM_nodes": {
"stars": 188, "stars": 189,
"last_update": "2024-04-23 23:50:30" "last_update": "2024-04-23 23:50:30"
}, },
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": {
@ -2080,7 +2080,7 @@
"last_update": "2024-04-12 09:50:19" "last_update": "2024-04-12 09:50:19"
}, },
"https://github.com/zhongpei/ComfyUI-InstructIR": { "https://github.com/zhongpei/ComfyUI-InstructIR": {
"stars": 53, "stars": 54,
"last_update": "2024-02-01 06:40:40" "last_update": "2024-02-01 06:40:40"
}, },
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "https://github.com/Loewen-Hob/rembg-comfyui-node-better": {
@ -2137,7 +2137,7 @@
}, },
"https://github.com/davask/ComfyUI-MarasIT-Nodes": { "https://github.com/davask/ComfyUI-MarasIT-Nodes": {
"stars": 18, "stars": 18,
"last_update": "2024-04-15 10:15:37" "last_update": "2024-04-26 23:20:46"
}, },
"https://github.com/yffyhk/comfyui_auto_danbooru": { "https://github.com/yffyhk/comfyui_auto_danbooru": {
"stars": 0, "stars": 0,
@ -2352,7 +2352,7 @@
"last_update": "2024-02-29 19:40:01" "last_update": "2024-02-29 19:40:01"
}, },
"https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": {
"stars": 14, "stars": 13,
"last_update": "2024-04-21 10:05:37" "last_update": "2024-04-21 10:05:37"
}, },
"https://github.com/uetuluk/comfyui-webcam-node": { "https://github.com/uetuluk/comfyui-webcam-node": {
@ -2360,7 +2360,7 @@
"last_update": "2024-03-01 07:25:27" "last_update": "2024-03-01 07:25:27"
}, },
"https://github.com/huchenlei/ComfyUI-layerdiffuse": { "https://github.com/huchenlei/ComfyUI-layerdiffuse": {
"stars": 1089, "stars": 1090,
"last_update": "2024-03-09 21:16:31" "last_update": "2024-03-09 21:16:31"
}, },
"https://github.com/huchenlei/ComfyUI_DanTagGen": { "https://github.com/huchenlei/ComfyUI_DanTagGen": {
@ -2488,7 +2488,7 @@
"last_update": "2024-03-13 08:26:09" "last_update": "2024-03-13 08:26:09"
}, },
"https://github.com/if-ai/ComfyUI-IF_AI_tools": { "https://github.com/if-ai/ComfyUI-IF_AI_tools": {
"stars": 167, "stars": 174,
"last_update": "2024-04-25 15:37:52" "last_update": "2024-04-25 15:37:52"
}, },
"https://github.com/dmMaze/sketch2manga": { "https://github.com/dmMaze/sketch2manga": {
@ -2528,8 +2528,8 @@
"last_update": "2024-04-21 17:21:53" "last_update": "2024-04-21 17:21:53"
}, },
"https://github.com/daxcay/ComfyUI-JDCN": { "https://github.com/daxcay/ComfyUI-JDCN": {
"stars": 12, "stars": 11,
"last_update": "2024-04-26 07:24:30" "last_update": "2024-04-26 12:36:07"
}, },
"https://github.com/Seedsa/Fooocus_Nodes": { "https://github.com/Seedsa/Fooocus_Nodes": {
"stars": 22, "stars": 22,
@ -2553,7 +2553,7 @@
}, },
"https://github.com/chaosaiart/Chaosaiart-Nodes": { "https://github.com/chaosaiart/Chaosaiart-Nodes": {
"stars": 29, "stars": 29,
"last_update": "2024-04-22 00:50:39" "last_update": "2024-04-26 18:58:18"
}, },
"https://github.com/viperyl/ComfyUI-BiRefNet": { "https://github.com/viperyl/ComfyUI-BiRefNet": {
"stars": 129, "stars": 129,
@ -2569,10 +2569,10 @@
}, },
"https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": {
"stars": 31, "stars": 31,
"last_update": "2024-04-07 10:43:50" "last_update": "2024-04-26 19:44:51"
}, },
"https://github.com/hay86/ComfyUI_Dreamtalk": { "https://github.com/hay86/ComfyUI_Dreamtalk": {
"stars": 3, "stars": 4,
"last_update": "2024-04-12 09:13:05" "last_update": "2024-04-12 09:13:05"
}, },
"https://github.com/shinich39/comfyui-load-image-39": { "https://github.com/shinich39/comfyui-load-image-39": {
@ -2581,7 +2581,7 @@
}, },
"https://github.com/shinich39/comfyui-ramdom-node-39": { "https://github.com/shinich39/comfyui-ramdom-node-39": {
"stars": 2, "stars": 2,
"last_update": "2024-04-24 19:47:10" "last_update": "2024-04-26 23:38:27"
}, },
"https://github.com/wei30172/comfygen": { "https://github.com/wei30172/comfygen": {
"stars": 3, "stars": 3,
@ -2589,7 +2589,7 @@
}, },
"https://github.com/zombieyang/sd-ppp": { "https://github.com/zombieyang/sd-ppp": {
"stars": 5, "stars": 5,
"last_update": "2024-04-26 10:30:25" "last_update": "2024-04-26 16:01:20"
}, },
"https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": {
"stars": 3, "stars": 3,
@ -2605,7 +2605,7 @@
}, },
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": {
"stars": 7, "stars": 7,
"last_update": "2024-04-25 18:24:37" "last_update": "2024-04-26 20:08:36"
}, },
"https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "https://github.com/jiaxiangc/ComfyUI-ResAdapter": {
"stars": 244, "stars": 244,
@ -2648,8 +2648,8 @@
"last_update": "2024-04-01 10:47:39" "last_update": "2024-04-01 10:47:39"
}, },
"https://github.com/comfyanonymous/ComfyUI": { "https://github.com/comfyanonymous/ComfyUI": {
"stars": 33240, "stars": 33280,
"last_update": "2024-04-25 21:56:02" "last_update": "2024-04-26 16:51:13"
}, },
"https://github.com/chaojie/ComfyUI-MuseV": { "https://github.com/chaojie/ComfyUI-MuseV": {
"stars": 83, "stars": 83,
@ -2660,7 +2660,7 @@
"last_update": "2024-04-02 19:18:34" "last_update": "2024-04-02 19:18:34"
}, },
"https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "https://github.com/BlakeOne/ComfyUI-CustomScheduler": {
"stars": 7, "stars": 8,
"last_update": "2024-04-21 17:11:38" "last_update": "2024-04-21 17:11:38"
}, },
"https://github.com/bobmagicii/comfykit-custom-nodes": { "https://github.com/bobmagicii/comfykit-custom-nodes": {
@ -2668,7 +2668,7 @@
"last_update": "2024-04-04 16:39:56" "last_update": "2024-04-04 16:39:56"
}, },
"https://github.com/chaojie/ComfyUI-MuseTalk": { "https://github.com/chaojie/ComfyUI-MuseTalk": {
"stars": 62, "stars": 63,
"last_update": "2024-04-05 15:26:14" "last_update": "2024-04-05 15:26:14"
}, },
"https://github.com/bvhari/ComfyUI_SUNoise": { "https://github.com/bvhari/ComfyUI_SUNoise": {
@ -2812,11 +2812,11 @@
"last_update": "2024-04-25 06:50:39" "last_update": "2024-04-25 06:50:39"
}, },
"https://github.com/nullquant/ComfyUI-BrushNet": { "https://github.com/nullquant/ComfyUI-BrushNet": {
"stars": 103, "stars": 107,
"last_update": "2024-04-23 20:03:05" "last_update": "2024-04-23 20:03:05"
}, },
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": {
"stars": 112, "stars": 113,
"last_update": "2024-04-24 03:51:33" "last_update": "2024-04-24 03:51:33"
}, },
"https://github.com/pamparamm/sd-perturbed-attention": { "https://github.com/pamparamm/sd-perturbed-attention": {
@ -2840,7 +2840,7 @@
"last_update": "2024-04-21 02:35:06" "last_update": "2024-04-21 02:35:06"
}, },
"https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": {
"stars": 89, "stars": 92,
"last_update": "2024-04-25 06:53:29" "last_update": "2024-04-25 06:53:29"
}, },
"https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "https://github.com/royceschultz/ComfyUI-TranscriptionTools": {
@ -2852,7 +2852,7 @@
"last_update": "2024-04-21 17:10:35" "last_update": "2024-04-21 17:10:35"
}, },
"https://github.com/liusida/ComfyUI-Login": { "https://github.com/liusida/ComfyUI-Login": {
"stars": 15, "stars": 16,
"last_update": "2024-04-22 08:15:19" "last_update": "2024-04-22 08:15:19"
}, },
"https://github.com/Sorcerio/MBM-Music-Visualizer": { "https://github.com/Sorcerio/MBM-Music-Visualizer": {
@ -2876,7 +2876,7 @@
"last_update": "2024-04-15 07:49:55" "last_update": "2024-04-15 07:49:55"
}, },
"https://github.com/jtydhr88/ComfyUI-InstantMesh": { "https://github.com/jtydhr88/ComfyUI-InstantMesh": {
"stars": 94, "stars": 96,
"last_update": "2024-04-17 03:15:10" "last_update": "2024-04-17 03:15:10"
}, },
"https://github.com/txt2any/ComfyUI-PromptOrganizer": { "https://github.com/txt2any/ComfyUI-PromptOrganizer": {
@ -2888,7 +2888,7 @@
"last_update": "2024-04-14 12:45:49" "last_update": "2024-04-14 12:45:49"
}, },
"https://github.com/chaojie/ComfyUI-EasyAnimate": { "https://github.com/chaojie/ComfyUI-EasyAnimate": {
"stars": 35, "stars": 34,
"last_update": "2024-04-16 14:45:13" "last_update": "2024-04-16 14:45:13"
}, },
"https://github.com/hay86/ComfyUI_OpenVoice": { "https://github.com/hay86/ComfyUI_OpenVoice": {
@ -2920,15 +2920,15 @@
"last_update": "2024-04-26 02:13:49" "last_update": "2024-04-26 02:13:49"
}, },
"https://github.com/frankchieng/ComfyUI_MagicClothing": { "https://github.com/frankchieng/ComfyUI_MagicClothing": {
"stars": 279, "stars": 286,
"last_update": "2024-04-26 08:47:20" "last_update": "2024-04-26 12:03:17"
}, },
"https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": {
"stars": 1, "stars": 1,
"last_update": "2024-04-25 07:08:45" "last_update": "2024-04-25 07:08:45"
}, },
"https://github.com/JettHu/ComfyUI_TGate": { "https://github.com/JettHu/ComfyUI_TGate": {
"stars": 19, "stars": 23,
"last_update": "2024-04-26 05:12:35" "last_update": "2024-04-26 05:12:35"
}, },
"https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "https://github.com/VAST-AI-Research/ComfyUI-Tripo": {
@ -2985,7 +2985,7 @@
}, },
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": { "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": {
"stars": 1, "stars": 1,
"last_update": "2024-04-23 14:44:26" "last_update": "2024-04-26 20:00:06"
}, },
"https://github.com/BlakeOne/ComfyUI-NodeReset": { "https://github.com/BlakeOne/ComfyUI-NodeReset": {
"stars": 1, "stars": 1,
@ -2996,11 +2996,11 @@
"last_update": "2024-04-25 16:38:55" "last_update": "2024-04-25 16:38:55"
}, },
"https://github.com/AIFSH/ComfyUI-WhisperX": { "https://github.com/AIFSH/ComfyUI-WhisperX": {
"stars": 5, "stars": 6,
"last_update": "2024-04-25 06:59:44" "last_update": "2024-04-25 06:59:44"
}, },
"https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": {
"stars": 13, "stars": 14,
"last_update": "2024-04-24 05:32:08" "last_update": "2024-04-24 05:32:08"
}, },
"https://github.com/blueraincoatli/comfyUI_SillyNodes": { "https://github.com/blueraincoatli/comfyUI_SillyNodes": {
@ -3008,11 +3008,11 @@
"last_update": "2024-04-25 03:11:05" "last_update": "2024-04-25 03:11:05"
}, },
"https://github.com/chaojie/ComfyUI-LaVIT": { "https://github.com/chaojie/ComfyUI-LaVIT": {
"stars": 5, "stars": 7,
"last_update": "2024-04-24 13:41:02" "last_update": "2024-04-24 13:41:02"
}, },
"https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "https://github.com/smthemex/ComfyUI_Pipeline_Tool": {
"stars": 2, "stars": 3,
"last_update": "2024-04-24 14:05:59" "last_update": "2024-04-24 14:05:59"
}, },
"https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "https://github.com/ty0x2333/ComfyUI-Dev-Utils": {
@ -3028,16 +3028,16 @@
"last_update": "2024-04-25 22:45:00" "last_update": "2024-04-25 22:45:00"
}, },
"https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "https://github.com/lquesada/ComfyUI-Prompt-Combinator": {
"stars": 13, "stars": 12,
"last_update": "2024-04-25 06:48:17" "last_update": "2024-04-26 19:10:31"
}, },
"https://github.com/chaojie/ComfyUI-SimDA": { "https://github.com/chaojie/ComfyUI-SimDA": {
"stars": 10, "stars": 11,
"last_update": "2024-04-25 03:38:51" "last_update": "2024-04-25 03:38:51"
}, },
"https://github.com/shinich39/comfyui-local-db": { "https://github.com/shinich39/comfyui-local-db": {
"stars": 0, "stars": 0,
"last_update": "2024-04-25 19:42:22" "last_update": "2024-04-26 23:52:01"
}, },
"https://github.com/randjtw/advance-aesthetic-score": { "https://github.com/randjtw/advance-aesthetic-score": {
"stars": 0, "stars": 0,
@ -3048,8 +3048,8 @@
"last_update": "2024-04-25 17:19:40" "last_update": "2024-04-25 17:19:40"
}, },
"https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": {
"stars": 1, "stars": 6,
"last_update": "2024-04-26 11:27:41" "last_update": "2024-04-26 11:45:04"
}, },
"https://github.com/jeffy5/comfyui-faceless-node": { "https://github.com/jeffy5/comfyui-faceless-node": {
"stars": 0, "stars": 0,
@ -3057,14 +3057,22 @@
}, },
"https://github.com/TaiTair/comfyui-simswap": { "https://github.com/TaiTair/comfyui-simswap": {
"stars": 0, "stars": 0,
"last_update": "2024-04-25 23:34:21" "last_update": "2024-04-27 01:03:52"
}, },
"https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": {
"stars": 0, "stars": 1,
"last_update": "2024-04-26 11:16:06" "last_update": "2024-04-26 11:16:06"
}, },
"https://github.com/daxcay/ComfyUI-DRMN": { "https://github.com/daxcay/ComfyUI-DRMN": {
"stars": 0, "stars": 0,
"last_update": "2024-04-26 13:58:55" "last_update": "2024-04-26 13:58:55"
},
"https://github.com/chrisfreilich/virtuoso-nodes": {
"stars": 0,
"last_update": "2024-04-27 00:37:57"
},
"https://github.com/Shinsplat/ComfyUI-Shinsplat": {
"stars": 1,
"last_update": "2024-04-26 22:58:50"
} }
} }

View File

@ -11,7 +11,26 @@
{
"author": "cfreilich",
"title": "Virtuoso Nodes for ComfyUI",
"reference": "https://github.com/chrisfreilich/virtuoso-nodes",
"files": [
"https://github.com/chrisfreilich/virtuoso-nodes"
],
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement 30 blend modes, solid color images, and RGB splitting and merging."
},
{
"author": "Shinsplat",
"title": "ComfyUI-Shinsplat",
"reference": "https://github.com/Shinsplat/ComfyUI-Shinsplat",
"files": [
"https://github.com/Shinsplat/ComfyUI-Shinsplat"
],
"install_type": "git-clone",
"description": "Nodes: Clip Text Encode (Shinsplat), Clip Text Encode SDXL (Shinsplat), Lora Loader (Shinsplat)."
},
{ {
"author": "daxcay", "author": "daxcay",
"title": "ComfyUI-DRMN", "title": "ComfyUI-DRMN",

View File

@ -2505,6 +2505,7 @@
"LandscapeBackgrounds", "LandscapeBackgrounds",
"LandscapeDir", "LandscapeDir",
"MakeupStylesDir", "MakeupStylesDir",
"Mbsampler",
"OptimalCrop", "OptimalCrop",
"PhotomontageA", "PhotomontageA",
"PhotomontageB", "PhotomontageB",
@ -3308,6 +3309,16 @@
"title_aux": "Eagleshadow Custom Nodes" "title_aux": "Eagleshadow Custom Nodes"
} }
], ],
"https://github.com/Shinsplat/ComfyUI-Shinsplat": [
[
"Clip Text Encode (Shinsplat)",
"Clip Text Encode SDXL (Shinsplat)",
"Lora Loader (Shinsplat)"
],
{
"title_aux": "ComfyUI-Shinsplat"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[ [
"SVDRsizer" "SVDRsizer"
@ -6235,6 +6246,21 @@
"title_aux": "Comfy-Topaz" "title_aux": "Comfy-Topaz"
} }
], ],
"https://github.com/chrisfreilich/virtuoso-nodes": [
[
"BlendModes",
"MergeRGB",
"SolidColor",
"SplitRGB"
],
{
"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": "Virtuoso Nodes for ComfyUI"
}
],
"https://github.com/chrisgoringe/cg-image-picker": [ "https://github.com/chrisgoringe/cg-image-picker": [
[ [
"Preview Chooser", "Preview Chooser",
@ -6827,7 +6853,9 @@
], ],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [ "https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[ [
"MarasitAnyBusNode" "MarasitAnyBusNode",
"MarasitDisplayInfoNode",
"MarasitUpscalerGridNode"
], ],
{ {
"title_aux": "\ud83d\udc30 MarasIT Nodes" "title_aux": "\ud83d\udc30 MarasIT Nodes"
@ -7628,6 +7656,7 @@
"Enhancer", "Enhancer",
"ImgTextSwitch", "ImgTextSwitch",
"Plush-Exif Wrangler", "Plush-Exif Wrangler",
"Tagger",
"mulTextSwitch" "mulTextSwitch"
], ],
{ {
@ -8633,6 +8662,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateMagicMask", "CreateMagicMask",
"CreateShapeMask", "CreateShapeMask",
"CreateShapeMaskOnPath",
"CreateTextMask", "CreateTextMask",
"CreateVoronoiMask", "CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",