update DB

This commit is contained in:
Dr.Lt.Data 2024-09-09 01:29:36 +09:00
parent 25d47ac7d0
commit ce874d5c62
7 changed files with 1174 additions and 1110 deletions

View File

@ -14274,6 +14274,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A lightweight image tray forked from Comfy-UI-CustomScripts with simple sorting, positioning and filtering options." "description": "A lightweight image tray forked from Comfy-UI-CustomScripts with simple sorting, positioning and filtering options."
}, },
{
"author": "alexisrolland",
"title": "ComfyUI-Phi",
"reference": "https://github.com/alexisrolland/ComfyUI-Phi",
"files": [
"https://github.com/alexisrolland/ComfyUI-Phi"
],
"install_type": "git-clone",
"description": "Custom nodes to run microsoft/Phi models."
},
{
"author": "LatentRat",
"title": "comfy_remote_run",
"reference": "https://github.com/LatentRat/comfy_remote_run",
"files": [
"https://github.com/LatentRat/comfy_remote_run"
],
"install_type": "git-clone",
"description": "Nodes to run nodes on remote ComfyUI instances."
},

View File

@ -940,6 +940,8 @@
"FLATTEN (JOV) \u2b07\ufe0f", "FLATTEN (JOV) \u2b07\ufe0f",
"GLSL (JOV) \ud83c\udf69", "GLSL (JOV) \ud83c\udf69",
"GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
@ -948,9 +950,11 @@
"GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL TRANSFORM (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
"GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa", "GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa",
@ -7355,12 +7359,14 @@
[ [
"AK_AdjustListSize", "AK_AdjustListSize",
"AK_AnimatedDilationMaskLinear", "AK_AnimatedDilationMaskLinear",
"AK_AudioFramesyncSchedule",
"AK_AudioreactiveDilationMask", "AK_AudioreactiveDilationMask",
"AK_AudioreactiveDynamicDilationMask", "AK_AudioreactiveDynamicDilationMask",
"AK_BinaryAmplitudeGate", "AK_BinaryAmplitudeGate",
"AK_ConvertAudioToSaltAudio", "AK_ConvertAudioToSaltAudio",
"AK_ConvertListToFloatList", "AK_ConvertListToFloatList",
"AK_ConvertSaltAudioToAudio", "AK_ConvertSaltAudioToAudio",
"AK_DilateMaskLinearInfinite",
"AK_IPAdapterCustomWeights", "AK_IPAdapterCustomWeights",
"AK_LagChop", "AK_LagChop",
"AK_ListToNumpyFloatArray", "AK_ListToNumpyFloatArray",
@ -7483,6 +7489,17 @@
"title_aux": "Huggingface Api Serverless" "title_aux": "Huggingface Api Serverless"
} }
], ],
"https://github.com/alexisrolland/ComfyUI-Phi": [
[
"DownloadAndLoadPhi",
"DownloadAndLoadPhiVision",
"RunPhi",
"RunPhiVision"
],
{
"title_aux": "ComfyUI-Phi"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [ "https://github.com/alexopus/ComfyUI-Image-Saver": [
[ [
"Cfg Literal (Image Saver)", "Cfg Literal (Image Saver)",
@ -12301,6 +12318,7 @@
"text2json", "text2json",
"text2parameters", "text2parameters",
"text_iterator", "text_iterator",
"text_writing",
"time_tool", "time_tool",
"tool_combine", "tool_combine",
"tool_combine_plus", "tool_combine_plus",

File diff suppressed because it is too large Load Diff

View File

@ -676,9 +676,8 @@
], ],
"https://github.com/LyazS/comfyui-nettools": [ "https://github.com/LyazS/comfyui-nettools": [
[ [
"NTL_LoadImageBase64", "NTL_LoadImagesBase64",
"NTL_LoadMaskBase64", "NTL_SendImagesWebSocket"
"NTL_SendImageWebSocket"
], ],
{ {
"title_aux": "comfyui-nettools" "title_aux": "comfyui-nettools"

View File

@ -2,7 +2,7 @@
"https://github.com/123jimin/ComfyUI-MobileForm": { "https://github.com/123jimin/ComfyUI-MobileForm": {
"stars": 6, "stars": 6,
"last_update": "2024-08-27 11:02:59", "last_update": "2024-08-27 11:02:59",
"author_account_age_days": 4841 "author_account_age_days": 4842
}, },
"https://github.com/17Retoucher/ComfyUI_Fooocus": { "https://github.com/17Retoucher/ComfyUI_Fooocus": {
"stars": 53, "stars": 53,
@ -12,7 +12,7 @@
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": {
"stars": 13, "stars": 13,
"last_update": "2024-03-08 10:11:44", "last_update": "2024-03-08 10:11:44",
"author_account_age_days": 390 "author_account_age_days": 391
}, },
"https://github.com/AI2lab/comfyUI-tool-2lab": { "https://github.com/AI2lab/comfyUI-tool-2lab": {
"stars": 19, "stars": 19,
@ -30,8 +30,8 @@
"author_account_age_days": 307 "author_account_age_days": 307
}, },
"https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": {
"stars": 3, "stars": 9,
"last_update": "2024-09-08 02:39:05", "last_update": "2024-09-08 07:44:39",
"author_account_age_days": 307 "author_account_age_days": 307
}, },
"https://github.com/AIFSH/IMAGDressing-ComfyUI": { "https://github.com/AIFSH/IMAGDressing-ComfyUI": {
@ -41,18 +41,18 @@
}, },
"https://github.com/ALatentPlace/ComfyUI_yanc": { "https://github.com/ALatentPlace/ComfyUI_yanc": {
"stars": 36, "stars": 36,
"last_update": "2024-08-24 12:09:05", "last_update": "2024-09-08 07:44:22",
"author_account_age_days": 1535 "author_account_age_days": 1536
}, },
"https://github.com/APZmedia/comfyui-textools": { "https://github.com/APZmedia/comfyui-textools": {
"stars": 4, "stars": 4,
"last_update": "2024-09-02 09:17:36", "last_update": "2024-09-02 09:17:36",
"author_account_age_days": 2552 "author_account_age_days": 2553
}, },
"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": 2180 "author_account_age_days": 2181
}, },
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": {
"stars": 7, "stars": 7,
@ -67,7 +67,7 @@
"https://github.com/Beinsezii/comfyui-amd-go-fast": { "https://github.com/Beinsezii/comfyui-amd-go-fast": {
"stars": 12, "stars": 12,
"last_update": "2024-05-10 00:48:37", "last_update": "2024-05-10 00:48:37",
"author_account_age_days": 2301 "author_account_age_days": 2302
}, },
"https://github.com/BetaDoggo/ComfyUI-LogicGates": { "https://github.com/BetaDoggo/ComfyUI-LogicGates": {
"stars": 3, "stars": 3,
@ -77,7 +77,7 @@
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "https://github.com/BlueDangerX/ComfyUI-BDXNodes": {
"stars": 1, "stars": 1,
"last_update": "2023-12-10 04:01:19", "last_update": "2023-12-10 04:01:19",
"author_account_age_days": 322 "author_account_age_days": 323
}, },
"https://github.com/Brandelan/ComfyUI_bd_customNodes": { "https://github.com/Brandelan/ComfyUI_bd_customNodes": {
"stars": 2, "stars": 2,
@ -85,9 +85,9 @@
"author_account_age_days": 4227 "author_account_age_days": 4227
}, },
"https://github.com/Cardoso-topdev/comfyui_meshanything_v1": { "https://github.com/Cardoso-topdev/comfyui_meshanything_v1": {
"stars": 0, "stars": 1,
"last_update": "2024-09-04 13:21:44", "last_update": "2024-09-04 13:21:44",
"author_account_age_days": 1368 "author_account_age_days": 1369
}, },
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": {
"stars": 3, "stars": 3,
@ -97,27 +97,27 @@
"https://github.com/Comfy-Org/ComfyUI_devtools": { "https://github.com/Comfy-Org/ComfyUI_devtools": {
"stars": 8, "stars": 8,
"last_update": "2024-08-27 21:02:28", "last_update": "2024-08-27 21:02:28",
"author_account_age_days": 150 "author_account_age_days": 151
}, },
"https://github.com/DeTK/ComfyUI-Switch": { "https://github.com/DeTK/ComfyUI-Switch": {
"stars": 0, "stars": 0,
"last_update": "2024-03-04 11:52:04", "last_update": "2024-03-04 11:52:04",
"author_account_age_days": 2106 "author_account_age_days": 2107
}, },
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": {
"stars": 0, "stars": 0,
"last_update": "2024-04-19 11:37:19", "last_update": "2024-04-19 11:37:19",
"author_account_age_days": 1107 "author_account_age_days": 1108
}, },
"https://github.com/Elawphant/ComfyUI-MusicGen": { "https://github.com/Elawphant/ComfyUI-MusicGen": {
"stars": 5, "stars": 5,
"last_update": "2024-05-11 13:33:24", "last_update": "2024-05-11 13:33:24",
"author_account_age_days": 2663 "author_account_age_days": 2664
}, },
"https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": {
"stars": 14, "stars": 14,
"last_update": "2024-07-30 10:27:07", "last_update": "2024-07-30 10:27:07",
"author_account_age_days": 82 "author_account_age_days": 83
}, },
"https://github.com/ExponentialML/ComfyUI_LiveDirector": { "https://github.com/ExponentialML/ComfyUI_LiveDirector": {
"stars": 35, "stars": 35,
@ -127,12 +127,12 @@
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": {
"stars": 13, "stars": 13,
"last_update": "2024-03-10 01:04:02", "last_update": "2024-03-10 01:04:02",
"author_account_age_days": 3225 "author_account_age_days": 3226
}, },
"https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": {
"stars": 0, "stars": 0,
"last_update": "2024-06-02 06:13:42", "last_update": "2024-06-02 06:13:42",
"author_account_age_days": 513 "author_account_age_days": 514
}, },
"https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "https://github.com/Fucci-Mateo/ComfyUI-Airtable": {
"stars": 0, "stars": 0,
@ -147,7 +147,7 @@
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": { "https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": {
"stars": 47, "stars": 47,
"last_update": "2024-07-23 08:57:27", "last_update": "2024-07-23 08:57:27",
"author_account_age_days": 238 "author_account_age_days": 239
}, },
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": {
"stars": 12, "stars": 12,
@ -157,17 +157,17 @@
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "https://github.com/GrindHouse66/ComfyUI-GH_Tools": {
"stars": 0, "stars": 0,
"last_update": "2024-03-10 13:27:14", "last_update": "2024-03-10 13:27:14",
"author_account_age_days": 699 "author_account_age_days": 700
}, },
"https://github.com/Isi-dev/ComfyUI-UniAnimate": { "https://github.com/Isi-dev/ComfyUI-UniAnimate": {
"stars": 37, "stars": 37,
"last_update": "2024-09-07 19:06:07", "last_update": "2024-09-07 19:06:07",
"author_account_age_days": 1167 "author_account_age_days": 1168
}, },
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": {
"stars": 102, "stars": 102,
"last_update": "2024-09-03 02:02:45", "last_update": "2024-09-03 02:02:45",
"author_account_age_days": 486 "author_account_age_days": 487
}, },
"https://github.com/IvanZhd/comfyui-codeformer": { "https://github.com/IvanZhd/comfyui-codeformer": {
"stars": 0, "stars": 0,
@ -192,27 +192,27 @@
"https://github.com/Jordach/comfy-consistency-vae": { "https://github.com/Jordach/comfy-consistency-vae": {
"stars": 69, "stars": 69,
"last_update": "2023-11-06 20:50:40", "last_update": "2023-11-06 20:50:40",
"author_account_age_days": 4588 "author_account_age_days": 4589
}, },
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": {
"stars": 7, "stars": 8,
"last_update": "2024-08-02 15:16:12", "last_update": "2024-08-02 15:16:12",
"author_account_age_days": 3430 "author_account_age_days": 3430
}, },
"https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": {
"stars": 9, "stars": 11,
"last_update": "2024-09-07 18:10:54", "last_update": "2024-09-07 18:10:54",
"author_account_age_days": 4966 "author_account_age_days": 4966
}, },
"https://github.com/LZpenguin/ComfyUI-Text": { "https://github.com/LZpenguin/ComfyUI-Text": {
"stars": 23, "stars": 23,
"last_update": "2024-06-20 13:38:16", "last_update": "2024-06-20 13:38:16",
"author_account_age_days": 2054 "author_account_age_days": 2055
}, },
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "https://github.com/LarryJane491/ComfyUI-ModelUnloader": {
"stars": 2, "stars": 2,
"last_update": "2024-01-14 08:22:39", "last_update": "2024-01-14 08:22:39",
"author_account_age_days": 239 "author_account_age_days": 240
}, },
"https://github.com/LevelPixel/ComfyUI-LevelPixel": { "https://github.com/LevelPixel/ComfyUI-LevelPixel": {
"stars": 1, "stars": 1,
@ -222,7 +222,7 @@
"https://github.com/Lilien86/lauger_NP_comfyui": { "https://github.com/Lilien86/lauger_NP_comfyui": {
"stars": 2, "stars": 2,
"last_update": "2024-09-03 21:00:49", "last_update": "2024-09-03 21:00:49",
"author_account_age_days": 569 "author_account_age_days": 570
}, },
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": {
"stars": 0, "stars": 0,
@ -230,8 +230,8 @@
"author_account_age_days": 1005 "author_account_age_days": 1005
}, },
"https://github.com/LyazS/comfyui-nettools": { "https://github.com/LyazS/comfyui-nettools": {
"stars": 0, "stars": 2,
"last_update": "2024-09-05 15:18:46", "last_update": "2024-09-08 06:19:35",
"author_account_age_days": 2933 "author_account_age_days": 2933
}, },
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": {
@ -242,7 +242,7 @@
"https://github.com/MrAdamBlack/CheckProgress": { "https://github.com/MrAdamBlack/CheckProgress": {
"stars": 1, "stars": 1,
"last_update": "2024-01-10 08:02:18", "last_update": "2024-01-10 08:02:18",
"author_account_age_days": 2795 "author_account_age_days": 2796
}, },
"https://github.com/MushroomFleet/DJZ-Nodes": { "https://github.com/MushroomFleet/DJZ-Nodes": {
"stars": 10, "stars": 10,
@ -252,7 +252,7 @@
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": {
"stars": 4, "stars": 4,
"last_update": "2024-08-14 02:16:43", "last_update": "2024-08-14 02:16:43",
"author_account_age_days": 169 "author_account_age_days": 170
}, },
"https://github.com/NicholasKao1029/comfyui-hook": { "https://github.com/NicholasKao1029/comfyui-hook": {
"stars": 0, "stars": 0,
@ -262,22 +262,22 @@
"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": 1133 "author_account_age_days": 1134
}, },
"https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": {
"stars": 13, "stars": 13,
"last_update": "2024-07-31 13:01:18", "last_update": "2024-07-31 13:01:18",
"author_account_age_days": 5350 "author_account_age_days": 5351
}, },
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": {
"stars": 21, "stars": 21,
"last_update": "2024-03-17 04:30:01", "last_update": "2024-03-17 04:30:01",
"author_account_age_days": 4115 "author_account_age_days": 4116
}, },
"https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": {
"stars": 2, "stars": 2,
"last_update": "2024-02-22 08:34:44", "last_update": "2024-02-22 08:34:44",
"author_account_age_days": 284 "author_account_age_days": 285
}, },
"https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "https://github.com/Sakura-nee/ComfyUI_Save2Discord": {
"stars": 1, "stars": 1,
@ -287,12 +287,12 @@
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": {
"stars": 8, "stars": 8,
"last_update": "2024-08-26 14:51:47", "last_update": "2024-08-26 14:51:47",
"author_account_age_days": 1185 "author_account_age_days": 1186
}, },
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "https://github.com/SeedV/ComfyUI-SeedV-Nodes": {
"stars": 1, "stars": 1,
"last_update": "2024-08-29 09:30:28", "last_update": "2024-08-29 09:30:28",
"author_account_age_days": 1201 "author_account_age_days": 1202
}, },
"https://github.com/Shinsplat/ComfyUI-Shinsplat": { "https://github.com/Shinsplat/ComfyUI-Shinsplat": {
"stars": 26, "stars": 26,
@ -300,14 +300,14 @@
"author_account_age_days": 1100 "author_account_age_days": 1100
}, },
"https://github.com/Soppatorsk/comfyui_img_to_ascii": { "https://github.com/Soppatorsk/comfyui_img_to_ascii": {
"stars": 0, "stars": 1,
"last_update": "2024-09-07 15:39:28", "last_update": "2024-09-07 15:39:28",
"author_account_age_days": 1215 "author_account_age_days": 1216
}, },
"https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": {
"stars": 0, "stars": 0,
"last_update": "2024-07-15 11:57:20", "last_update": "2024-07-15 11:57:20",
"author_account_age_days": 3031 "author_account_age_days": 3032
}, },
"https://github.com/StartHua/Comfyui_CSDMT_CXH": { "https://github.com/StartHua/Comfyui_CSDMT_CXH": {
"stars": 18, "stars": 18,
@ -327,17 +327,17 @@
"https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": {
"stars": 13, "stars": 13,
"last_update": "2024-08-21 17:52:56", "last_update": "2024-08-21 17:52:56",
"author_account_age_days": 278 "author_account_age_days": 279
}, },
"https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": {
"stars": 110, "stars": 114,
"last_update": "2024-08-24 06:45:32", "last_update": "2024-08-24 06:45:32",
"author_account_age_days": 278 "author_account_age_days": 279
}, },
"https://github.com/TemryL/ComfyUI-IDM-VTON": { "https://github.com/TemryL/ComfyUI-IDM-VTON": {
"stars": 348, "stars": 348,
"last_update": "2024-08-20 02:44:02", "last_update": "2024-08-20 02:44:02",
"author_account_age_days": 944 "author_account_age_days": 945
}, },
"https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": {
"stars": 5, "stars": 5,
@ -352,10 +352,10 @@
"https://github.com/VisionExp/ve_custom_comfyui_nodes": { "https://github.com/VisionExp/ve_custom_comfyui_nodes": {
"stars": 0, "stars": 0,
"last_update": "2024-07-17 11:51:54", "last_update": "2024-07-17 11:51:54",
"author_account_age_days": 80 "author_account_age_days": 81
}, },
"https://github.com/VykosX/ControlFlowUtils": { "https://github.com/VykosX/ControlFlowUtils": {
"stars": 9, "stars": 11,
"last_update": "2024-09-07 21:20:01", "last_update": "2024-09-07 21:20:01",
"author_account_age_days": 1986 "author_account_age_days": 1986
}, },
@ -367,47 +367,47 @@
"https://github.com/Weixuanf/extra-model-helper": { "https://github.com/Weixuanf/extra-model-helper": {
"stars": 1, "stars": 1,
"last_update": "2024-09-02 09:04:51", "last_update": "2024-09-02 09:04:51",
"author_account_age_days": 3073 "author_account_age_days": 3074
}, },
"https://github.com/Weixuanf/file-explore": { "https://github.com/Weixuanf/file-explore": {
"stars": 1, "stars": 1,
"last_update": "2024-08-28 17:44:20", "last_update": "2024-08-28 17:44:20",
"author_account_age_days": 3073 "author_account_age_days": 3074
}, },
"https://github.com/Weixuanf/nodecafe-file-manager": { "https://github.com/Weixuanf/nodecafe-file-manager": {
"stars": 1, "stars": 1,
"last_update": "2024-08-28 17:44:20", "last_update": "2024-08-28 17:44:20",
"author_account_age_days": 3073 "author_account_age_days": 3074
}, },
"https://github.com/WilliamStanford/visuallabs_comfyui_nodes": { "https://github.com/WilliamStanford/visuallabs_comfyui_nodes": {
"stars": 1, "stars": 1,
"last_update": "2024-04-16 21:53:02", "last_update": "2024-04-16 21:53:02",
"author_account_age_days": 1845 "author_account_age_days": 1846
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": {
"stars": 52, "stars": 52,
"last_update": "2024-05-22 14:30:05", "last_update": "2024-05-22 14:30:05",
"author_account_age_days": 415 "author_account_age_days": 416
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": {
"stars": 81, "stars": 81,
"last_update": "2024-07-11 07:33:30", "last_update": "2024-07-11 07:33:30",
"author_account_age_days": 415 "author_account_age_days": 416
}, },
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": {
"stars": 195, "stars": 195,
"last_update": "2024-05-22 13:38:23", "last_update": "2024-05-22 13:38:23",
"author_account_age_days": 415 "author_account_age_days": 416
}, },
"https://github.com/adityathiru/ComfyUI-LLMs": { "https://github.com/adityathiru/ComfyUI-LLMs": {
"stars": 2, "stars": 3,
"last_update": "2024-08-01 17:45:44", "last_update": "2024-08-01 17:45:44",
"author_account_age_days": 3204 "author_account_age_days": 3204
}, },
"https://github.com/alexisrolland/ComfyUI-AuraSR": { "https://github.com/alexisrolland/ComfyUI-AuraSR": {
"stars": 20, "stars": 21,
"last_update": "2024-07-31 16:41:31", "last_update": "2024-07-31 16:41:31",
"author_account_age_days": 3361 "author_account_age_days": 3362
}, },
"https://github.com/alt-key-project/comfyui-dream-video-batches": { "https://github.com/alt-key-project/comfyui-dream-video-batches": {
"stars": 59, "stars": 59,
@ -417,12 +417,12 @@
"https://github.com/baicai99/ComfyUI-FrameSkipping": { "https://github.com/baicai99/ComfyUI-FrameSkipping": {
"stars": 8, "stars": 8,
"last_update": "2024-08-06 06:10:48", "last_update": "2024-08-06 06:10:48",
"author_account_age_days": 906 "author_account_age_days": 907
}, },
"https://github.com/bananasss00/Comfyui-PyExec": { "https://github.com/bananasss00/Comfyui-PyExec": {
"stars": 1, "stars": 1,
"last_update": "2024-09-04 10:56:07", "last_update": "2024-09-04 10:56:07",
"author_account_age_days": 2609 "author_account_age_days": 2610
}, },
"https://github.com/beyastard/ComfyUI_BeySoft": { "https://github.com/beyastard/ComfyUI_BeySoft": {
"stars": 0, "stars": 0,
@ -437,7 +437,7 @@
"https://github.com/blepping/comfyui_overly_complicated_sampling": { "https://github.com/blepping/comfyui_overly_complicated_sampling": {
"stars": 19, "stars": 19,
"last_update": "2024-09-05 15:27:47", "last_update": "2024-09-05 15:27:47",
"author_account_age_days": 229 "author_account_age_days": 230
}, },
"https://github.com/blib-la/ComfyUI-Captain-Extensions": { "https://github.com/blib-la/ComfyUI-Captain-Extensions": {
"stars": 0, "stars": 0,
@ -457,17 +457,17 @@
"https://github.com/brycegoh/comfyui-custom-nodes": { "https://github.com/brycegoh/comfyui-custom-nodes": {
"stars": 0, "stars": 0,
"last_update": "2024-06-05 09:30:06", "last_update": "2024-06-05 09:30:06",
"author_account_age_days": 3184 "author_account_age_days": 3185
}, },
"https://github.com/chaojie/ComfyUI-DynamiCrafter": { "https://github.com/chaojie/ComfyUI-DynamiCrafter": {
"stars": 125, "stars": 125,
"last_update": "2024-06-14 10:23:59", "last_update": "2024-06-14 10:23:59",
"author_account_age_days": 4909 "author_account_age_days": 4910
}, },
"https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "https://github.com/chaojie/ComfyUI-mobvoi-openapi": {
"stars": 2, "stars": 2,
"last_update": "2024-05-29 09:02:52", "last_update": "2024-05-29 09:02:52",
"author_account_age_days": 4909 "author_account_age_days": 4910
}, },
"https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": {
"stars": 3, "stars": 3,
@ -485,19 +485,19 @@
"author_account_age_days": 1424 "author_account_age_days": 1424
}, },
"https://github.com/comfyanonymous/ComfyUI": { "https://github.com/comfyanonymous/ComfyUI": {
"stars": 49793, "stars": 49844,
"last_update": "2024-09-07 09:28:32", "last_update": "2024-09-08 14:11:39",
"author_account_age_days": 624 "author_account_age_days": 625
}, },
"https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": {
"stars": 262, "stars": 262,
"last_update": "2024-08-16 18:06:10", "last_update": "2024-08-16 18:06:10",
"author_account_age_days": 624 "author_account_age_days": 625
}, },
"https://github.com/comfypod/ComfyUI-Comflow": { "https://github.com/comfypod/ComfyUI-Comflow": {
"stars": 0, "stars": 0,
"last_update": "2024-06-17 08:44:08", "last_update": "2024-06-17 08:44:08",
"author_account_age_days": 98 "author_account_age_days": 99
}, },
"https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": {
"stars": 7, "stars": 7,
@ -505,9 +505,9 @@
"author_account_age_days": 1891 "author_account_age_days": 1891
}, },
"https://github.com/cubiq/Comfy_Dungeon": { "https://github.com/cubiq/Comfy_Dungeon": {
"stars": 211, "stars": 212,
"last_update": "2024-04-26 11:00:58", "last_update": "2024-04-26 11:00:58",
"author_account_age_days": 5086 "author_account_age_days": 5087
}, },
"https://github.com/denislov/Comfyui_AutoSurvey": { "https://github.com/denislov/Comfyui_AutoSurvey": {
"stars": 2, "stars": 2,
@ -527,12 +527,12 @@
"https://github.com/dnl13/ComfyUI-dnl13-seg": { "https://github.com/dnl13/ComfyUI-dnl13-seg": {
"stars": 18, "stars": 18,
"last_update": "2024-08-11 09:41:13", "last_update": "2024-08-11 09:41:13",
"author_account_age_days": 4294 "author_account_age_days": 4295
}, },
"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": 2398 "author_account_age_days": 2399
}, },
"https://github.com/drmbt/comfyui-dreambait-nodes": { "https://github.com/drmbt/comfyui-dreambait-nodes": {
"stars": 2, "stars": 2,
@ -547,7 +547,7 @@
"https://github.com/ejektaflex/ComfyUI-Ty": { "https://github.com/ejektaflex/ComfyUI-Ty": {
"stars": 0, "stars": 0,
"last_update": "2024-06-12 16:08:16", "last_update": "2024-06-12 16:08:16",
"author_account_age_days": 2847 "author_account_age_days": 2848
}, },
"https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": {
"stars": 0, "stars": 0,
@ -577,7 +577,7 @@
"https://github.com/flyingdogsoftware/gyre_for_comfyui": { "https://github.com/flyingdogsoftware/gyre_for_comfyui": {
"stars": 2, "stars": 2,
"last_update": "2024-08-22 14:36:29", "last_update": "2024-08-22 14:36:29",
"author_account_age_days": 2088 "author_account_age_days": 2089
}, },
"https://github.com/foglerek/comfyui-cem-tools": { "https://github.com/foglerek/comfyui-cem-tools": {
"stars": 1, "stars": 1,
@ -591,18 +591,18 @@
}, },
"https://github.com/gameltb/ComfyUI_paper_playground": { "https://github.com/gameltb/ComfyUI_paper_playground": {
"stars": 11, "stars": 11,
"last_update": "2024-09-07 19:30:12", "last_update": "2024-09-08 14:01:21",
"author_account_age_days": 4130 "author_account_age_days": 4131
}, },
"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": 4130 "author_account_age_days": 4131
}, },
"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": 4130 "author_account_age_days": 4131
}, },
"https://github.com/gioferreira/ComfyUI-Molde-Utils": { "https://github.com/gioferreira/ComfyUI-Molde-Utils": {
"stars": 1, "stars": 1,
@ -612,72 +612,72 @@
"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": 3978 "author_account_age_days": 3979
}, },
"https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": {
"stars": 1, "stars": 1,
"last_update": "2024-09-05 11:09:23", "last_update": "2024-09-05 11:09:23",
"author_account_age_days": 1459 "author_account_age_days": 1460
}, },
"https://github.com/hananbeer/node_dev": { "https://github.com/hananbeer/node_dev": {
"stars": 6, "stars": 6,
"last_update": "2024-08-19 08:08:39", "last_update": "2024-08-19 08:08:39",
"author_account_age_days": 1619 "author_account_age_days": 1620
}, },
"https://github.com/haodman/ComfyUI_Rain": { "https://github.com/haodman/ComfyUI_Rain": {
"stars": 2, "stars": 2,
"last_update": "2024-09-01 10:41:20", "last_update": "2024-09-01 10:41:20",
"author_account_age_days": 2215 "author_account_age_days": 2216
}, },
"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",
"author_account_age_days": 3053 "author_account_age_days": 3054
}, },
"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": 376 "author_account_age_days": 377
}, },
"https://github.com/horidream/ComfyUI-Horidream": { "https://github.com/horidream/ComfyUI-Horidream": {
"stars": 0, "stars": 1,
"last_update": "2024-07-15 07:42:11", "last_update": "2024-09-08 08:57:57",
"author_account_age_days": 5119 "author_account_age_days": 5120
}, },
"https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": {
"stars": 1, "stars": 1,
"last_update": "2024-07-23 14:36:35", "last_update": "2024-07-23 14:36:35",
"author_account_age_days": 52 "author_account_age_days": 53
}, },
"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": 3595 "author_account_age_days": 3596
}, },
"https://github.com/huchenlei/ComfyUI_densediffusion": { "https://github.com/huchenlei/ComfyUI_densediffusion": {
"stars": 111, "stars": 111,
"last_update": "2024-07-27 18:33:35", "last_update": "2024-07-27 18:33:35",
"author_account_age_days": 2951 "author_account_age_days": 2952
}, },
"https://github.com/huchenlei/ComfyUI_omost": { "https://github.com/huchenlei/ComfyUI_omost": {
"stars": 403, "stars": 403,
"last_update": "2024-08-04 18:51:27", "last_update": "2024-08-04 18:51:27",
"author_account_age_days": 2951 "author_account_age_days": 2952
}, },
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": {
"stars": 2, "stars": 2,
"last_update": "2024-02-27 08:22:49", "last_update": "2024-02-27 08:22:49",
"author_account_age_days": 2530 "author_account_age_days": 2531
}, },
"https://github.com/hy134300/comfyui-hb-node": { "https://github.com/hy134300/comfyui-hb-node": {
"stars": 0, "stars": 0,
"last_update": "2024-04-09 09:56:22", "last_update": "2024-04-09 09:56:22",
"author_account_age_days": 1836 "author_account_age_days": 1837
}, },
"https://github.com/hy134300/comfyui-hydit": { "https://github.com/hy134300/comfyui-hydit": {
"stars": 7, "stars": 7,
"last_update": "2024-06-07 09:52:15", "last_update": "2024-06-07 09:52:15",
"author_account_age_days": 1836 "author_account_age_days": 1837
}, },
"https://github.com/ilovejohnwhite/Tracer": { "https://github.com/ilovejohnwhite/Tracer": {
"stars": 1, "stars": 1,
@ -687,17 +687,17 @@
"https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "https://github.com/immersiveexperience/ie-comfyui-color-nodes": {
"stars": 2, "stars": 2,
"last_update": "2024-06-18 10:54:55", "last_update": "2024-06-18 10:54:55",
"author_account_age_days": 344 "author_account_age_days": 345
}, },
"https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": {
"stars": 1, "stars": 1,
"last_update": "2024-08-30 06:42:39", "last_update": "2024-08-30 06:42:39",
"author_account_age_days": 531 "author_account_age_days": 532
}, },
"https://github.com/jh-leon-kim/ComfyUI-JHK-utils": { "https://github.com/jh-leon-kim/ComfyUI-JHK-utils": {
"stars": 1, "stars": 1,
"last_update": "2024-08-16 19:54:07", "last_update": "2024-08-16 19:54:07",
"author_account_age_days": 247 "author_account_age_days": 248
}, },
"https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": {
"stars": 218, "stars": 218,
@ -712,7 +712,7 @@
"https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine": { "https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine": {
"stars": 1, "stars": 1,
"last_update": "2024-08-26 08:07:12", "last_update": "2024-08-26 08:07:12",
"author_account_age_days": 979 "author_account_age_days": 980
}, },
"https://github.com/jn-jairo/jn_node_suite_comfyui": { "https://github.com/jn-jairo/jn_node_suite_comfyui": {
"stars": 6, "stars": 6,
@ -722,17 +722,17 @@
"https://github.com/jtscmw01/ComfyUI-DiffBIR": { "https://github.com/jtscmw01/ComfyUI-DiffBIR": {
"stars": 82, "stars": 82,
"last_update": "2024-05-21 05:28:34", "last_update": "2024-05-21 05:28:34",
"author_account_age_days": 577 "author_account_age_days": 578
}, },
"https://github.com/jtydhr88/ComfyUI-Unique3D": { "https://github.com/jtydhr88/ComfyUI-Unique3D": {
"stars": 158, "stars": 158,
"last_update": "2024-07-31 13:52:24", "last_update": "2024-07-31 13:52:24",
"author_account_age_days": 4828 "author_account_age_days": 4829
}, },
"https://github.com/justUmen/Bjornulf_custom_nodes": { "https://github.com/justUmen/Bjornulf_custom_nodes": {
"stars": 7, "stars": 7,
"last_update": "2024-08-24 13:00:59", "last_update": "2024-08-24 13:00:59",
"author_account_age_days": 2864 "author_account_age_days": 2865
}, },
"https://github.com/kadirnar/ComfyUI-Adapter": { "https://github.com/kadirnar/ComfyUI-Adapter": {
"stars": 3, "stars": 3,
@ -747,62 +747,62 @@
"https://github.com/kappa54m/ComfyUI_Usability": { "https://github.com/kappa54m/ComfyUI_Usability": {
"stars": 1, "stars": 1,
"last_update": "2024-08-08 15:31:47", "last_update": "2024-08-08 15:31:47",
"author_account_age_days": 1586 "author_account_age_days": 1587
}, },
"https://github.com/kijai/ComfyUI-CV-VAE": { "https://github.com/kijai/ComfyUI-CV-VAE": {
"stars": 10, "stars": 10,
"last_update": "2024-06-03 21:46:49", "last_update": "2024-06-03 21:46:49",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "https://github.com/kijai/ComfyUI-CogVideoXWrapper": {
"stars": 295, "stars": 295,
"last_update": "2024-09-04 01:00:08", "last_update": "2024-09-04 01:00:08",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-DeepSeek-VL": { "https://github.com/kijai/ComfyUI-DeepSeek-VL": {
"stars": 30, "stars": 30,
"last_update": "2024-05-21 16:43:40", "last_update": "2024-05-21 16:43:40",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "https://github.com/kijai/ComfyUI-DiffSynthWrapper": {
"stars": 55, "stars": 55,
"last_update": "2024-06-22 00:16:46", "last_update": "2024-06-22 00:16:46",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": {
"stars": 9, "stars": 9,
"last_update": "2024-06-17 13:03:43", "last_update": "2024-06-17 13:03:43",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": {
"stars": 71, "stars": 71,
"last_update": "2024-08-14 02:20:18", "last_update": "2024-08-14 02:20:18",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": {
"stars": 47, "stars": 47,
"last_update": "2024-07-27 12:50:25", "last_update": "2024-07-27 12:50:25",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "https://github.com/kijai/ComfyUI-LLaVA-OneVision": {
"stars": 69, "stars": 69,
"last_update": "2024-08-25 14:04:22", "last_update": "2024-08-25 14:04:22",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kijai/ComfyUI-VEnhancer": { "https://github.com/kijai/ComfyUI-VEnhancer": {
"stars": 36, "stars": 36,
"last_update": "2024-08-29 14:22:45", "last_update": "2024-08-29 14:22:45",
"author_account_age_days": 2258 "author_account_age_days": 2259
}, },
"https://github.com/kycg/comfyui-Kwtoolset": { "https://github.com/kycg/comfyui-Kwtoolset": {
"stars": 0, "stars": 0,
"last_update": "2024-06-12 17:04:09", "last_update": "2024-06-12 17:04:09",
"author_account_age_days": 1016 "author_account_age_days": 1017
}, },
"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": 2906 "author_account_age_days": 2907
}, },
"https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": {
"stars": 3, "stars": 3,
@ -812,12 +812,12 @@
"https://github.com/lichenhao/Comfyui_Ryota": { "https://github.com/lichenhao/Comfyui_Ryota": {
"stars": 1, "stars": 1,
"last_update": "2024-09-07 08:25:54", "last_update": "2024-09-07 08:25:54",
"author_account_age_days": 4442 "author_account_age_days": 4443
}, },
"https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "https://github.com/linhusyung/comfyui-Build-and-train-your-network": {
"stars": 95, "stars": 95,
"last_update": "2024-06-26 05:44:43", "last_update": "2024-06-26 05:44:43",
"author_account_age_days": 753 "author_account_age_days": 754
}, },
"https://github.com/logtd/ComfyUI-Fluxtapoz": { "https://github.com/logtd/ComfyUI-Fluxtapoz": {
"stars": 12, "stars": 12,
@ -837,7 +837,7 @@
"https://github.com/longgui0318/comfyui-one-more-step": { "https://github.com/longgui0318/comfyui-one-more-step": {
"stars": 1, "stars": 1,
"last_update": "2024-05-07 08:40:56", "last_update": "2024-05-07 08:40:56",
"author_account_age_days": 4240 "author_account_age_days": 4241
}, },
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "https://github.com/ltdrdata/ComfyUI-Workflow-Component": {
"stars": 212, "stars": 212,
@ -845,14 +845,14 @@
"author_account_age_days": 538 "author_account_age_days": 538
}, },
"https://github.com/lu64k/SK-Nodes": { "https://github.com/lu64k/SK-Nodes": {
"stars": 0, "stars": 1,
"last_update": "2024-09-05 12:25:56", "last_update": "2024-09-05 12:25:56",
"author_account_age_days": 467 "author_account_age_days": 467
}, },
"https://github.com/maepopi/Diffusers-in-ComfyUI": { "https://github.com/maepopi/Diffusers-in-ComfyUI": {
"stars": 3, "stars": 3,
"last_update": "2024-08-27 13:15:51", "last_update": "2024-08-27 13:15:51",
"author_account_age_days": 2433 "author_account_age_days": 2434
}, },
"https://github.com/majorsauce/comfyui_indieTools": { "https://github.com/majorsauce/comfyui_indieTools": {
"stars": 0, "stars": 0,
@ -867,7 +867,7 @@
"https://github.com/marduk191/comfyui-marnodes": { "https://github.com/marduk191/comfyui-marnodes": {
"stars": 3, "stars": 3,
"last_update": "2024-08-13 22:15:05", "last_update": "2024-08-13 22:15:05",
"author_account_age_days": 4490 "author_account_age_days": 4491
}, },
"https://github.com/maruhidd/ComfyUI_Transparent-Background": { "https://github.com/maruhidd/ComfyUI_Transparent-Background": {
"stars": 4, "stars": 4,
@ -912,7 +912,7 @@
"https://github.com/neeltheninja/ComfyUI-TextOverlay": { "https://github.com/neeltheninja/ComfyUI-TextOverlay": {
"stars": 1, "stars": 1,
"last_update": "2024-07-31 18:40:19", "last_update": "2024-07-31 18:40:19",
"author_account_age_days": 1954 "author_account_age_days": 1955
}, },
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "https://github.com/neuratech-ai/ComfyUI-MultiGPU": {
"stars": 74, "stars": 74,
@ -922,17 +922,17 @@
"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": 1094 "author_account_age_days": 1095
}, },
"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": 4943 "author_account_age_days": 4944
}, },
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
"stars": 8, "stars": 8,
"last_update": "2024-08-23 08:36:52", "last_update": "2024-08-23 08:36:52",
"author_account_age_days": 235 "author_account_age_days": 236
}, },
"https://github.com/norgeous/ComfyUI-UI-Builder": { "https://github.com/norgeous/ComfyUI-UI-Builder": {
"stars": 11, "stars": 11,
@ -942,7 +942,7 @@
"https://github.com/oyvindg/ComfyUI-TrollSuite": { "https://github.com/oyvindg/ComfyUI-TrollSuite": {
"stars": 2, "stars": 2,
"last_update": "2024-08-15 10:37:43", "last_update": "2024-08-15 10:37:43",
"author_account_age_days": 2405 "author_account_age_days": 2406
}, },
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": {
"stars": 17, "stars": 17,
@ -952,17 +952,17 @@
"https://github.com/pamparamm/ComfyUI-ppm": { "https://github.com/pamparamm/ComfyUI-ppm": {
"stars": 53, "stars": 53,
"last_update": "2024-09-04 11:01:05", "last_update": "2024-09-04 11:01:05",
"author_account_age_days": 2206 "author_account_age_days": 2207
}, },
"https://github.com/phineas-pta/comfy-trt-test": { "https://github.com/phineas-pta/comfy-trt-test": {
"stars": 84, "stars": 84,
"last_update": "2024-06-04 21:09:17", "last_update": "2024-06-04 21:09:17",
"author_account_age_days": 2364 "author_account_age_days": 2365
}, },
"https://github.com/poisenbery/NudeNet-Detector-Provider": { "https://github.com/poisenbery/NudeNet-Detector-Provider": {
"stars": 1, "stars": 1,
"last_update": "2024-02-26 02:11:27", "last_update": "2024-02-26 02:11:27",
"author_account_age_days": 1312 "author_account_age_days": 1313
}, },
"https://github.com/prabinpebam/anyPython": { "https://github.com/prabinpebam/anyPython": {
"stars": 9, "stars": 9,
@ -977,7 +977,7 @@
"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": 2174 "author_account_age_days": 2175
}, },
"https://github.com/redhottensors/ComfyUI-ODE": { "https://github.com/redhottensors/ComfyUI-ODE": {
"stars": 42, "stars": 42,
@ -992,17 +992,17 @@
"https://github.com/runtime44/comfyui_r44_nodes": { "https://github.com/runtime44/comfyui_r44_nodes": {
"stars": 37, "stars": 37,
"last_update": "2024-07-01 08:02:04", "last_update": "2024-07-01 08:02:04",
"author_account_age_days": 243 "author_account_age_days": 244
}, },
"https://github.com/sangeet/comfyui-testui": { "https://github.com/sangeet/comfyui-testui": {
"stars": 2, "stars": 2,
"last_update": "2024-05-15 00:55:17", "last_update": "2024-05-15 00:55:17",
"author_account_age_days": 5155 "author_account_age_days": 5156
}, },
"https://github.com/sdfxai/SDFXBridgeForComfyUI": { "https://github.com/sdfxai/SDFXBridgeForComfyUI": {
"stars": 9, "stars": 9,
"last_update": "2024-06-14 10:26:56", "last_update": "2024-06-14 10:26:56",
"author_account_age_days": 310 "author_account_age_days": 311
}, },
"https://github.com/sebord/ComfyUI-LMCQ": { "https://github.com/sebord/ComfyUI-LMCQ": {
"stars": 4, "stars": 4,
@ -1012,27 +1012,27 @@
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "https://github.com/shadowcz007/ComfyUI-PuLID-Test": {
"stars": 8, "stars": 8,
"last_update": "2024-05-12 14:37:28", "last_update": "2024-05-12 14:37:28",
"author_account_age_days": 3390 "author_account_age_days": 3391
}, },
"https://github.com/shadowcz007/comfyui-CLIPSeg": { "https://github.com/shadowcz007/comfyui-CLIPSeg": {
"stars": 2, "stars": 2,
"last_update": "2024-02-08 02:16:24", "last_update": "2024-02-08 02:16:24",
"author_account_age_days": 3390 "author_account_age_days": 3391
}, },
"https://github.com/shadowcz007/comfyui-hydit-lowvram": { "https://github.com/shadowcz007/comfyui-hydit-lowvram": {
"stars": 2, "stars": 2,
"last_update": "2024-07-31 10:04:09", "last_update": "2024-07-31 10:04:09",
"author_account_age_days": 3390 "author_account_age_days": 3391
}, },
"https://github.com/shadowcz007/comfyui-llamafile": { "https://github.com/shadowcz007/comfyui-llamafile": {
"stars": 15, "stars": 15,
"last_update": "2024-05-21 19:47:56", "last_update": "2024-05-21 19:47:56",
"author_account_age_days": 3390 "author_account_age_days": 3391
}, },
"https://github.com/shadowcz007/comfyui-musicgen": { "https://github.com/shadowcz007/comfyui-musicgen": {
"stars": 87, "stars": 87,
"last_update": "2024-07-04 12:53:38", "last_update": "2024-07-04 12:53:38",
"author_account_age_days": 3390 "author_account_age_days": 3391
}, },
"https://github.com/shinich39/comfyui-event-handler": { "https://github.com/shinich39/comfyui-event-handler": {
"stars": 1, "stars": 1,
@ -1042,12 +1042,12 @@
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": {
"stars": 0, "stars": 0,
"last_update": "2024-04-27 13:25:08", "last_update": "2024-04-27 13:25:08",
"author_account_age_days": 4037 "author_account_age_days": 4038
}, },
"https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": {
"stars": 1, "stars": 1,
"last_update": "2024-08-27 02:24:05", "last_update": "2024-08-27 02:24:05",
"author_account_age_days": 4193 "author_account_age_days": 4194
}, },
"https://github.com/sofakid/dandy": { "https://github.com/sofakid/dandy": {
"stars": 42, "stars": 42,
@ -1057,37 +1057,37 @@
"https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "https://github.com/souki202/ComfyUI-LoadImage-Advanced": {
"stars": 1, "stars": 1,
"last_update": "2024-08-29 14:03:52", "last_update": "2024-08-29 14:03:52",
"author_account_age_days": 3335 "author_account_age_days": 3336
}, },
"https://github.com/stavsap/ComfyUI-React-SDK": { "https://github.com/stavsap/ComfyUI-React-SDK": {
"stars": 6, "stars": 6,
"last_update": "2024-03-17 21:54:21", "last_update": "2024-03-17 21:54:21",
"author_account_age_days": 4159 "author_account_age_days": 4160
}, },
"https://github.com/stutya/ComfyUI-Terminal": { "https://github.com/stutya/ComfyUI-Terminal": {
"stars": 0, "stars": 0,
"last_update": "2024-02-05 16:47:28", "last_update": "2024-02-05 16:47:28",
"author_account_age_days": 3913 "author_account_age_days": 3914
}, },
"https://github.com/sugarkwork/comfyui_psd": { "https://github.com/sugarkwork/comfyui_psd": {
"stars": 1, "stars": 1,
"last_update": "2024-03-26 08:24:56", "last_update": "2024-03-26 08:24:56",
"author_account_age_days": 951 "author_account_age_days": 952
}, },
"https://github.com/tachyon-beep/comfyui-simplefeed": { "https://github.com/tachyon-beep/comfyui-simplefeed": {
"stars": 3, "stars": 4,
"last_update": "2024-09-08 03:13:45", "last_update": "2024-09-08 03:13:45",
"author_account_age_days": 4996 "author_account_age_days": 4997
}, },
"https://github.com/talesofai/comfyui-supersave": { "https://github.com/talesofai/comfyui-supersave": {
"stars": 1, "stars": 1,
"last_update": "2023-12-27 02:05:53", "last_update": "2023-12-27 02:05:53",
"author_account_age_days": 631 "author_account_age_days": 632
}, },
"https://github.com/talon468/ComfyUI-Rpg-Architect": { "https://github.com/talon468/ComfyUI-Rpg-Architect": {
"stars": 4, "stars": 4,
"last_update": "2024-08-31 14:47:47", "last_update": "2024-08-31 14:47:47",
"author_account_age_days": 493 "author_account_age_days": 494
}, },
"https://github.com/teward/Comfy-Sentry": { "https://github.com/teward/Comfy-Sentry": {
"stars": 1, "stars": 1,
@ -1102,17 +1102,17 @@
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": {
"stars": 0, "stars": 0,
"last_update": "2024-03-05 13:31:31", "last_update": "2024-03-05 13:31:31",
"author_account_age_days": 188 "author_account_age_days": 189
}, },
"https://github.com/tom-doerr/dspy_nodes": { "https://github.com/tom-doerr/dspy_nodes": {
"stars": 171, "stars": 171,
"last_update": "2024-08-04 18:55:22", "last_update": "2024-08-04 18:55:22",
"author_account_age_days": 2855 "author_account_age_days": 2856
}, },
"https://github.com/tracerstar/comfyui-p5js-node": { "https://github.com/tracerstar/comfyui-p5js-node": {
"stars": 32, "stars": 32,
"last_update": "2024-07-05 23:47:57", "last_update": "2024-07-05 23:47:57",
"author_account_age_days": 5274 "author_account_age_days": 5275
}, },
"https://github.com/tuckerdarby/ComfyUI-TDNodes": { "https://github.com/tuckerdarby/ComfyUI-TDNodes": {
"stars": 3, "stars": 3,
@ -1122,22 +1122,22 @@
"https://github.com/umisetokikaze/comfyui_mergekit": { "https://github.com/umisetokikaze/comfyui_mergekit": {
"stars": 0, "stars": 0,
"last_update": "2024-04-28 07:21:00", "last_update": "2024-04-28 07:21:00",
"author_account_age_days": 1898 "author_account_age_days": 1899
}, },
"https://github.com/unanan/ComfyUI-Dist": { "https://github.com/unanan/ComfyUI-Dist": {
"stars": 5, "stars": 5,
"last_update": "2024-02-28 10:03:50", "last_update": "2024-02-28 10:03:50",
"author_account_age_days": 2973 "author_account_age_days": 2974
}, },
"https://github.com/unanan/ComfyUI-clip-interrogator": { "https://github.com/unanan/ComfyUI-clip-interrogator": {
"stars": 39, "stars": 39,
"last_update": "2024-07-27 18:33:22", "last_update": "2024-07-27 18:33:22",
"author_account_age_days": 1105 "author_account_age_days": 1106
}, },
"https://github.com/walterFeng/ComfyUI-Image-Utils": { "https://github.com/walterFeng/ComfyUI-Image-Utils": {
"stars": 1, "stars": 1,
"last_update": "2024-08-09 11:31:26", "last_update": "2024-08-09 11:31:26",
"author_account_age_days": 2851 "author_account_age_days": 2852
}, },
"https://github.com/willblaschko/ComfyUI-Unload-Models": { "https://github.com/willblaschko/ComfyUI-Unload-Models": {
"stars": 4, "stars": 4,
@ -1157,21 +1157,21 @@
"https://github.com/yushan777/ComfyUI-Y7Nodes": { "https://github.com/yushan777/ComfyUI-Y7Nodes": {
"stars": 1, "stars": 1,
"last_update": "2024-08-04 08:48:59", "last_update": "2024-08-04 08:48:59",
"author_account_age_days": 593 "author_account_age_days": 594
}, },
"https://github.com/zhongpei/Comfyui_image2prompt": { "https://github.com/zhongpei/Comfyui_image2prompt": {
"stars": 276, "stars": 277,
"last_update": "2024-05-22 23:19:30", "last_update": "2024-05-22 23:19:30",
"author_account_age_days": 3534 "author_account_age_days": 3535
}, },
"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": 2058 "author_account_age_days": 2059
}, },
"https://github.com/zmwv823/ComfyUI-AnyText": { "https://github.com/zmwv823/ComfyUI-AnyText": {
"stars": 92, "stars": 92,
"last_update": "2024-09-07 08:01:50", "last_update": "2024-09-07 08:01:50",
"author_account_age_days": 3344 "author_account_age_days": 3345
} }
} }

View File

@ -9,7 +9,27 @@
}, },
{
"author": "LatentRat",
"title": "comfy_remote_run",
"reference": "https://github.com/LatentRat/comfy_remote_run",
"files": [
"https://github.com/LatentRat/comfy_remote_run"
],
"install_type": "git-clone",
"description": "Nodes to run nodes on remote ComfyUI instances."
},
{
"author": "alexisrolland",
"title": "ComfyUI-Phi",
"reference": "https://github.com/alexisrolland/ComfyUI-Phi",
"files": [
"https://github.com/alexisrolland/ComfyUI-Phi"
],
"install_type": "git-clone",
"description": "Custom nodes to run microsoft/Phi models."
},
{ {
"author": "Extraltodeus", "author": "Extraltodeus",
"title": "CLIP-Token-Injection", "title": "CLIP-Token-Injection",
@ -123,7 +143,7 @@
"https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask" "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Object Mask.\nNOTE:push [a/yolov8x-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8x-seg.pt) in models/yolo" "description": "NODES:Object Mask. Get the overlapped object in the human's face.\nNOTE:push [a/yolov8x-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8x-seg.pt) in models/yolo"
}, },
{ {
"author": "Hugo", "author": "Hugo",
@ -673,27 +693,6 @@
], ],
"install_type": "git-clone", "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." "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": "mittimi",
"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": "Panoramic Image Stitcher",
"reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher",
"files": [
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher"
],
"install_type": "git-clone",
"description": "Simple Node to make panoramic images"
} }
] ]
} }

View File

@ -940,6 +940,8 @@
"FLATTEN (JOV) \u2b07\ufe0f", "FLATTEN (JOV) \u2b07\ufe0f",
"GLSL (JOV) \ud83c\udf69", "GLSL (JOV) \ud83c\udf69",
"GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
@ -948,9 +950,11 @@
"GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL TRANSFORM (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
"GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
"GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa", "GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa",
@ -7355,12 +7359,14 @@
[ [
"AK_AdjustListSize", "AK_AdjustListSize",
"AK_AnimatedDilationMaskLinear", "AK_AnimatedDilationMaskLinear",
"AK_AudioFramesyncSchedule",
"AK_AudioreactiveDilationMask", "AK_AudioreactiveDilationMask",
"AK_AudioreactiveDynamicDilationMask", "AK_AudioreactiveDynamicDilationMask",
"AK_BinaryAmplitudeGate", "AK_BinaryAmplitudeGate",
"AK_ConvertAudioToSaltAudio", "AK_ConvertAudioToSaltAudio",
"AK_ConvertListToFloatList", "AK_ConvertListToFloatList",
"AK_ConvertSaltAudioToAudio", "AK_ConvertSaltAudioToAudio",
"AK_DilateMaskLinearInfinite",
"AK_IPAdapterCustomWeights", "AK_IPAdapterCustomWeights",
"AK_LagChop", "AK_LagChop",
"AK_ListToNumpyFloatArray", "AK_ListToNumpyFloatArray",
@ -7483,6 +7489,17 @@
"title_aux": "Huggingface Api Serverless" "title_aux": "Huggingface Api Serverless"
} }
], ],
"https://github.com/alexisrolland/ComfyUI-Phi": [
[
"DownloadAndLoadPhi",
"DownloadAndLoadPhiVision",
"RunPhi",
"RunPhiVision"
],
{
"title_aux": "ComfyUI-Phi"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [ "https://github.com/alexopus/ComfyUI-Image-Saver": [
[ [
"Cfg Literal (Image Saver)", "Cfg Literal (Image Saver)",
@ -12301,6 +12318,7 @@
"text2json", "text2json",
"text2parameters", "text2parameters",
"text_iterator", "text_iterator",
"text_writing",
"time_tool", "time_tool",
"tool_combine", "tool_combine",
"tool_combine_plus", "tool_combine_plus",