mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
fa87ebd9a7
commit
5e20b74dcc
@ -13609,6 +13609,48 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Run ComfyUI workflows on multiple local GPUs/networked machines with options to edit the json values within comfyui.\nOriginal repo: [a/city96/ComfyUI_NetDist](https://github.com/city96/ComfyUI_NetDist)"
|
||||
},
|
||||
{
|
||||
"author": "NakamuraShippo",
|
||||
"title": "ComfyUI_mittimiLoadPreset",
|
||||
"id": "comfyui-mittimi-load-preset",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The system selects and loads preset."
|
||||
},
|
||||
{
|
||||
"author": "RodrigoSKohl",
|
||||
"title": "ComfyUI-Panoramic-ImgStitcher",
|
||||
"reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher",
|
||||
"files": [
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodeds:Panoramic Image Stitcher"
|
||||
},
|
||||
{
|
||||
"author": "nicehero",
|
||||
"title": "comfyui-SegGPT",
|
||||
"reference": "https://github.com/nicehero/comfyui-SegGPT",
|
||||
"files": [
|
||||
"https://github.com/nicehero/comfyui-SegGPT"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "We release the [a/SegGPT model](https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) and inference code for segmentation everything, as well as some example images and videos."
|
||||
},
|
||||
{
|
||||
"author": "sakura1bgx",
|
||||
"title": "ComfyUI_FlipStreamViewer",
|
||||
"reference": "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer",
|
||||
"files": [
|
||||
"https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_FlipStreamViewer is a tool that provides a viewer interface for flipping images with frame interpolation, allowing you to watch high-fidelity pseudo-videos without needing AnimateDiff."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4534,6 +4534,14 @@
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
|
||||
[
|
||||
"Image Stitching Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Panoramic-ImgStitcher"
|
||||
}
|
||||
],
|
||||
"https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
|
||||
[
|
||||
"LatentAddTransform",
|
||||
@ -7083,7 +7091,7 @@
|
||||
],
|
||||
{
|
||||
"author": "akatz",
|
||||
"description": "Custom node pack for nodes I use in my workflows. Includes Dilation mask nodes for animating subject masks.",
|
||||
"description": "Custom node pack for nodes I use in my workflows.",
|
||||
"nickname": "Akatz Custom Nodes",
|
||||
"title": "Akatz Custom Nodes",
|
||||
"title_aux": "Akatz Custom Nodes"
|
||||
@ -8881,6 +8889,7 @@
|
||||
"LayerUtility: If",
|
||||
"LayerUtility: ImageAutoCrop",
|
||||
"LayerUtility: ImageAutoCrop V2",
|
||||
"LayerUtility: ImageAutoCrop V3",
|
||||
"LayerUtility: ImageBlend",
|
||||
"LayerUtility: ImageBlend V2",
|
||||
"LayerUtility: ImageBlendAdvance",
|
||||
@ -8900,6 +8909,7 @@
|
||||
"LayerUtility: ImageScaleRestore",
|
||||
"LayerUtility: ImageScaleRestore V2",
|
||||
"LayerUtility: ImageShift",
|
||||
"LayerUtility: ImageTaggerSave",
|
||||
"LayerUtility: Integer",
|
||||
"LayerUtility: LaMa",
|
||||
"LayerUtility: LayerImageTransform",
|
||||
@ -15187,6 +15197,20 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
}
|
||||
],
|
||||
"https://github.com/modelscope/comfyscope": [
|
||||
[
|
||||
"DashScopeFLUXAPI"
|
||||
@ -15326,6 +15350,14 @@
|
||||
"title_aux": "ComfyUI SAM2(Segment Anything 2)"
|
||||
}
|
||||
],
|
||||
"https://github.com/nicehero/comfyui-SegGPT": [
|
||||
[
|
||||
"SegGPT"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-SegGPT"
|
||||
}
|
||||
],
|
||||
"https://github.com/nickve28/ComfyUI-Nich-Utils": [
|
||||
[
|
||||
"Image from Dir Selector (Nich)",
|
||||
@ -16418,6 +16450,17 @@
|
||||
"title_aux": "Suplex Misc ComfyUI Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [
|
||||
[
|
||||
"FlipStreamLoader",
|
||||
"FlipStreamOption",
|
||||
"FlipStreamUpdate",
|
||||
"FlipStreamViewer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_FlipStreamViewer"
|
||||
}
|
||||
],
|
||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
|
||||
[
|
||||
"SDFXClipTextEncode"
|
||||
@ -17473,6 +17516,7 @@
|
||||
"FoxMaskAddMask",
|
||||
"FoxMaskAndMask",
|
||||
"FoxMaskSubMask",
|
||||
"FoxOutlineMask",
|
||||
"FoxPreviewMask",
|
||||
"FoxPrimitiveText",
|
||||
"FoxRegTextFind",
|
||||
|
||||
1702
github-stats.json
1702
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,16 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "APZmedia",
|
||||
"title": "comfyui-textools",
|
||||
"reference": "https://github.com/APZmedia/comfyui-textools",
|
||||
"files": [
|
||||
"https://github.com/APZmedia/comfyui-textools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-textools is a collection of custom nodes designed for use with ComfyUI. These nodes enhance text processing capabilities, including applying rich text overlays on images and cleaning file names for safe and consistent file management.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "VykosX",
|
||||
"title": "ControlFlowUtils [UNSTABLE]",
|
||||
|
||||
@ -260,6 +260,18 @@
|
||||
"title_aux": "YANC- Yet Another Node Collection"
|
||||
}
|
||||
],
|
||||
"https://github.com/APZmedia/comfyui-textools": [
|
||||
[
|
||||
"APZmediaImageRichTextOverlay"
|
||||
],
|
||||
{
|
||||
"author": "Pablo Apiolazza",
|
||||
"description": "This extension provides rich text overlay functionalities, color management, and text parsing utilities for ComfyUI.",
|
||||
"nickname": "ComfyUI Text Tools",
|
||||
"title": "ComfyUI APZmedia Text Tools",
|
||||
"title_aux": "comfyui-textools"
|
||||
}
|
||||
],
|
||||
"https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": [
|
||||
[
|
||||
"Add Human Styler",
|
||||
|
||||
@ -7,12 +7,12 @@
|
||||
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": {
|
||||
"stars": 13,
|
||||
"last_update": "2024-03-08 10:11:44",
|
||||
"author_account_age_days": 376
|
||||
"author_account_age_days": 377
|
||||
},
|
||||
"https://github.com/AI2lab/comfyUI-tool-2lab": {
|
||||
"stars": 17,
|
||||
"last_update": "2024-08-23 02:18:34",
|
||||
"author_account_age_days": 253
|
||||
"stars": 18,
|
||||
"last_update": "2024-08-25 11:59:09",
|
||||
"author_account_age_days": 254
|
||||
},
|
||||
"https://github.com/AIFSH/ComfyUI-OpenDIT": {
|
||||
"stars": 0,
|
||||
@ -32,12 +32,17 @@
|
||||
"https://github.com/ALatentPlace/ComfyUI_yanc": {
|
||||
"stars": 34,
|
||||
"last_update": "2024-08-24 12:09:05",
|
||||
"author_account_age_days": 1521
|
||||
"author_account_age_days": 1522
|
||||
},
|
||||
"https://github.com/APZmedia/comfyui-textools": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-25 14:05:42",
|
||||
"author_account_age_days": 2539
|
||||
},
|
||||
"https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-07-18 05:36:48",
|
||||
"author_account_age_days": 2166
|
||||
"author_account_age_days": 2167
|
||||
},
|
||||
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": {
|
||||
"stars": 7,
|
||||
@ -45,14 +50,14 @@
|
||||
"author_account_age_days": 4136
|
||||
},
|
||||
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": {
|
||||
"stars": 25,
|
||||
"stars": 26,
|
||||
"last_update": "2024-08-25 00:45:34",
|
||||
"author_account_age_days": 492
|
||||
},
|
||||
"https://github.com/Beinsezii/comfyui-amd-go-fast": {
|
||||
"stars": 11,
|
||||
"last_update": "2024-05-10 00:48:37",
|
||||
"author_account_age_days": 2287
|
||||
"author_account_age_days": 2288
|
||||
},
|
||||
"https://github.com/BetaDoggo/ComfyUI-LogicGates": {
|
||||
"stars": 3,
|
||||
@ -77,27 +82,27 @@
|
||||
"https://github.com/Comfy-Org/ComfyUI_devtools": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-08-22 19:36:34",
|
||||
"author_account_age_days": 136
|
||||
"author_account_age_days": 137
|
||||
},
|
||||
"https://github.com/DeTK/ComfyUI-Switch": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-03-04 11:52:04",
|
||||
"author_account_age_days": 2092
|
||||
"author_account_age_days": 2093
|
||||
},
|
||||
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-04-19 11:37:19",
|
||||
"author_account_age_days": 1093
|
||||
"author_account_age_days": 1094
|
||||
},
|
||||
"https://github.com/Elawphant/ComfyUI-MusicGen": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-05-11 13:33:24",
|
||||
"author_account_age_days": 2649
|
||||
"author_account_age_days": 2650
|
||||
},
|
||||
"https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": {
|
||||
"stars": 13,
|
||||
"stars": 14,
|
||||
"last_update": "2024-07-30 10:27:07",
|
||||
"author_account_age_days": 68
|
||||
"author_account_age_days": 69
|
||||
},
|
||||
"https://github.com/ExponentialML/ComfyUI_LiveDirector": {
|
||||
"stars": 35,
|
||||
@ -107,7 +112,7 @@
|
||||
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": {
|
||||
"stars": 13,
|
||||
"last_update": "2024-03-10 01:04:02",
|
||||
"author_account_age_days": 3211
|
||||
"author_account_age_days": 3212
|
||||
},
|
||||
"https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": {
|
||||
"stars": 1,
|
||||
@ -127,7 +132,7 @@
|
||||
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": {
|
||||
"stars": 46,
|
||||
"last_update": "2024-07-23 08:57:27",
|
||||
"author_account_age_days": 224
|
||||
"author_account_age_days": 225
|
||||
},
|
||||
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": {
|
||||
"stars": 12,
|
||||
@ -137,17 +142,17 @@
|
||||
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-03-10 13:27:14",
|
||||
"author_account_age_days": 685
|
||||
"author_account_age_days": 686
|
||||
},
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate": {
|
||||
"stars": 35,
|
||||
"last_update": "2024-08-19 14:38:33",
|
||||
"author_account_age_days": 1153
|
||||
"author_account_age_days": 1154
|
||||
},
|
||||
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": {
|
||||
"stars": 71,
|
||||
"stars": 72,
|
||||
"last_update": "2024-08-21 13:37:51",
|
||||
"author_account_age_days": 472
|
||||
"author_account_age_days": 473
|
||||
},
|
||||
"https://github.com/IvanZhd/comfyui-codeformer": {
|
||||
"stars": 0,
|
||||
@ -172,7 +177,7 @@
|
||||
"https://github.com/Jordach/comfy-consistency-vae": {
|
||||
"stars": 69,
|
||||
"last_update": "2023-11-06 20:50:40",
|
||||
"author_account_age_days": 4574
|
||||
"author_account_age_days": 4575
|
||||
},
|
||||
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": {
|
||||
"stars": 7,
|
||||
@ -180,14 +185,14 @@
|
||||
"author_account_age_days": 3416
|
||||
},
|
||||
"https://github.com/LZpenguin/ComfyUI-Text": {
|
||||
"stars": 23,
|
||||
"stars": 24,
|
||||
"last_update": "2024-06-20 13:38:16",
|
||||
"author_account_age_days": 2040
|
||||
"author_account_age_days": 2041
|
||||
},
|
||||
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-01-14 08:22:39",
|
||||
"author_account_age_days": 225
|
||||
"author_account_age_days": 226
|
||||
},
|
||||
"https://github.com/LevelPixel/ComfyUI-LevelPixel": {
|
||||
"stars": 2,
|
||||
@ -207,7 +212,7 @@
|
||||
"https://github.com/MrAdamBlack/CheckProgress": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-01-10 08:02:18",
|
||||
"author_account_age_days": 2781
|
||||
"author_account_age_days": 2782
|
||||
},
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": {
|
||||
"stars": 7,
|
||||
@ -227,22 +232,22 @@
|
||||
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": {
|
||||
"stars": 4,
|
||||
"last_update": "2023-12-09 05:55:15",
|
||||
"author_account_age_days": 1119
|
||||
"author_account_age_days": 1120
|
||||
},
|
||||
"https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": {
|
||||
"stars": 13,
|
||||
"last_update": "2024-07-31 13:01:18",
|
||||
"author_account_age_days": 5336
|
||||
"author_account_age_days": 5337
|
||||
},
|
||||
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": {
|
||||
"stars": 21,
|
||||
"last_update": "2024-03-17 04:30:01",
|
||||
"author_account_age_days": 4101
|
||||
"author_account_age_days": 4102
|
||||
},
|
||||
"https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-02-22 08:34:44",
|
||||
"author_account_age_days": 270
|
||||
"author_account_age_days": 271
|
||||
},
|
||||
"https://github.com/Sakura-nee/ComfyUI_Save2Discord": {
|
||||
"stars": 0,
|
||||
@ -251,13 +256,13 @@
|
||||
},
|
||||
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-08-24 15:09:48",
|
||||
"author_account_age_days": 1171
|
||||
"last_update": "2024-08-25 04:35:20",
|
||||
"author_account_age_days": 1172
|
||||
},
|
||||
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-06-05 10:01:47",
|
||||
"author_account_age_days": 1187
|
||||
"author_account_age_days": 1188
|
||||
},
|
||||
"https://github.com/Shinsplat/ComfyUI-Shinsplat": {
|
||||
"stars": 25,
|
||||
@ -267,7 +272,7 @@
|
||||
"https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-07-15 11:57:20",
|
||||
"author_account_age_days": 3017
|
||||
"author_account_age_days": 3018
|
||||
},
|
||||
"https://github.com/StartHua/Comfyui_CSDMT_CXH": {
|
||||
"stars": 18,
|
||||
@ -287,17 +292,17 @@
|
||||
"https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": {
|
||||
"stars": 10,
|
||||
"last_update": "2024-08-21 17:52:56",
|
||||
"author_account_age_days": 264
|
||||
"author_account_age_days": 265
|
||||
},
|
||||
"https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": {
|
||||
"stars": 56,
|
||||
"stars": 58,
|
||||
"last_update": "2024-08-24 06:45:32",
|
||||
"author_account_age_days": 264
|
||||
"author_account_age_days": 265
|
||||
},
|
||||
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
|
||||
"stars": 331,
|
||||
"last_update": "2024-08-20 02:44:02",
|
||||
"author_account_age_days": 930
|
||||
"author_account_age_days": 931
|
||||
},
|
||||
"https://github.com/ThisModernDay/ComfyUI-InstructorOllama": {
|
||||
"stars": 1,
|
||||
@ -307,12 +312,12 @@
|
||||
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-04-28 15:21:17",
|
||||
"author_account_age_days": 167
|
||||
"author_account_age_days": 168
|
||||
},
|
||||
"https://github.com/VisionExp/ve_custom_comfyui_nodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-07-17 11:51:54",
|
||||
"author_account_age_days": 66
|
||||
"author_account_age_days": 67
|
||||
},
|
||||
"https://github.com/VykosX/ControlFlowUtils": {
|
||||
"stars": 2,
|
||||
@ -342,22 +347,22 @@
|
||||
"https://github.com/WilliamStanford/visuallabs_comfyui_nodes": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-04-16 21:53:02",
|
||||
"author_account_age_days": 1831
|
||||
"author_account_age_days": 1832
|
||||
},
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": {
|
||||
"stars": 52,
|
||||
"last_update": "2024-05-22 14:30:05",
|
||||
"author_account_age_days": 401
|
||||
"author_account_age_days": 402
|
||||
},
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": {
|
||||
"stars": 80,
|
||||
"last_update": "2024-07-11 07:33:30",
|
||||
"author_account_age_days": 401
|
||||
"author_account_age_days": 402
|
||||
},
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": {
|
||||
"stars": 192,
|
||||
"last_update": "2024-05-22 13:38:23",
|
||||
"author_account_age_days": 401
|
||||
"author_account_age_days": 402
|
||||
},
|
||||
"https://github.com/adityathiru/ComfyUI-LLMs": {
|
||||
"stars": 2,
|
||||
@ -367,17 +372,17 @@
|
||||
"https://github.com/alexisrolland/ComfyUI-AuraSR": {
|
||||
"stars": 20,
|
||||
"last_update": "2024-07-31 16:41:31",
|
||||
"author_account_age_days": 3347
|
||||
"author_account_age_days": 3348
|
||||
},
|
||||
"https://github.com/alt-key-project/comfyui-dream-video-batches": {
|
||||
"stars": 60,
|
||||
"last_update": "2024-08-14 01:26:20",
|
||||
"author_account_age_days": 721
|
||||
"author_account_age_days": 722
|
||||
},
|
||||
"https://github.com/baicai99/ComfyUI-FrameSkipping": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-08-06 06:10:48",
|
||||
"author_account_age_days": 892
|
||||
"author_account_age_days": 893
|
||||
},
|
||||
"https://github.com/beyastard/ComfyUI_BeySoft": {
|
||||
"stars": 0,
|
||||
@ -390,9 +395,9 @@
|
||||
"author_account_age_days": 5071
|
||||
},
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling": {
|
||||
"stars": 17,
|
||||
"stars": 18,
|
||||
"last_update": "2024-08-21 12:51:04",
|
||||
"author_account_age_days": 215
|
||||
"author_account_age_days": 216
|
||||
},
|
||||
"https://github.com/blib-la/ComfyUI-Captain-Extensions": {
|
||||
"stars": 0,
|
||||
@ -402,17 +407,17 @@
|
||||
"https://github.com/bruce007lee/comfyui-cleaner": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-04-20 15:36:03",
|
||||
"author_account_age_days": 4573
|
||||
"author_account_age_days": 4574
|
||||
},
|
||||
"https://github.com/bruce007lee/comfyui-tiny-utils": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-08-23 07:55:38",
|
||||
"author_account_age_days": 4573
|
||||
"author_account_age_days": 4574
|
||||
},
|
||||
"https://github.com/brycegoh/comfyui-custom-nodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-05 09:30:06",
|
||||
"author_account_age_days": 3170
|
||||
"author_account_age_days": 3171
|
||||
},
|
||||
"https://github.com/chaojie/ComfyUI-DynamiCrafter": {
|
||||
"stars": 122,
|
||||
@ -440,19 +445,19 @@
|
||||
"author_account_age_days": 1410
|
||||
},
|
||||
"https://github.com/comfyanonymous/ComfyUI": {
|
||||
"stars": 48105,
|
||||
"last_update": "2024-08-24 19:34:58",
|
||||
"author_account_age_days": 610
|
||||
"stars": 48162,
|
||||
"last_update": "2024-08-25 09:56:55",
|
||||
"author_account_age_days": 611
|
||||
},
|
||||
"https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": {
|
||||
"stars": 236,
|
||||
"stars": 239,
|
||||
"last_update": "2024-08-16 18:06:10",
|
||||
"author_account_age_days": 610
|
||||
"author_account_age_days": 611
|
||||
},
|
||||
"https://github.com/comfypod/ComfyUI-Comflow": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-17 08:44:08",
|
||||
"author_account_age_days": 84
|
||||
"author_account_age_days": 85
|
||||
},
|
||||
"https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": {
|
||||
"stars": 7,
|
||||
@ -462,7 +467,7 @@
|
||||
"https://github.com/cubiq/Comfy_Dungeon": {
|
||||
"stars": 210,
|
||||
"last_update": "2024-04-26 11:00:58",
|
||||
"author_account_age_days": 5072
|
||||
"author_account_age_days": 5073
|
||||
},
|
||||
"https://github.com/denislov/Comfyui_AutoSurvey": {
|
||||
"stars": 2,
|
||||
@ -487,7 +492,7 @@
|
||||
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-01-06 19:07:45",
|
||||
"author_account_age_days": 2384
|
||||
"author_account_age_days": 2385
|
||||
},
|
||||
"https://github.com/drmbt/comfyui-dreambait-nodes": {
|
||||
"stars": 1,
|
||||
@ -502,7 +507,7 @@
|
||||
"https://github.com/ejektaflex/ComfyUI-Ty": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-12 16:08:16",
|
||||
"author_account_age_days": 2833
|
||||
"author_account_age_days": 2834
|
||||
},
|
||||
"https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": {
|
||||
"stars": 0,
|
||||
@ -520,7 +525,7 @@
|
||||
"author_account_age_days": 2656
|
||||
},
|
||||
"https://github.com/filliptm/ComfyUI_FL-Trainer": {
|
||||
"stars": 120,
|
||||
"stars": 121,
|
||||
"last_update": "2024-08-13 04:56:41",
|
||||
"author_account_age_days": 1798
|
||||
},
|
||||
@ -532,7 +537,7 @@
|
||||
"https://github.com/flyingdogsoftware/gyre_for_comfyui": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-08-22 14:36:29",
|
||||
"author_account_age_days": 2074
|
||||
"author_account_age_days": 2075
|
||||
},
|
||||
"https://github.com/foglerek/comfyui-cem-tools": {
|
||||
"stars": 1,
|
||||
@ -547,17 +552,17 @@
|
||||
"https://github.com/gameltb/ComfyUI_paper_playground": {
|
||||
"stars": 11,
|
||||
"last_update": "2024-08-16 15:25:37",
|
||||
"author_account_age_days": 4116
|
||||
"author_account_age_days": 4117
|
||||
},
|
||||
"https://github.com/gameltb/ComfyUI_stable_fast": {
|
||||
"stars": 194,
|
||||
"last_update": "2024-08-04 09:25:33",
|
||||
"author_account_age_days": 4116
|
||||
"author_account_age_days": 4117
|
||||
},
|
||||
"https://github.com/gameltb/io_comfyui": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-04-06 04:40:05",
|
||||
"author_account_age_days": 4116
|
||||
"author_account_age_days": 4117
|
||||
},
|
||||
"https://github.com/gioferreira/ComfyUI-Molde-Utils": {
|
||||
"stars": 0,
|
||||
@ -567,12 +572,12 @@
|
||||
"https://github.com/githubYiheng/comfyui_median_filter": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-07-03 11:38:39",
|
||||
"author_account_age_days": 3964
|
||||
"author_account_age_days": 3965
|
||||
},
|
||||
"https://github.com/hananbeer/node_dev": {
|
||||
"stars": 4,
|
||||
"last_update": "2024-08-19 08:08:39",
|
||||
"author_account_age_days": 1605
|
||||
"author_account_age_days": 1606
|
||||
},
|
||||
"https://github.com/haofanwang/ComfyUI-InstantStyle": {
|
||||
"stars": 6,
|
||||
@ -582,7 +587,7 @@
|
||||
"https://github.com/haomole/Comfyui-SadTalker": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-08-05 02:44:26",
|
||||
"author_account_age_days": 362
|
||||
"author_account_age_days": 363
|
||||
},
|
||||
"https://github.com/horidream/ComfyUI-Horidream": {
|
||||
"stars": 0,
|
||||
@ -592,37 +597,37 @@
|
||||
"https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-07-23 14:36:35",
|
||||
"author_account_age_days": 38
|
||||
"author_account_age_days": 39
|
||||
},
|
||||
"https://github.com/houdinii/comfy-magick": {
|
||||
"stars": 4,
|
||||
"last_update": "2024-03-11 06:40:54",
|
||||
"author_account_age_days": 3581
|
||||
"author_account_age_days": 3582
|
||||
},
|
||||
"https://github.com/huchenlei/ComfyUI_densediffusion": {
|
||||
"stars": 106,
|
||||
"last_update": "2024-07-27 18:33:35",
|
||||
"author_account_age_days": 2937
|
||||
"author_account_age_days": 2938
|
||||
},
|
||||
"https://github.com/huchenlei/ComfyUI_omost": {
|
||||
"stars": 402,
|
||||
"last_update": "2024-08-04 18:51:27",
|
||||
"author_account_age_days": 2937
|
||||
"author_account_age_days": 2938
|
||||
},
|
||||
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-02-27 08:22:49",
|
||||
"author_account_age_days": 2516
|
||||
"author_account_age_days": 2517
|
||||
},
|
||||
"https://github.com/hy134300/comfyui-hb-node": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-04-09 09:56:22",
|
||||
"author_account_age_days": 1822
|
||||
"author_account_age_days": 1823
|
||||
},
|
||||
"https://github.com/hy134300/comfyui-hydit": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-06-07 09:52:15",
|
||||
"author_account_age_days": 1822
|
||||
"author_account_age_days": 1823
|
||||
},
|
||||
"https://github.com/ilovejohnwhite/UncleBillyGoncho": {
|
||||
"stars": 0,
|
||||
@ -632,12 +637,12 @@
|
||||
"https://github.com/immersiveexperience/ie-comfyui-color-nodes": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-06-18 10:54:55",
|
||||
"author_account_age_days": 330
|
||||
"author_account_age_days": 331
|
||||
},
|
||||
"https://github.com/jh-leon-kim/ComfyUI-JHK-utils": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-16 19:54:07",
|
||||
"author_account_age_days": 233
|
||||
"author_account_age_days": 234
|
||||
},
|
||||
"https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": {
|
||||
"stars": 218,
|
||||
@ -657,17 +662,17 @@
|
||||
"https://github.com/jtscmw01/ComfyUI-DiffBIR": {
|
||||
"stars": 79,
|
||||
"last_update": "2024-05-21 05:28:34",
|
||||
"author_account_age_days": 563
|
||||
"author_account_age_days": 564
|
||||
},
|
||||
"https://github.com/jtydhr88/ComfyUI-Unique3D": {
|
||||
"stars": 151,
|
||||
"last_update": "2024-07-31 13:52:24",
|
||||
"author_account_age_days": 4814
|
||||
"author_account_age_days": 4815
|
||||
},
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-08-24 13:00:59",
|
||||
"author_account_age_days": 2850
|
||||
"author_account_age_days": 2851
|
||||
},
|
||||
"https://github.com/kadirnar/ComfyUI-Adapter": {
|
||||
"stars": 3,
|
||||
@ -682,92 +687,92 @@
|
||||
"https://github.com/kappa54m/ComfyUI_Usability": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-08 15:31:47",
|
||||
"author_account_age_days": 1572
|
||||
"author_account_age_days": 1573
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-CV-VAE": {
|
||||
"stars": 11,
|
||||
"last_update": "2024-06-03 21:46:49",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-CogVideoXWrapper": {
|
||||
"stars": 138,
|
||||
"last_update": "2024-08-07 17:37:22",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-DeepSeek-VL": {
|
||||
"stars": 28,
|
||||
"last_update": "2024-05-21 16:43:40",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-DiffSynthWrapper": {
|
||||
"stars": 57,
|
||||
"last_update": "2024-06-22 00:16:46",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": {
|
||||
"stars": 9,
|
||||
"last_update": "2024-06-17 13:03:43",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-EasyAnimateWrapper": {
|
||||
"stars": 68,
|
||||
"stars": 69,
|
||||
"last_update": "2024-08-14 02:20:18",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": {
|
||||
"stars": 46,
|
||||
"last_update": "2024-07-27 12:50:25",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-LLaVA-OneVision": {
|
||||
"stars": 61,
|
||||
"last_update": "2024-08-22 20:12:59",
|
||||
"author_account_age_days": 2244
|
||||
"stars": 62,
|
||||
"last_update": "2024-08-25 14:04:22",
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kijai/ComfyUI-VEnhancer": {
|
||||
"stars": 17,
|
||||
"last_update": "2024-08-19 20:42:49",
|
||||
"author_account_age_days": 2244
|
||||
"author_account_age_days": 2245
|
||||
},
|
||||
"https://github.com/kycg/comfyui-Kwtoolset": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-12 17:04:09",
|
||||
"author_account_age_days": 1002
|
||||
"author_account_age_days": 1003
|
||||
},
|
||||
"https://github.com/laksjdjf/ssd-1b-comfyui": {
|
||||
"stars": 1,
|
||||
"last_update": "2023-10-27 20:05:06",
|
||||
"author_account_age_days": 2892
|
||||
"author_account_age_days": 2893
|
||||
},
|
||||
"https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-08-01 03:37:17",
|
||||
"author_account_age_days": 4136
|
||||
"author_account_age_days": 4137
|
||||
},
|
||||
"https://github.com/linhusyung/comfyui-Build-and-train-your-network": {
|
||||
"stars": 95,
|
||||
"last_update": "2024-06-26 05:44:43",
|
||||
"author_account_age_days": 739
|
||||
"author_account_age_days": 740
|
||||
},
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz": {
|
||||
"stars": 13,
|
||||
"last_update": "2024-08-15 05:03:18",
|
||||
"author_account_age_days": 183
|
||||
"author_account_age_days": 184
|
||||
},
|
||||
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": {
|
||||
"stars": 37,
|
||||
"last_update": "2024-05-22 00:12:06",
|
||||
"author_account_age_days": 183
|
||||
"author_account_age_days": 184
|
||||
},
|
||||
"https://github.com/logtd/ComfyUI-Veevee": {
|
||||
"stars": 55,
|
||||
"last_update": "2024-08-12 03:04:12",
|
||||
"author_account_age_days": 183
|
||||
"author_account_age_days": 184
|
||||
},
|
||||
"https://github.com/longgui0318/comfyui-one-more-step": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-07 08:40:56",
|
||||
"author_account_age_days": 4226
|
||||
"author_account_age_days": 4227
|
||||
},
|
||||
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": {
|
||||
"stars": 212,
|
||||
@ -777,12 +782,12 @@
|
||||
"https://github.com/m-ai-studio/mai-prompt-progress": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-21 14:35:21",
|
||||
"author_account_age_days": 110
|
||||
"author_account_age_days": 111
|
||||
},
|
||||
"https://github.com/maepopi/Diffusers-in-ComfyUI": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-08-24 11:41:14",
|
||||
"author_account_age_days": 2419
|
||||
"author_account_age_days": 2420
|
||||
},
|
||||
"https://github.com/majorsauce/comfyui_indieTools": {
|
||||
"stars": 0,
|
||||
@ -797,10 +802,10 @@
|
||||
"https://github.com/marduk191/comfyui-marnodes": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-08-13 22:15:05",
|
||||
"author_account_age_days": 4476
|
||||
"author_account_age_days": 4477
|
||||
},
|
||||
"https://github.com/maruhidd/ComfyUI_Transparent-Background": {
|
||||
"stars": 3,
|
||||
"stars": 4,
|
||||
"last_update": "2024-06-14 07:02:56",
|
||||
"author_account_age_days": 2317
|
||||
},
|
||||
@ -852,17 +857,17 @@
|
||||
"https://github.com/neverbiasu/ComfyUI-ControlNeXt": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-08-15 08:15:43",
|
||||
"author_account_age_days": 1080
|
||||
"author_account_age_days": 1081
|
||||
},
|
||||
"https://github.com/nidefawl/ComfyUI-nidefawl": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-01-16 18:16:41",
|
||||
"author_account_age_days": 4929
|
||||
"author_account_age_days": 4930
|
||||
},
|
||||
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-08-23 08:36:52",
|
||||
"author_account_age_days": 221
|
||||
"author_account_age_days": 222
|
||||
},
|
||||
"https://github.com/norgeous/ComfyUI-UI-Builder": {
|
||||
"stars": 11,
|
||||
@ -872,7 +877,7 @@
|
||||
"https://github.com/oyvindg/ComfyUI-TrollSuite": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-08-15 10:37:43",
|
||||
"author_account_age_days": 2391
|
||||
"author_account_age_days": 2392
|
||||
},
|
||||
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": {
|
||||
"stars": 16,
|
||||
@ -882,7 +887,7 @@
|
||||
"https://github.com/pamparamm/ComfyUI-ppm": {
|
||||
"stars": 51,
|
||||
"last_update": "2024-08-22 20:55:56",
|
||||
"author_account_age_days": 2192
|
||||
"author_account_age_days": 2193
|
||||
},
|
||||
"https://github.com/phineas-pta/comfy-trt-test": {
|
||||
"stars": 84,
|
||||
@ -892,7 +897,7 @@
|
||||
"https://github.com/poisenbery/NudeNet-Detector-Provider": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-02-26 02:11:27",
|
||||
"author_account_age_days": 1298
|
||||
"author_account_age_days": 1299
|
||||
},
|
||||
"https://github.com/prabinpebam/anyPython": {
|
||||
"stars": 9,
|
||||
@ -907,7 +912,7 @@
|
||||
"https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-06-19 12:48:18",
|
||||
"author_account_age_days": 2160
|
||||
"author_account_age_days": 2161
|
||||
},
|
||||
"https://github.com/redhottensors/ComfyUI-ODE": {
|
||||
"stars": 41,
|
||||
@ -922,17 +927,17 @@
|
||||
"https://github.com/runtime44/comfyui_r44_nodes": {
|
||||
"stars": 35,
|
||||
"last_update": "2024-07-01 08:02:04",
|
||||
"author_account_age_days": 229
|
||||
"author_account_age_days": 230
|
||||
},
|
||||
"https://github.com/sangeet/comfyui-testui": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-05-15 00:55:17",
|
||||
"author_account_age_days": 5141
|
||||
"author_account_age_days": 5142
|
||||
},
|
||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-06-14 10:26:56",
|
||||
"author_account_age_days": 296
|
||||
"author_account_age_days": 297
|
||||
},
|
||||
"https://github.com/sebord/ComfyUI-LMCQ": {
|
||||
"stars": 3,
|
||||
@ -942,27 +947,27 @@
|
||||
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-05-12 14:37:28",
|
||||
"author_account_age_days": 3376
|
||||
"author_account_age_days": 3377
|
||||
},
|
||||
"https://github.com/shadowcz007/comfyui-CLIPSeg": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-02-08 02:16:24",
|
||||
"author_account_age_days": 3376
|
||||
"author_account_age_days": 3377
|
||||
},
|
||||
"https://github.com/shadowcz007/comfyui-hydit-lowvram": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-07-31 10:04:09",
|
||||
"author_account_age_days": 3376
|
||||
"author_account_age_days": 3377
|
||||
},
|
||||
"https://github.com/shadowcz007/comfyui-llamafile": {
|
||||
"stars": 15,
|
||||
"last_update": "2024-05-21 19:47:56",
|
||||
"author_account_age_days": 3376
|
||||
"author_account_age_days": 3377
|
||||
},
|
||||
"https://github.com/shadowcz007/comfyui-musicgen": {
|
||||
"stars": 85,
|
||||
"last_update": "2024-07-04 12:53:38",
|
||||
"author_account_age_days": 3376
|
||||
"author_account_age_days": 3377
|
||||
},
|
||||
"https://github.com/shinich39/comfyui-event-handler": {
|
||||
"stars": 0,
|
||||
@ -972,7 +977,7 @@
|
||||
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-04-27 13:25:08",
|
||||
"author_account_age_days": 4023
|
||||
"author_account_age_days": 4024
|
||||
},
|
||||
"https://github.com/sofakid/dandy": {
|
||||
"stars": 41,
|
||||
@ -982,27 +987,27 @@
|
||||
"https://github.com/stavsap/ComfyUI-React-SDK": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-03-17 21:54:21",
|
||||
"author_account_age_days": 4145
|
||||
"author_account_age_days": 4146
|
||||
},
|
||||
"https://github.com/stutya/ComfyUI-Terminal": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-02-05 16:47:28",
|
||||
"author_account_age_days": 3899
|
||||
"author_account_age_days": 3900
|
||||
},
|
||||
"https://github.com/sugarkwork/comfyui_psd": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-03-26 08:24:56",
|
||||
"author_account_age_days": 937
|
||||
"author_account_age_days": 938
|
||||
},
|
||||
"https://github.com/tachyon-beep/comfyui-simplefeed": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-05-22 03:30:57",
|
||||
"author_account_age_days": 4982
|
||||
"author_account_age_days": 4983
|
||||
},
|
||||
"https://github.com/talesofai/comfyui-supersave": {
|
||||
"stars": 1,
|
||||
"last_update": "2023-12-27 02:05:53",
|
||||
"author_account_age_days": 617
|
||||
"author_account_age_days": 618
|
||||
},
|
||||
"https://github.com/teward/Comfy-Sentry": {
|
||||
"stars": 1,
|
||||
@ -1017,17 +1022,17 @@
|
||||
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-03-05 13:31:31",
|
||||
"author_account_age_days": 174
|
||||
"author_account_age_days": 175
|
||||
},
|
||||
"https://github.com/tom-doerr/dspy_nodes": {
|
||||
"stars": 170,
|
||||
"stars": 171,
|
||||
"last_update": "2024-08-04 18:55:22",
|
||||
"author_account_age_days": 2841
|
||||
"author_account_age_days": 2842
|
||||
},
|
||||
"https://github.com/tracerstar/comfyui-p5js-node": {
|
||||
"stars": 32,
|
||||
"last_update": "2024-07-05 23:47:57",
|
||||
"author_account_age_days": 5260
|
||||
"author_account_age_days": 5261
|
||||
},
|
||||
"https://github.com/tuckerdarby/ComfyUI-TDNodes": {
|
||||
"stars": 3,
|
||||
@ -1037,22 +1042,22 @@
|
||||
"https://github.com/umisetokikaze/comfyui_mergekit": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-04-28 07:21:00",
|
||||
"author_account_age_days": 1884
|
||||
"author_account_age_days": 1885
|
||||
},
|
||||
"https://github.com/unanan/ComfyUI-Dist": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-02-28 10:03:50",
|
||||
"author_account_age_days": 2959
|
||||
"author_account_age_days": 2960
|
||||
},
|
||||
"https://github.com/unanan/ComfyUI-clip-interrogator": {
|
||||
"stars": 37,
|
||||
"last_update": "2024-07-27 18:33:22",
|
||||
"author_account_age_days": 1091
|
||||
"author_account_age_days": 1092
|
||||
},
|
||||
"https://github.com/walterFeng/ComfyUI-Image-Utils": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-09 11:31:26",
|
||||
"author_account_age_days": 2837
|
||||
"author_account_age_days": 2838
|
||||
},
|
||||
"https://github.com/willblaschko/ComfyUI-Unload-Models": {
|
||||
"stars": 4,
|
||||
@ -1072,11 +1077,11 @@
|
||||
"https://github.com/zml-ai/comfyui-hydit": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-08-07 09:37:09",
|
||||
"author_account_age_days": 2044
|
||||
"author_account_age_days": 2045
|
||||
},
|
||||
"https://github.com/zmwv823/ComfyUI-AnyText": {
|
||||
"stars": 87,
|
||||
"last_update": "2024-08-16 10:36:15",
|
||||
"author_account_age_days": 3330
|
||||
"author_account_age_days": 3331
|
||||
}
|
||||
}
|
||||
@ -10,6 +10,47 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "nicehero",
|
||||
"title": "comfyui-SegGPT",
|
||||
"reference": "https://github.com/nicehero/comfyui-SegGPT",
|
||||
"files": [
|
||||
"https://github.com/nicehero/comfyui-SegGPT"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "We release the [a/SegGPT model](https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) and inference code for segmentation everything, as well as some example images and videos.\nNOTE: [a/SegGPT: Segmenting Everything In Context](https://huggingface.co/BAAI/SegGPT)"
|
||||
},
|
||||
{
|
||||
"author": "sakura1bgx",
|
||||
"title": "ComfyUI_FlipStreamViewer",
|
||||
"reference": "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer",
|
||||
"files": [
|
||||
"https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_FlipStreamViewer is a tool that provides a viewer interface for flipping images with frame interpolation, allowing you to watch high-fidelity pseudo-videos without needing AnimateDiff."
|
||||
},
|
||||
{
|
||||
"author": "NakamuraShippo",
|
||||
"title": "ComfyUI_mittimiLoadPreset",
|
||||
"id": "comfyui-mittimi-load-preset",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The system selects and loads preset."
|
||||
},
|
||||
{
|
||||
"author": "RodrigoSKohl",
|
||||
"title": "ComfyUI-Panoramic-ImgStitcher",
|
||||
"reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher",
|
||||
"files": [
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodeds:Panoramic Image Stitcher"
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-SSREncoder",
|
||||
@ -650,47 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
|
||||
},
|
||||
{
|
||||
"author": "Isi-dev",
|
||||
"title": "UniAnimate Nodes for ComfyUI",
|
||||
"id": "comfyuiunianimatenodes",
|
||||
"reference": "https://github.com/Isi-dev/ComfyUI-UniAnimate-W",
|
||||
"files": [
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate-W"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are nodes to animate an image with a reference video using UniAnimate. [w/Name conflict with AIFSH/ComfyUI-UniAnimate. Cannot install simulatenously.]"
|
||||
},
|
||||
{
|
||||
"author": "dadoirie",
|
||||
"title": "ComfyUI_Dados_Nodes",
|
||||
"reference": "https://github.com/dadoirie/ComfyUI_Dados_Nodes",
|
||||
"files": [
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_Dados_Nodes is a collection of custom nodes for ComfyUI, designed to enhance functionality and provide integration with various services, including Pinterest. This privacy policy explains how these nodes handle user data.\nNOTE: [a/privacy_policy](https://github.com/dadoirie/ComfyUI_Dados_Nodes/blob/master/privacy_policy.md)"
|
||||
},
|
||||
{
|
||||
"author": "leeguandong",
|
||||
"title": "ComfyUI nodes to use VideoEditing",
|
||||
"reference": "https://github.com/leeguandong/ComfyUI_VideoEditing",
|
||||
"files": [
|
||||
"https://github.com/leeguandong/ComfyUI_VideoEditing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load Video to Images, Image to Canny, ControlNet Model Loader, VEDit Model Loader, VEdit Sampler. [a/https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn](https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn)"
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": " connect-from-afar",
|
||||
"reference": "https://github.com/shinich39/comfyui-connect-from-afar",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-connect-from-afar"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Connect a new link from out of screen."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -4534,6 +4534,14 @@
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
|
||||
[
|
||||
"Image Stitching Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Panoramic-ImgStitcher"
|
||||
}
|
||||
],
|
||||
"https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
|
||||
[
|
||||
"LatentAddTransform",
|
||||
@ -7083,7 +7091,7 @@
|
||||
],
|
||||
{
|
||||
"author": "akatz",
|
||||
"description": "Custom node pack for nodes I use in my workflows. Includes Dilation mask nodes for animating subject masks.",
|
||||
"description": "Custom node pack for nodes I use in my workflows.",
|
||||
"nickname": "Akatz Custom Nodes",
|
||||
"title": "Akatz Custom Nodes",
|
||||
"title_aux": "Akatz Custom Nodes"
|
||||
@ -8881,6 +8889,7 @@
|
||||
"LayerUtility: If",
|
||||
"LayerUtility: ImageAutoCrop",
|
||||
"LayerUtility: ImageAutoCrop V2",
|
||||
"LayerUtility: ImageAutoCrop V3",
|
||||
"LayerUtility: ImageBlend",
|
||||
"LayerUtility: ImageBlend V2",
|
||||
"LayerUtility: ImageBlendAdvance",
|
||||
@ -8900,6 +8909,7 @@
|
||||
"LayerUtility: ImageScaleRestore",
|
||||
"LayerUtility: ImageScaleRestore V2",
|
||||
"LayerUtility: ImageShift",
|
||||
"LayerUtility: ImageTaggerSave",
|
||||
"LayerUtility: Integer",
|
||||
"LayerUtility: LaMa",
|
||||
"LayerUtility: LayerImageTransform",
|
||||
@ -15187,6 +15197,20 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
}
|
||||
],
|
||||
"https://github.com/modelscope/comfyscope": [
|
||||
[
|
||||
"DashScopeFLUXAPI"
|
||||
@ -15326,6 +15350,14 @@
|
||||
"title_aux": "ComfyUI SAM2(Segment Anything 2)"
|
||||
}
|
||||
],
|
||||
"https://github.com/nicehero/comfyui-SegGPT": [
|
||||
[
|
||||
"SegGPT"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-SegGPT"
|
||||
}
|
||||
],
|
||||
"https://github.com/nickve28/ComfyUI-Nich-Utils": [
|
||||
[
|
||||
"Image from Dir Selector (Nich)",
|
||||
@ -16418,6 +16450,17 @@
|
||||
"title_aux": "Suplex Misc ComfyUI Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [
|
||||
[
|
||||
"FlipStreamLoader",
|
||||
"FlipStreamOption",
|
||||
"FlipStreamUpdate",
|
||||
"FlipStreamViewer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_FlipStreamViewer"
|
||||
}
|
||||
],
|
||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
|
||||
[
|
||||
"SDFXClipTextEncode"
|
||||
@ -17473,6 +17516,7 @@
|
||||
"FoxMaskAddMask",
|
||||
"FoxMaskAndMask",
|
||||
"FoxMaskSubMask",
|
||||
"FoxOutlineMask",
|
||||
"FoxPreviewMask",
|
||||
"FoxPrimitiveText",
|
||||
"FoxRegTextFind",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user