diff --git a/custom-node-list.json b/custom-node-list.json index 01ca8391..53aff917 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3017,7 +3017,7 @@ { "author": "avatechai", "title": "Avatar Graph", - "id": "avatar", + "id": "avatar-graph", "reference": "https://github.com/avatechai/avatar-graph-comfyui", "files": [ "https://github.com/avatechai/avatar-graph-comfyui" @@ -8693,6 +8693,17 @@ "install_type": "git-clone", "description": "a comfyui plugin for image to comic" }, + { + "author": "turkyden", + "title": "ComfyUI-Avatar", + "id": "avatar", + "reference": "https://github.com/turkyden/ComfyUI-Avatar", + "files": [ + "https://github.com/turkyden/ComfyUI-Avatar" + ], + "install_type": "git-clone", + "description": "a comfyui plugin for image to avatar" + }, { "author": "royceschultz", "title": "ComfyUI-TranscriptionTools", @@ -9021,6 +9032,16 @@ "install_type": "git-clone", "description": "A prompt helper. Use templates from [a/https://prompter.fofr.ai](https://prompter.fofr.ai) in ComfyUI." }, + { + "author": "fofr", + "title": "comfyui-replicate", + "reference": "https://github.com/fofr/comfyui-replicate", + "files": [ + "https://github.com/fofr/comfyui-replicate" + ], + "install_type": "git-clone", + "description": "Nodes:Llama 3 Replicate" + }, { "author": "cfreilich", "title": "Virtuoso Nodes for ComfyUI", @@ -10634,7 +10655,70 @@ "install_type": "git-clone", "description": "Nodes:Jamworks_Login, Jamworks_Download, Shell_Command.\nA Simple Client for Jamworks Platform DAM Integration" }, - + { + "author": "fablestudio", + "title": "ComfyUI-Showrunner-Utils", + "reference": "https://github.com/fablestudio/ComfyUI-Showrunner-Utils", + "files": [ + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils" + ], + "install_type": "git-clone", + "description": "Comfyui Custom Nodes for Showrunner" + }, + { + "author": "MilitantHitchhiker", + "title": "Militant Hitchhiker's Switchblade Pack", + "id": "hitchhiker", + "reference": "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack", + "files": [ + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack" + ], + "install_type": "git-clone", + "description": "Militant Hitchhiker's Switchblade Pack is a collection of custom nodes for ComfyUI that provide various multi-function capabilities." + }, + { + "author": "slyt", + "title": "comfyui-ollama-nodes", + "reference": "https://github.com/slyt/comfyui-ollama-nodes", + "files": [ + "https://github.com/slyt/comfyui-ollama-nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for working with [a/Ollama](https://github.com/ollama/ollama).\nNOTE:Assumes that an Ollama server is running at http://127.0.0.1:11434 and accessible by the ComfyUI backend." + }, + { + "author": "akkyoss", + "title": "ComfyUI_Zwng_Nodes", + "id": "zwng", + "reference": "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes", + "files": [ + "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes" + ], + "install_type": "git-clone", + "description": "Simple nodes for loading image files.Nodes that include a simple remote connection to Photoshop, a node that can overlay and preview an image with a mask, and a node that can load images directly from a file path." + }, + { + "author": "RedRayz", + "title": "ComfyUI-BooruToWd", + "id": "booru2wd", + "reference": "https://github.com/RedRayz/ComfyUI-BooruToWd", + "files": [ + "https://github.com/RedRayz/ComfyUI-BooruToWd" + ], + "install_type": "git-clone", + "description": "Converts booru tags to a format suitable for Waifu Diffusion(or Danbooru based models)." + }, + { + "author": "Shibiko-AI", + "title": "Shibiko AI ComfyUI Tools", + "id": "shibiko-ai-tools", + "reference": "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools", + "files": [ + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools" + ], + "install_type": "git-clone", + "description": "This is a collection of tools that I use to make my life easier when developing ComfyUI applications. It is a collection of tools that I have created to help me with my development process. I have decided to share these tools with the community in the hopes that they will be useful to others as well. I use this tools to further develop features for [a/https://shibiko.ai](https://shibiko.ai)" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 30db59f1..fbba4028 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -354,7 +354,7 @@ ], "https://github.com/AIFSH/ComfyUI-XTTS": [ [ - "LoadAudio", + "LoadAudioPath", "LoadSRT", "PreViewAudio", "XTTS_INFER", @@ -2371,8 +2371,13 @@ ], "https://github.com/KewkLW/ComfyUI-kewky_tools": [ [ + "CLIPInterrogator", + "CustomNodeWithEmojiMenuItem", + "FormattedPromptNode", + "ImageBatcher", "TensorDebugPlus", "TextAppendNode", + "TextSearchNode", "VRAM_Debug_Plus" ], { @@ -2898,6 +2903,19 @@ "title_aux": "Mosaica" } ], + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": [ + [ + "IntegratedRandomPromptGenerator", + "TextAppender" + ], + { + "author": "Militant Hitchhiker", + "description": "Militant Hitchhiker's multi-function nodes.", + "nickname": "Switchblade", + "title": "Switchblade Pack", + "title_aux": "Militant Hitchhiker's Switchblade Pack" + } + ], "https://github.com/Miosp/ComfyUI-FBCNN": [ [ "JPEG artifacts removal FBCNN" @@ -3347,6 +3365,14 @@ "title_aux": "ComfyUI-Qais-Helper" } ], + "https://github.com/RedRayz/ComfyUI-BooruToWd": [ + [ + "BooruToWD" + ], + { + "title_aux": "ComfyUI-BooruToWd" + } + ], "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [ [ "AnalyseMetadata", @@ -3849,6 +3875,15 @@ "title_aux": "Eagleshadow Custom Nodes" } ], + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [ + [ + "Luts", + "Waifu2x" + ], + { + "title_aux": "Shibiko AI ComfyUI Tools" + } + ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -4408,6 +4443,7 @@ "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", + "tri3d-extract-pascal-parts-batch", "tri3d-face-recognise", "tri3d-float-to-image", "tri3d-fuzzification", @@ -4419,6 +4455,8 @@ "tri3d-interaction-canny", "tri3d-levindabhi-cloth-seg", "tri3d-load-pose-json", + "tri3d-load_AEMatter_Model", + "tri3d-load_MVANet_Model", "tri3d-luminosity-match", "tri3d-main_transparent_background", "tri3d-photoroom-bgremove-api", @@ -4426,11 +4464,14 @@ "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", + "tri3d-position-pascal-parts-batch", "tri3d-recolor-mask", "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", "tri3d-renormalize_array", + "tri3d-run_AEMatter_inference", + "tri3d-run_MVANet_inference", "tri3d-scaled-paste", "tri3d-simple_bg_swap", "tri3d-simple_rescale_histogram", @@ -7134,6 +7175,7 @@ "LayerUtility: Boolean", "LayerUtility: BooleanOperator", "LayerUtility: BooleanOperatorV2", + "LayerUtility: CheckMask", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -7151,6 +7193,7 @@ "LayerUtility: GradientImage", "LayerUtility: GradientImage V2", "LayerUtility: HLFrequencyDetailRestore", + "LayerUtility: HSV Value", "LayerUtility: If", "LayerUtility: ImageAutoCrop", "LayerUtility: ImageAutoCrop V2", @@ -7629,6 +7672,7 @@ "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", "SamplerEulerAncestral", + "SamplerEulerCFGpp", "SamplerLCMUpscale", "SamplerLMS", "SaveAnimatedPNG", @@ -8069,11 +8113,15 @@ "https://github.com/daxcay/ComfyUI-DataSet": [ [ "DATASET_CaptionVisualizer", + "DATASET_LoadImage", "DATASET_OpenAIChat", "DATASET_OpenAIChatImage", + "DATASET_OpenAIChatImageBatch", + "DATASET_SaveImage", "DATASET_SearchAndReplace", "DATASET_TXTFileLoader", "DATASET_TXTFileSaver", + "DATASET_TXTFileSaverBatch", "DATASET_TagManipulatorByImageNames", "DATASET_xCopy" ], @@ -8587,6 +8635,14 @@ "title_aux": "comfyui-selector" } ], + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ + [ + "AlignFace" + ], + { + "title_aux": "ComfyUI-Showrunner-Utils" + } + ], "https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [ [ "Count Files in Directory (FW)", @@ -8685,14 +8741,19 @@ "FL_ImagePixelator", "FL_ImageRandomizer", "FL_InfiniteZoom", + "FL_InpaintCrop", + "FL_Inpaint_Stitch", + "FL_KsamplerSettings", "FL_NFTGenerator", "FL_PaperDrawn", "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", "FL_RandomNumber", + "FL_RetroEffect", "FL_Ripple", - "FL_Shadertoy" + "FL_Shadertoy", + "FL_TD_Sampler" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -8848,6 +8909,14 @@ "title_aux": "ComfyUI-Prompter-fofrAI" } ], + "https://github.com/fofr/comfyui-replicate": [ + [ + "Llama 3 Replicate" + ], + { + "title_aux": "comfyui-replicate" + } + ], "https://github.com/forever22777/comfyui-self-guidance": [ [ "CLIPConditioning", @@ -9417,6 +9486,7 @@ "gtUIGoogleStructureConfig", "gtUIInputNode", "gtUIKnowledgeBaseTool", + "gtUILMStudioStructureConfig", "gtUILeonardoImageGenerationDriver", "gtUILoadAudio", "gtUIOllamaStructureConfig", @@ -10350,7 +10420,8 @@ [ "CLIPTextEncodeWithStats", "OpenPoseEditorAdv", - "SaveImgAdv" + "SaveImgAdv", + "SolidMaskAdv" ], { "title_aux": "ULTools for ComfyUI" @@ -10396,6 +10467,16 @@ "title_aux": "ComfyUI LayerDivider" } ], + "https://github.com/jtydhr88/ComfyUI-Unique3D": [ + [ + "Unique3DLoadPipeline", + "Unique3DRun - Geo Reconstruct", + "Unique3DRun - MVPrediction" + ], + { + "title_aux": "ComfyUI Unique3D" + } + ], "https://github.com/ka-puna/comfyui-yanc": [ [ "YANC.ConcatStrings", @@ -10431,10 +10512,14 @@ ], "https://github.com/kadirnar/ComfyUI-YOLO": [ [ - "BBoxToCOCO", + "BBoxToCoco", "BBoxToXYWH", + "BBoxVisNode", + "CocoToNumber", "ConvertToDict", "CustomUltralyticsModelLoader", + "GetImageSize", + "ImageResizeAdvanced", "SAMInference", "SAMLoader", "UltralyticsInference", @@ -13414,26 +13499,6 @@ "title_aux": "comfy-easy-grids" } ], - "https://github.com/siliconflow/onediff_comfy_nodes": [ - [ - "CompareModel", - "ModelGraphLoader", - "ModelGraphSaver", - "ModelSpeedup", - "ModuleDeepCacheSpeedup", - "OneDiffCheckpointLoaderSimple", - "OneDiffControlNetLoader", - "OneDiffDeepCacheCheckpointLoaderSimple", - "SVDSpeedup", - "ShowImageDiff", - "VaeGraphLoader", - "VaeGraphSaver", - "VaeSpeedup" - ], - { - "title_aux": "OneDiff Nodes" - } - ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", @@ -13522,6 +13587,21 @@ "title_aux": "ComfyUI-Coziness" } ], + "https://github.com/slyt/comfyui-ollama-nodes": [ + [ + "BooleanToString", + "DownloadHuggingfaceModel", + "FloatToString", + "GenerateOllama", + "IntToString", + "ListModels", + "ListToString", + "PullModel" + ], + { + "title_aux": "comfyui-ollama-nodes" + } + ], "https://github.com/smagnetize/kb-comfyui-nodes": [ [ "SingleImageDataUrlLoader" @@ -13682,7 +13762,9 @@ "https://github.com/spacepxl/ComfyUI-Florence-2": [ [ "Florence2", - "Florence2Postprocess" + "Florence2Postprocess", + "Florence2PostprocessAll", + "LoadFlorence2Model" ], { "title_aux": "ComfyUI-Florence-2" @@ -14306,6 +14388,14 @@ "title_aux": "Hakkun-ComfyUI-nodes" } ], + "https://github.com/turkyden/ComfyUI-Avatar": [ + [ + "ImageToAvatar" + ], + { + "title_aux": "ComfyUI-Avatar" + } + ], "https://github.com/turkyden/ComfyUI-Comic": [ [ "ImageToComic" diff --git a/github-stats.json b/github-stats.json index 8e990406..6bcd2534 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,47 +2,47 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 247, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/1038lab/ComfyUI-GPT2P": { "stars": 3, "last_update": "2024-06-10 16:56:29", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 789, - "last_update": "2024-06-23 01:19:39", - "author_account_age_days": 203 + "stars": 790, + "last_update": "2024-06-24 12:07:35", + "author_account_age_days": 204 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 19, "last_update": "2024-05-23 00:08:39", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 15, "last_update": "2024-06-17 11:44:41", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 2, "last_update": "2024-05-27 07:45:00", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 18, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 19, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 42, "last_update": "2024-05-22 22:20:39", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 10, @@ -52,207 +52,207 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 0, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": { "stars": 7, "last_update": "2024-06-02 14:57:59", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/AARG-FAN/Image-Raster-for-ComfyUI": { - "stars": 63, - "last_update": "2024-06-17 10:00:11", - "author_account_age_days": 498 + "stars": 64, + "last_update": "2024-06-23 14:56:16", + "author_account_age_days": 499 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 3, "last_update": "2024-06-06 23:11:12", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { - "stars": 1, + "stars": 5, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 6, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 153, + "stars": 154, "last_update": "2024-06-14 07:05:01", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 175, - "last_update": "2024-06-21 01:10:52", - "author_account_age_days": 230 + "stars": 192, + "last_update": "2024-06-24 06:43:23", + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 23, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 2, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 41, + "stars": 42, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 7, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 9, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 59, + "stars": 60, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 16, "last_update": "2024-06-17 20:59:59", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 20, "last_update": "2024-06-14 07:05:31", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 22, - "last_update": "2024-06-14 07:05:07", - "author_account_age_days": 230 + "stars": 23, + "last_update": "2024-06-24 09:45:59", + "author_account_age_days": 231 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 75, + "stars": 76, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 5, "last_update": "2024-05-23 00:13:50", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 955, + "stars": 964, "last_update": "2024-06-23 09:18:42", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 203, "last_update": "2024-06-05 00:52:46", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 4, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 243, + "stars": 245, "last_update": "2024-06-18 08:04:40", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 110, + "stars": 112, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 734, "last_update": "2024-06-14 06:59:46", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 18, "last_update": "2024-06-14 09:04:57", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 177, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3666 + "author_account_age_days": 3667 }, "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": { "stars": 6, "last_update": "2024-06-19 11:46:19", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 423, + "stars": 434, "last_update": "2024-06-17 13:51:51", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 208, "last_update": "2024-06-20 09:26:34", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 652, + "stars": 656, "last_update": "2024-06-22 11:24:58", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/Alysondao/Comfyui-Yolov8-JSON": { "stars": 12, "last_update": "2024-06-17 10:00:48", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/Amorano/Jovimetrix": { "stars": 165, "last_update": "2024-06-04 15:28:54", - "author_account_age_days": 5211 + "author_account_age_days": 5212 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 4, "last_update": "2024-06-14 08:57:39", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2024-05-23 01:11:36", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 18, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3388 + "author_account_age_days": 3389 }, "https://github.com/ArdeniusAI/CPlus_Ardenius": { "stars": 0, "last_update": "2024-06-14 07:13:26", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 56, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 635, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 10, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 34, @@ -260,174 +260,174 @@ "author_account_age_days": 389 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 340, + "stars": 344, "last_update": "2024-06-14 08:11:00", "author_account_age_days": 389 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 5, "last_update": "2024-06-19 21:19:45", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 2, "last_update": "2024-06-20 03:42:00", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2442 + "author_account_age_days": 2443 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 308, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 20, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 679, + "stars": 680, "last_update": "2024-06-19 23:52:18", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 17, "last_update": "2024-06-21 10:21:10", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 50, "last_update": "2024-06-21 10:13:50", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 13, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 133 + "author_account_age_days": 134 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 11, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 1, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 264, "last_update": "2024-05-22 14:56:13", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 340, + "stars": 341, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 202, + "stars": 203, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 36, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 292, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { - "stars": 11, + "stars": 12, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 60, + "stars": 61, "last_update": "2024-06-19 06:36:49", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 9, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 1865 + "author_account_age_days": 1866 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 65, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 1865 + "author_account_age_days": 1866 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 1865 + "author_account_age_days": 1866 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 12, "last_update": "2024-04-05 11:14:24", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 55, "last_update": "2024-06-14 09:03:17", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 43, + "stars": 44, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 81, "last_update": "2024-06-23 12:14:34", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 21, "last_update": "2024-06-14 08:09:42", - "author_account_age_days": 4287 + "author_account_age_days": 4288 }, "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": { "stars": 3, @@ -435,34 +435,34 @@ "author_account_age_days": 4439 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 59, + "stars": 60, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 295, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 19, "last_update": "2024-05-24 21:15:08", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 7, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3072 + "author_account_age_days": 3073 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 4, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 4993 + "author_account_age_days": 4994 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 1, @@ -472,187 +472,187 @@ "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 19, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 144, "last_update": "2024-05-22 17:54:09", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 25, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 98, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 254, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 274, + "stars": 275, "last_update": "2024-06-22 21:05:14", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 38, "last_update": "2024-06-22 21:05:44", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { - "stars": 20, + "stars": 21, "last_update": "2024-06-22 21:05:24", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 5, "last_update": "2024-06-22 21:03:10", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 81, + "stars": 83, "last_update": "2024-06-22 21:06:08", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 23, "last_update": "2024-06-22 21:05:57", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 43, "last_update": "2024-06-22 21:05:34", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 336, + "stars": 339, "last_update": "2024-06-20 16:25:59", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { - "stars": 28, + "stars": 29, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 70, "last_update": "2024-06-20 16:23:15", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 147, "last_update": "2024-06-20 16:29:32", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 142, + "stars": 143, "last_update": "2024-06-20 16:14:38", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1583, + "stars": 1588, "last_update": "2024-06-21 05:39:50", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 0, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 7, "last_update": "2024-06-05 19:03:21", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 5, "last_update": "2024-05-23 01:20:21", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 44, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 313, + "stars": 314, "last_update": "2024-06-13 03:43:00", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 56, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 176, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 5, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 0, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 16, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 22, "last_update": "2024-05-29 17:43:08", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 7, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2555 + "author_account_age_days": 2556 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 5, "last_update": "2024-06-19 11:01:41", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 10, "last_update": "2024-06-14 06:02:29", - "author_account_age_days": 2382 + "author_account_age_days": 2383 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 1, "last_update": "2024-06-20 07:23:48", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1051, + "stars": 1054, "last_update": "2024-06-20 16:58:07", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 16, + "stars": 17, "last_update": "2024-06-22 18:22:20", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, @@ -662,72 +662,72 @@ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 37, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 33, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 14, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2024-06-14 08:59:35", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 50, "last_update": "2024-06-14 07:10:28", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 25, "last_update": "2024-06-14 07:11:55", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-06-14 07:10:37", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 28, "last_update": "2024-06-14 07:12:02", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-06-14 08:09:45", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 0, "last_update": "2024-05-22 23:20:05", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 1, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { - "stars": 5, - "last_update": "2024-05-22 23:16:16", - "author_account_age_days": 1697 + "stars": 6, + "last_update": "2024-06-24 03:38:50", + "author_account_age_days": 1698 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 3, "last_update": "2024-06-14 15:45:39", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 1, "last_update": "2024-06-04 00:24:47", - "author_account_age_days": 5480 + "author_account_age_days": 5481 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -737,52 +737,52 @@ "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 7, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 3, "last_update": "2024-06-21 20:39:06", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 36, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 62, "last_update": "2024-06-20 12:08:09", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 17, - "last_update": "2024-06-22 21:42:05", - "author_account_age_days": 3570 + "stars": 20, + "last_update": "2024-06-23 19:10:18", + "author_account_age_days": 3571 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 0, "last_update": "2024-06-20 16:36:32", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 120, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 3, "last_update": "2024-05-22 23:18:51", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 88, @@ -790,19 +790,19 @@ "author_account_age_days": 2357 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 48, + "stars": 49, "last_update": "2024-05-26 08:29:23", "author_account_age_days": 2357 }, "https://github.com/Jordach/comfy-plasma": { "stars": 50, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/Kaharos94/ComfyUI-Saveaswebp": { "stars": 32, "last_update": "2024-06-21 23:01:48", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 14, @@ -811,738 +811,753 @@ }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 3, - "last_update": "2024-06-21 05:48:24", - "author_account_age_days": 1686 + "last_update": "2024-06-24 06:36:52", + "author_account_age_days": 1687 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 134, "last_update": "2024-06-16 15:50:10", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 6, "last_update": "2024-06-14 10:28:10", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 420, "last_update": "2024-06-20 06:26:07", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2259, + "stars": 2267, "last_update": "2024-06-22 19:02:55", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 398, "last_update": "2024-06-18 21:43:05", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 3, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 130, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/LZpenguin/ComfyUI-Text": { - "stars": 6, + "stars": 9, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 30, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 265, + "stars": 267, "last_update": "2024-06-09 05:24:00", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 55, + "stars": 56, "last_update": "2024-05-25 00:12:04", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/Lerc/canvas_tab": { "stars": 126, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5366 + "author_account_age_days": 5367 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 110, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 32, "last_update": "2024-05-23 00:32:53", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 23, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 1, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 13, "last_update": "2024-06-21 06:43:02", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 4, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 11, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 26, "last_update": "2024-05-22 20:33:54", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 27, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 10, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/M1kep/KepPromptLang": { "stars": 5, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 27, "last_update": "2024-06-04 23:56:25", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 12, + "stars": 13, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 139, + "stars": 140, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 56, - "last_update": "2024-06-22 01:15:58", + "last_update": "2024-06-24 11:32:32", "author_account_age_days": 4969 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-06-14 15:25:15", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 1, "last_update": "2024-06-21 15:20:22", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 2, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1632 + "author_account_age_days": 1633 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 15, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1632 + "author_account_age_days": 1633 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 4, "last_update": "2024-05-29 12:57:49", - "author_account_age_days": 3204 + "author_account_age_days": 3205 + }, + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { + "stars": 0, + "last_update": "2024-06-24 04:21:41", + "author_account_age_days": 60 }, "https://github.com/Millyarde/Pomfy": { "stars": 7, "last_update": "2024-05-22 22:22:48", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 67, - "last_update": "2024-06-22 09:23:01", - "author_account_age_days": 64 + "stars": 68, + "last_update": "2024-06-23 16:18:41", + "author_account_age_days": 65 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 16, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { - "stars": 3, - "last_update": "2024-06-21 14:37:21", - "author_account_age_days": 64 + "stars": 4, + "last_update": "2024-06-23 16:57:39", + "author_account_age_days": 65 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 4, "last_update": "2024-05-24 12:13:08", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 5, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 15, - "last_update": "2024-06-23 08:19:43", - "author_account_age_days": 378 + "last_update": "2024-06-23 13:59:16", + "author_account_age_days": 379 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 1658, - "last_update": "2024-06-22 20:23:29", - "author_account_age_days": 1560 + "stars": 1675, + "last_update": "2024-06-23 18:40:51", + "author_account_age_days": 1561 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 433, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1560 + "author_account_age_days": 1561 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 2, "last_update": "2024-06-14 10:26:38", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 1, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1323 + "author_account_age_days": 1324 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 55, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 13, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5148 + "author_account_age_days": 5149 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 180, - "last_update": "2024-06-21 23:12:28", - "author_account_age_days": 243 + "stars": 184, + "last_update": "2024-06-23 20:45:29", + "author_account_age_days": 244 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 34, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 27, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 9, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3830 + "author_account_age_days": 3831 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 174, + "stars": 177, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 173, + "stars": 174, "last_update": "2024-05-21 19:52:44", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 380, - "last_update": "2024-06-18 17:58:13", - "author_account_age_days": 4478 + "last_update": "2024-06-23 18:54:30", + "author_account_age_days": 4479 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 14, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 11, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 9, - "last_update": "2024-05-23 00:22:34", - "author_account_age_days": 4768 + "last_update": "2024-06-23 21:04:43", + "author_account_age_days": 4769 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3642 + "author_account_age_days": 3643 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 19, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 0, "last_update": "2024-06-14 07:06:45", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/Pos13/comfyui-cyclist": { - "stars": 21, + "stars": 29, "last_update": "2024-06-19 09:21:53", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1249 + "author_account_age_days": 1250 + }, + "https://github.com/RedRayz/ComfyUI-BooruToWd": { + "stars": 0, + "last_update": "2024-06-23 20:44:36", + "author_account_age_days": 1365 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 15, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-14 08:59:57", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 44, + "stars": 45, "last_update": "2024-05-22 22:21:46", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-05-22 22:22:59", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 58, + "stars": 59, "last_update": "2024-05-24 17:03:46", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/SLAPaper/ComfyUI-dpmpp_2m_alt-Sampler": { "stars": 8, "last_update": "2024-06-18 19:22:50", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-05-22 18:15:52", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 23, "last_update": "2024-05-23 09:39:07", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 170, - "last_update": "2024-06-23 05:53:29", - "author_account_age_days": 1442 + "stars": 184, + "last_update": "2024-06-23 19:44:09", + "author_account_age_days": 1443 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 2, "last_update": "2024-06-14 08:57:33", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 10, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 3, "last_update": "2024-06-23 01:30:57", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 4, "last_update": "2024-06-18 02:52:45", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 59, "last_update": "2024-06-14 08:08:26", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 741, + "stars": 742, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 37, "last_update": "2024-06-03 17:13:53", - "author_account_age_days": 2607 + "author_account_age_days": 2608 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3396 + "author_account_age_days": 3397 + }, + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { + "stars": 0, + "last_update": "2024-06-24 12:26:22", + "author_account_age_days": 402 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 1, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 6, "last_update": "2024-06-15 17:12:05", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 48, + "stars": 49, "last_update": "2024-06-15 10:03:53", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 4, "last_update": "2024-05-22 23:15:06", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 23, "last_update": "2024-05-22 23:12:00", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 48, + "stars": 49, "last_update": "2024-06-21 19:22:42", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 6, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 16, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 18, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 15, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4246 + "author_account_age_days": 4247 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-06-14 07:09:00", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 39, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 180, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 93, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 2, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 166, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 19, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 36, "last_update": "2024-05-22 23:20:39", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 101, "last_update": "2024-06-01 20:27:53", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 0, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 480, + "stars": 485, "last_update": "2024-06-05 01:09:25", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/Sxela/ComfyWarp": { "stars": 21, "last_update": "2024-05-22 20:47:11", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 84, "last_update": "2024-05-24 08:41:14", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 169, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 127, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 263, + "stars": 267, "last_update": "2024-06-22 07:09:49", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 0, "last_update": "2024-06-19 07:24:27", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 17, - "last_update": "2024-06-23 08:59:51", - "author_account_age_days": 438 + "last_update": "2024-06-24 11:55:55", + "author_account_age_days": 439 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-06-17 03:03:57", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 7, "last_update": "2024-05-28 21:58:53", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 2, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 24, "last_update": "2024-05-23 13:58:57", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 4, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/TemryL/ComfyS3": { "stars": 15, "last_update": "2024-06-20 00:36:13", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 203, "last_update": "2024-06-22 06:14:19", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 287, "last_update": "2024-05-07 03:07:38", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/TheBarret/ZSuite": { "stars": 6, "last_update": "2024-06-21 07:00:00", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 1, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 270, + "stars": 271, "last_update": "2024-06-12 11:34:17", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 3, - "last_update": "2024-06-14 07:11:47", - "author_account_age_days": 934 + "stars": 4, + "last_update": "2024-06-23 21:38:03", + "author_account_age_days": 935 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 320, + "stars": 321, "last_update": "2024-06-22 01:56:54", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 18, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 25, "last_update": "2024-05-24 20:02:20", - "author_account_age_days": 3852 + "author_account_age_days": 3853 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 7, "last_update": "2024-05-24 19:48:43", - "author_account_age_days": 3852 + "author_account_age_days": 3853 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 90, "last_update": "2024-05-24 03:45:59", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 166, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 0, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 4, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 65, "last_update": "2024-05-23 01:11:56", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/WASasquatch/ASTERR": { "stars": 12, "last_update": "2024-06-17 00:49:59", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { - "stars": 21, + "stars": 22, "last_update": "2024-06-17 00:52:28", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 97, "last_update": "2024-06-17 04:40:22", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 20, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 54, "last_update": "2024-06-17 01:40:44", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 24, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 930, + "stars": 933, "last_update": "2024-06-20 20:53:10", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3751 + "author_account_age_days": 3752 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-06-20 15:49:25", - "author_account_age_days": 3643 + "author_account_age_days": 3644 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 120, @@ -1552,157 +1567,157 @@ "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 3, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 16, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 13, + "stars": 14, "last_update": "2024-06-14 14:00:22", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 14, - "last_update": "2024-05-22 18:04:22", - "author_account_age_days": 785 + "last_update": "2024-06-23 16:29:12", + "author_account_age_days": 786 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 316, + "stars": 318, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 17, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 352, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 561, + "stars": 562, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 145, "last_update": "2024-05-22 14:14:31", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { - "stars": 67, + "stars": 68, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 589, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1197, + "stars": 1199, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 177, "last_update": "2024-06-18 19:10:34", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 750, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 44, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 3, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": { "stars": 57, "last_update": "2024-06-14 12:02:55", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 181, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 95, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 73, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 74, + "stars": 76, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 460, + "stars": 462, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1485, + "stars": 1487, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 22, "last_update": "2024-06-14 08:59:50", - "author_account_age_days": 5539 + "author_account_age_days": 5540 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { - "stars": 1, - "last_update": "2024-05-23 01:19:25", - "author_account_age_days": 1193 + "stars": 2, + "last_update": "2024-06-23 19:19:40", + "author_account_age_days": 1194 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/Zuellni/ComfyUI-ExLlama": { - "stars": 100, - "last_update": "2024-06-14 16:54:57", - "author_account_age_days": 521 + "stars": 101, + "last_update": "2024-06-24 10:33:30", + "author_account_age_days": 522 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { - "stars": 100, - "last_update": "2024-06-14 16:54:57", - "author_account_age_days": 521 + "stars": 101, + "last_update": "2024-06-24 10:33:30", + "author_account_age_days": 522 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 22, "last_update": "2024-06-15 08:23:16", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 91, "last_update": "2024-06-14 11:02:32", - "author_account_age_days": 4801 + "author_account_age_days": 4802 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 2, @@ -1717,42 +1732,42 @@ "https://github.com/abyz22/image_control": { "stars": 14, "last_update": "2024-05-22 23:10:07", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 180, "last_update": "2024-06-14 20:46:45", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 22, "last_update": "2024-05-22 22:10:29", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 30, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1520 + "author_account_age_days": 1521 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 2, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1520 + "author_account_age_days": 1521 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 4, @@ -1762,257 +1777,257 @@ "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 1, "last_update": "2024-06-14 10:27:51", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 2, "last_update": "2024-05-23 01:17:52", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 10, "last_update": "2024-06-14 09:04:36", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 1, "last_update": "2024-06-14 13:59:36", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 31, "last_update": "2024-06-22 21:35:34", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 61, "last_update": "2024-05-22 20:54:21", - "author_account_age_days": 4859 + "author_account_age_days": 4860 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 31, - "last_update": "2024-06-22 19:13:30", - "author_account_age_days": 599 + "stars": 32, + "last_update": "2024-06-24 11:17:14", + "author_account_age_days": 600 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 63, + "stars": 64, "last_update": "2024-06-09 18:31:22", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 14, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 69, "last_update": "2024-05-22 20:51:52", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 51, "last_update": "2024-05-22 20:52:05", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 21, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/ansonkao/comfyui-geometry": { "stars": 7, "last_update": "2024-06-14 09:03:19", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 9, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 19, "last_update": "2024-05-23 01:27:16", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 4, "last_update": "2024-06-20 17:12:35", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 32, "last_update": "2024-05-23 18:14:56", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 161, + "stars": 162, "last_update": "2024-06-20 13:48:26", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 88, + "stars": 91, "last_update": "2024-05-22 21:23:52", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 47, "last_update": "2024-06-14 09:01:17", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 4, "last_update": "2024-06-07 07:19:30", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 18, "last_update": "2024-06-21 01:56:11", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 214, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 4, "last_update": "2024-06-12 15:04:39", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 2, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 12, "last_update": "2024-06-20 00:55:24", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 42, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5361 + "author_account_age_days": 5362 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 6, "last_update": "2024-06-18 10:25:55", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/banodoco/steerable-motion": { "stars": 743, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/bash-j/mikey_nodes": { "stars": 80, "last_update": "2024-06-15 10:31:20", - "author_account_age_days": 4186 + "author_account_age_days": 4187 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 18, "last_update": "2024-06-14 09:04:39", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 0, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 31, "last_update": "2024-05-22 23:17:49", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 31, "last_update": "2024-05-22 23:18:26", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 89, "last_update": "2024-05-22 23:18:40", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 50, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 5, "last_update": "2024-06-21 00:02:39", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 47, "last_update": "2024-06-13 10:42:09", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 3, "last_update": "2024-06-18 01:23:37", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2024-06-02 23:06:37", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-06-04 20:04:00", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 7, "last_update": "2024-05-22 20:44:31", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-05-23 06:06:16", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 248, + "stars": 249, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4238 + "author_account_age_days": 4239 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 32, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 28, @@ -2022,487 +2037,487 @@ "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-05-25 04:10:08", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 16, "last_update": "2024-05-22 18:08:40", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/bvhari/ComfyUI_LatentToRGB": { "stars": 11, "last_update": "2024-06-23 11:37:10", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 11, "last_update": "2024-05-22 18:09:06", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 3, + "stars": 4, "last_update": "2024-06-23 11:27:31", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 19, "last_update": "2024-06-21 15:05:26", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 0, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 24, "last_update": "2024-06-14 07:12:08", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 77, "last_update": "2024-05-22 22:17:55", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-06-14 09:04:45", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 225, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 16, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 19, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 66, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 359, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 109, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 39, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 27, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 36, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 8, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 201, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 127, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 79, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 143, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 122, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 87, "last_update": "2024-05-22 22:26:59", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 48, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 25, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 14, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 23, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 47, "last_update": "2024-05-27 10:55:18", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 9, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 628, - "last_update": "2024-06-22 18:00:50", - "author_account_age_days": 443 + "stars": 636, + "last_update": "2024-06-24 12:00:26", + "author_account_age_days": 444 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 22, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 70, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 26, "last_update": "2024-05-22 21:16:12", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/choey/Comfy-Topaz": { "stars": 24, "last_update": "2024-06-20 13:52:32", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { - "stars": 4, + "stars": 5, "last_update": "2024-06-19 07:24:33", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 49, "last_update": "2024-05-23 01:15:43", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 181, "last_update": "2024-06-12 18:50:30", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/chrisgoringe/cg-noise": { "stars": 25, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/chrisgoringe/cg-prompt-info": { - "stars": 25, + "stars": 26, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 336, + "stars": 337, "last_update": "2024-06-06 05:23:41", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 11, "last_update": "2024-06-20 12:53:00", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/christian-byrne/comfyui-search-navigation": { - "stars": 4, - "last_update": "2024-06-23 01:47:31", - "author_account_age_days": 1347 + "stars": 5, + "last_update": "2024-06-23 20:36:53", + "author_account_age_days": 1348 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 1, - "last_update": "2024-05-25 03:14:52", - "author_account_age_days": 1347 + "stars": 2, + "last_update": "2024-06-24 07:26:35", + "author_account_age_days": 1348 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 26, - "last_update": "2024-05-28 14:02:16", - "author_account_age_days": 1347 + "last_update": "2024-06-23 22:15:59", + "author_account_age_days": 1348 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 2, - "last_update": "2024-06-01 05:49:27", - "author_account_age_days": 1347 + "last_update": "2024-06-23 21:00:23", + "author_account_age_days": 1348 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 40, "last_update": "2024-05-22 18:06:19", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 2, "last_update": "2024-05-22 18:06:05", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 283, - "last_update": "2024-06-19 08:45:39", - "author_account_age_days": 496 + "stars": 287, + "last_update": "2024-06-23 20:13:59", + "author_account_age_days": 497 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 218, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/city96/SD-Advanced-Noise": { "stars": 18, "last_update": "2024-05-22 18:05:35", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 181, "last_update": "2024-06-17 05:27:08", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 112, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/civitai/comfy-nodes": { "stars": 85, "last_update": "2024-06-23 03:35:42", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 39798, - "last_update": "2024-06-23 09:17:49", - "author_account_age_days": 548 + "stars": 39906, + "last_update": "2024-06-24 11:47:40", + "author_account_age_days": 549 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 304, + "stars": 308, "last_update": "2024-06-19 21:31:56", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 135, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 1, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4608 + "author_account_age_days": 4609 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 53, + "stars": 54, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 57, + "stars": 58, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 50, "last_update": "2024-06-14 09:01:36", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 8, "last_update": "2024-06-14 09:02:46", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-05-23 00:10:45", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 49, + "stars": 50, "last_update": "2024-05-23 00:10:21", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 27, "last_update": "2024-05-23 00:10:33", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 480, + "stars": 485, "last_update": "2024-06-20 04:07:55", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 29, "last_update": "2024-05-22 22:20:15", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 218, + "stars": 219, "last_update": "2024-06-14 08:08:35", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 3025, - "last_update": "2024-06-23 10:35:40", - "author_account_age_days": 5010 + "stars": 3038, + "last_update": "2024-06-23 16:22:53", + "author_account_age_days": 5011 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 905, + "stars": 913, "last_update": "2024-06-14 09:03:05", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { - "stars": 15, + "stars": 16, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 329, + "stars": 331, "last_update": "2024-06-20 08:39:08", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 407, + "stars": 409, "last_update": "2024-06-14 07:11:56", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 0, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 4, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { - "stars": 1, + "stars": 2, "last_update": "2024-05-23 01:16:17", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 4, "last_update": "2024-05-23 01:16:06", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 73, @@ -2512,607 +2527,617 @@ "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 156, "last_update": "2024-06-20 13:51:16", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 26, "last_update": "2024-06-14 08:08:32", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 11, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/darkpixel/darkprompts": { "stars": 6, "last_update": "2024-05-23 19:48:02", - "author_account_age_days": 5323 + "author_account_age_days": 5324 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/daxcay/ComfyUI-DRMN": { - "stars": 14, - "last_update": "2024-06-22 08:22:31", - "author_account_age_days": 94 + "stars": 15, + "last_update": "2024-06-23 20:53:03", + "author_account_age_days": 95 }, "https://github.com/daxcay/ComfyUI-DataSet": { - "stars": 14, - "last_update": "2024-06-22 08:22:31", - "author_account_age_days": 94 + "stars": 15, + "last_update": "2024-06-23 20:53:03", + "author_account_age_days": 95 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 59, "last_update": "2024-06-13 15:10:48", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 5, "last_update": "2024-06-13 14:30:45", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/daxthin/DZ-FaceDetailer": { "stars": 101, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1230 + "author_account_age_days": 1231 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 43, + "stars": 44, "last_update": "2024-06-20 12:58:02", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 2, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3495 + "author_account_age_days": 3496 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 134, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5295 + "author_account_age_days": 5296 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 83, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5295 + "author_account_age_days": 5296 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 9, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 5973 + "author_account_age_days": 5974 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 77, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 5973 + "author_account_age_days": 5974 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 10, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 2, "last_update": "2024-06-20 20:28:04", - "author_account_age_days": 3990 + "author_account_age_days": 3991 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 104, "last_update": "2024-06-22 01:44:29", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 164, + "stars": 165, "last_update": "2024-06-14 08:58:27", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 60, + "stars": 61, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4769 + "author_account_age_days": 4770 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 7, "last_update": "2024-06-14 09:03:19", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 4, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 230, "last_update": "2024-06-15 04:06:44", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 24, + "stars": 25, "last_update": "2024-06-16 14:10:01", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 81, "last_update": "2024-05-22 22:12:50", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3768 + "author_account_age_days": 3769 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 5, "last_update": "2024-05-22 21:23:12", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4802 + "author_account_age_days": 4803 }, "https://github.com/ealkanat/comfyui_easy_padding": { "stars": 12, "last_update": "2024-05-22 21:58:52", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 40, "last_update": "2024-06-21 21:22:28", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/evanspearman/ComfyMath": { "stars": 53, "last_update": "2023-08-27 03:29:04", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/exdysa/comfyui-selector": { "stars": 2, - "last_update": "2024-06-22 22:45:38", - "author_account_age_days": 994 + "last_update": "2024-06-24 12:14:30", + "author_account_age_days": 995 + }, + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { + "stars": 0, + "last_update": "2024-06-24 09:07:18", + "author_account_age_days": 2048 }, "https://github.com/failfa-st/failfast-comfyui-extensions": { "stars": 128, "last_update": "2024-06-17 10:01:12", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1558 + "author_account_age_days": 1559 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 30, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3475 + "author_account_age_days": 3476 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 117, - "last_update": "2024-06-09 08:42:25", - "author_account_age_days": 1735 + "last_update": "2024-06-23 23:33:10", + "author_account_age_days": 1736 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 133, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 2, "last_update": "2024-06-14 09:05:46", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 756, + "stars": 758, "last_update": "2024-06-19 16:30:07", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 209, "last_update": "2024-05-22 00:34:06", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 125, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 163, + "stars": 164, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 358, + "stars": 360, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5106 + "author_account_age_days": 5107 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 8, - "last_update": "2024-06-22 21:42:56", - "author_account_age_days": 5106 + "stars": 22, + "last_update": "2024-06-24 09:49:16", + "author_account_age_days": 5107 + }, + "https://github.com/fofr/comfyui-replicate": { + "stars": 0, + "last_update": "2024-06-23 20:27:43", + "author_account_age_days": 5107 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 6, "last_update": "2024-06-14 07:12:02", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, "last_update": "2024-05-22 23:09:13", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { - "stars": 44, + "stars": 45, "last_update": "2024-06-20 11:43:23", "author_account_age_days": 440 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 415, - "last_update": "2024-06-20 11:31:17", + "last_update": "2024-06-24 07:48:07", "author_account_age_days": 440 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { - "stars": 8, + "stars": 9, "last_update": "2024-06-20 14:43:01", "author_account_age_days": 440 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 2, "last_update": "2024-05-23 01:21:16", - "author_account_age_days": 2205 + "author_account_age_days": 2206 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 5, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/get-salt-AI/SaltAI": { - "stars": 53, + "stars": 54, "last_update": "2024-05-23 00:54:46", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { - "stars": 16, + "stars": 18, "last_update": "2024-06-14 09:06:17", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/get-salt-AI/SaltAI_LlamaIndex": { - "stars": 16, + "stars": 18, "last_update": "2024-06-14 09:06:17", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 1, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/giriss/comfy-image-saver": { "stars": 146, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 0, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 108, "last_update": "2024-06-19 00:05:03", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 7, "last_update": "2024-06-19 08:09:46", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 8, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2024-05-22 23:15:48", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 48, + "stars": 49, "last_update": "2024-05-21 00:37:05", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 66, "last_update": "2024-05-21 00:36:50", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 29, "last_update": "2024-05-21 00:19:53", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 279, + "stars": 284, "last_update": "2024-06-02 10:23:55", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 13, "last_update": "2024-06-14 01:34:14", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 23, - "last_update": "2024-06-22 01:27:06", - "author_account_age_days": 519 + "stars": 24, + "last_update": "2024-06-23 16:23:11", + "author_account_age_days": 520 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/guoyk93/yk-node-suite-comfyui": { "stars": 10, "last_update": "2024-06-17 10:00:36", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 12, "last_update": "2024-06-20 11:25:12", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-06-14 08:13:19", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 8, "last_update": "2024-06-05 07:54:59", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 1, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 7, "last_update": "2024-06-14 09:02:55", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 6, "last_update": "2024-05-29 07:27:09", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 4, "last_update": "2024-05-23 00:18:52", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 2, "last_update": "2024-05-22 20:54:07", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 25, "last_update": "2024-05-22 20:53:55", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 0, "last_update": "2024-06-14 08:09:46", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 116, + "stars": 117, "last_update": "2024-06-23 05:58:51", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 36, + "stars": 37, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 2, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 118, + "stars": 119, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5111 + "author_account_age_days": 5112 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 2, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/huagetai/ComfyUI-Gaffer": { - "stars": 33, + "stars": 34, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 7, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 375, + "stars": 377, "last_update": "2024-06-21 21:49:44", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1261, + "stars": 1265, "last_update": "2024-06-20 21:41:48", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 20, + "stars": 23, "last_update": "2024-06-21 16:07:50", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 50, "last_update": "2024-06-21 21:46:47", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 63, + "stars": 70, "last_update": "2024-06-11 00:39:28", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 317, + "stars": 321, "last_update": "2024-06-14 12:45:52", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 6, "last_update": "2024-06-14 09:04:25", - "author_account_age_days": 5639 + "author_account_age_days": 5640 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1365 + "author_account_age_days": 1366 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 58, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": { "stars": 7, "last_update": "2024-06-17 10:01:00", - "author_account_age_days": 3912 + "author_account_age_days": 3913 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 1, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1556 + "author_account_age_days": 1557 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-06-14 08:59:58", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 96, + "stars": 97, "last_update": "2024-06-20 15:56:56", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 0, "last_update": "2024-06-14 09:00:05", - "author_account_age_days": 5290 + "author_account_age_days": 5291 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 2, "last_update": "2024-05-22 22:31:30", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 27, "last_update": "2024-05-22 22:02:55", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 358, + "stars": 359, "last_update": "2024-06-10 22:40:42", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 28, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 32, "last_update": "2024-05-19 18:54:12", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 52, "last_update": "2024-05-19 18:49:42", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 690, + "stars": 697, "last_update": "2024-06-23 09:42:43", - "author_account_age_days": 3870 + "author_account_age_days": 3871 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 1, @@ -3122,17 +3147,17 @@ "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 12, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 18:19:17", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, @@ -3142,72 +3167,77 @@ "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 13, "last_update": "2024-06-14 04:11:28", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 105, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3651 + "author_account_age_days": 3652 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 268, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/jitcoder/lora-info": { "stars": 44, "last_update": "2024-06-20 13:04:19", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 4, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3648 + "author_account_age_days": 3649 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 5, - "last_update": "2024-06-14 08:12:15", - "author_account_age_days": 4210 + "last_update": "2024-06-23 15:33:07", + "author_account_age_days": 4211 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 9, "last_update": "2024-05-22 20:54:35", - "author_account_age_days": 4596 + "author_account_age_days": 4597 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 101, "last_update": "2024-05-22 21:31:41", - "author_account_age_days": 4797 + "author_account_age_days": 4798 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 10, "last_update": "2024-06-14 08:08:29", - "author_account_age_days": 4992 + "author_account_age_days": 4993 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 6, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 45, + "stars": 46, "last_update": "2024-06-15 15:02:53", - "author_account_age_days": 4752 + "author_account_age_days": 4753 + }, + "https://github.com/jtydhr88/ComfyUI-Unique3D": { + "stars": 57, + "last_update": "2024-06-24 00:30:37", + "author_account_age_days": 4753 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 12, "last_update": "2024-06-14 08:10:50", - "author_account_age_days": 4752 + "author_account_age_days": 4753 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 35, - "last_update": "2024-06-23 08:07:53", - "author_account_age_days": 1111 + "last_update": "2024-06-24 04:03:53", + "author_account_age_days": 1112 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 6, "last_update": "2024-05-22 21:29:37", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 2, @@ -3217,422 +3247,422 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 19, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 14, - "last_update": "2024-06-22 18:28:13", - "author_account_age_days": 2328 + "last_update": "2024-06-23 20:25:35", + "author_account_age_days": 2329 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 6, "last_update": "2024-05-23 00:25:02", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 1, "last_update": "2024-05-23 01:10:44", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 13, "last_update": "2024-05-23 01:11:13", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 129, "last_update": "2024-05-23 01:11:01", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 23, "last_update": "2024-05-22 21:34:53", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 126, "last_update": "2024-06-19 09:13:35", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 56, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 107, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 147, + "stars": 148, "last_update": "2024-05-22 21:09:35", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 79, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 90, + "stars": 95, "last_update": "2024-06-23 01:04:36", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 49, + "stars": 50, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 469, + "stars": 470, "last_update": "2024-06-09 11:19:05", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 103, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 156, + "stars": 183, "last_update": "2024-06-23 11:04:54", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 81, + "stars": 82, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 398, + "stars": 403, "last_update": "2024-06-19 09:18:06", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 332, + "stars": 334, "last_update": "2024-06-23 10:54:07", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 19, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 144, + "stars": 145, "last_update": "2024-06-23 10:50:52", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 382, + "stars": 384, "last_update": "2024-06-19 09:10:03", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1173, + "stars": 1177, "last_update": "2024-05-21 14:56:36", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 152, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 53, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 79, "last_update": "2024-05-22 21:10:33", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 23, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { - "stars": 29, + "stars": 32, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/klinter007/klinter_nodes": { "stars": 4, "last_update": "2024-06-14 09:05:41", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 147, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1808 + "author_account_age_days": 1809 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 63, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 1, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 14, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 11, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 19, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 30, "last_update": "2024-06-08 01:09:03", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 10, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 11, "last_update": "2024-06-14 10:23:47", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/latenightlabs/ComfyUI-LNL": { - "stars": 17, - "last_update": "2024-06-20 18:16:24", - "author_account_age_days": 149 + "stars": 18, + "last_update": "2024-06-23 20:13:15", + "author_account_age_days": 150 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 7, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 49, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 2908 + "author_account_age_days": 2909 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 19, "last_update": "2024-06-21 00:41:53", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 15, + "stars": 17, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 6, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 40, "last_update": "2024-06-19 03:30:09", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 4, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/ljleb/comfy-mecha": { "stars": 21, "last_update": "2024-06-18 20:57:28", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 170, + "stars": 172, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/lks-ai/anynode": { - "stars": 408, - "last_update": "2024-06-14 10:25:56", - "author_account_age_days": 98 + "stars": 409, + "last_update": "2024-06-23 17:36:14", + "author_account_age_days": 99 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 28, "last_update": "2024-05-24 02:51:26", - "author_account_age_days": 2092 + "author_account_age_days": 2093 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 71, + "stars": 72, "last_update": "2024-06-14 18:00:19", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 144, "last_update": "2024-05-22 00:02:08", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 5, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 4, "last_update": "2024-05-22 00:04:40", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 15, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 5, "last_update": "2024-05-22 23:13:46", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 21, "last_update": "2024-06-14 10:27:32", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 4, "last_update": "2024-06-15 02:59:08", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/longgui0318/comfyui-oms-diffusion": { "stars": 21, "last_update": "2024-06-14 10:27:32", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 5, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 152, + "stars": 153, "last_update": "2024-06-21 10:54:35", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 20, "last_update": "2024-06-21 10:59:38", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1386, - "last_update": "2024-06-23 01:00:47", - "author_account_age_days": 461 + "stars": 1392, + "last_update": "2024-06-23 14:11:59", + "author_account_age_days": 462 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 287, "last_update": "2024-06-22 12:30:37", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 4414, - "last_update": "2024-06-23 01:33:26", - "author_account_age_days": 461 + "stars": 4430, + "last_update": "2024-06-23 19:30:02", + "author_account_age_days": 462 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 7, "last_update": "2024-06-14 10:25:20", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 8, "last_update": "2024-06-04 12:14:51", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 123, + "stars": 124, "last_update": "2024-05-22 23:19:13", - "author_account_age_days": 5753 + "author_account_age_days": 5754 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 3, @@ -3642,32 +3672,32 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 0, "last_update": "2024-06-14 10:24:11", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 20:46:17", - "author_account_age_days": 4774 + "author_account_age_days": 4775 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 29, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 7, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1406 + "author_account_age_days": 1407 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 38, "last_update": "2024-06-04 19:15:36", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 153, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 16, @@ -3682,177 +3712,177 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1061, "last_update": "2024-05-24 16:09:17", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 36, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 62, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/melMass/comfy_mtb": { - "stars": 342, + "stars": 343, "last_update": "2024-06-22 18:22:02", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { - "stars": 1, + "stars": 2, "last_update": "2024-06-20 21:21:52", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 29, "last_update": "2024-05-22 21:13:59", - "author_account_age_days": 5915 + "author_account_age_days": 5916 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 25, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 5915 + "author_account_age_days": 5916 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 11:01:10", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 0, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4603 + "author_account_age_days": 4604 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 9, "last_update": "2024-06-22 02:18:14", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": { "stars": 15, "last_update": "2023-08-14 11:27:09", - "author_account_age_days": 2607 + "author_account_age_days": 2608 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 6, "last_update": "2024-06-14 13:26:02", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 2, "last_update": "2024-05-22 20:44:17", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 0, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 0, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 3, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 143, + "stars": 145, "last_update": "2024-06-21 05:53:26", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 36, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 26, "last_update": "2024-05-22 21:31:17", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2024-06-22 05:29:37", - "author_account_age_days": 4028 + "author_account_age_days": 4029 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 35, "last_update": "2024-06-14 12:00:29", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-06-14 12:01:14", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 17, "last_update": "2024-06-23 04:56:49", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 6, "last_update": "2024-06-23 04:58:30", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 8, "last_update": "2024-06-23 04:57:38", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 4, "last_update": "2024-06-23 04:40:00", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 6, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 12, @@ -3860,269 +3890,269 @@ "author_account_age_days": 2742 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 169, + "stars": 171, "last_update": "2024-05-22 23:21:38", "author_account_age_days": 3904 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 7, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 22, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 4, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 11, + "stars": 12, "last_update": "2024-06-17 15:29:15", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 361, + "stars": 365, "last_update": "2024-06-19 16:24:00", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 3, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 110, "last_update": "2024-06-03 11:02:37", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 0, "last_update": "2024-06-22 02:11:26", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 9, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 19, "last_update": "2024-05-22 21:23:24", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 0, "last_update": "2024-05-22 21:32:03", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 18, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/palant/extended-saveimage-comfyui": { "stars": 10, "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/palant/image-resize-comfyui": { "stars": 61, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 32, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 174, "last_update": "2024-06-15 14:49:56", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 25, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 42, + "stars": 43, "last_update": "2024-05-23 01:19:05", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 22, "last_update": "2024-06-19 21:38:47", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 13, "last_update": "2024-06-23 07:47:46", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 0, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 1, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 3, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 23, "last_update": "2024-06-09 14:22:04", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 5, "last_update": "2024-06-14 13:01:27", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5567 + "author_account_age_days": 5568 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1333, + "stars": 1336, "last_update": "2024-06-23 09:06:23", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 421, + "stars": 422, "last_update": "2024-06-20 05:38:50", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 4, "last_update": "2024-05-22 20:55:02", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 56, "last_update": "2024-05-23 00:17:20", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 0, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-05-22 22:13:43", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 209, + "stars": 210, "last_update": "2024-06-06 23:39:40", - "author_account_age_days": 2591 + "author_account_age_days": 2592 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 12, - "last_update": "2024-06-19 17:56:42", - "author_account_age_days": 138 + "last_update": "2024-06-23 22:16:53", + "author_account_age_days": 139 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 9, "last_update": "2024-06-14 10:25:44", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 699, + "stars": 702, "last_update": "2024-06-23 00:51:58", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 0, "last_update": "2024-05-22 23:21:25", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 8, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/rklaffehn/rk-comfy-nodes": { "stars": 2, "last_update": "2024-06-14 10:24:43", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 4, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 71, "last_update": "2024-06-20 11:57:41", - "author_account_age_days": 4154 + "author_account_age_days": 4155 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 4, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 12, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, @@ -4130,429 +4160,434 @@ "author_account_age_days": 69 }, "https://github.com/runtime44/comfyui_r44_nodes": { - "stars": 27, + "stars": 28, "last_update": "2024-06-11 10:49:02", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/saftle/suplex_comfy_nodes": { "stars": 0, "last_update": "2024-05-29 13:09:25", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 24, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5304 + "author_account_age_days": 5305 }, "https://github.com/seanlynch/srl-nodes": { "stars": 3, "last_update": "2024-05-22 21:08:00", - "author_account_age_days": 5304 + "author_account_age_days": 5305 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 2, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 20, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 4, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 882, + "stars": 887, "last_update": "2024-06-23 08:50:32", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 54, "last_update": "2024-06-20 02:07:31", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 17, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5092 + "author_account_age_days": 5093 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 142, "last_update": "2024-04-17 09:02:51", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 208, + "stars": 209, "last_update": "2024-05-14 22:01:41", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 150, "last_update": "2024-06-18 07:30:24", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 25, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 20, "last_update": "2024-05-22 20:41:15", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 3, "last_update": "2024-05-23 00:20:53", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 1, "last_update": "2024-05-23 00:21:08", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 2, "last_update": "2024-06-14 10:25:13", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 2, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4306 + "author_account_age_days": 4307 }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 23, "last_update": "2024-05-22 18:13:49", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 11, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 13, - "last_update": "2024-05-22 22:23:22", - "author_account_age_days": 304 + "last_update": "2024-06-24 10:08:11", + "author_account_age_days": 305 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 83, + "stars": 84, "last_update": "2024-05-22 18:15:39", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 21, "last_update": "2024-05-27 18:24:29", - "author_account_age_days": 2081 + "author_account_age_days": 2082 + }, + "https://github.com/slyt/comfyui-ollama-nodes": { + "stars": 0, + "last_update": "2024-06-24 04:57:08", + "author_account_age_days": 3939 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 17, "last_update": "2024-06-14 12:00:22", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 4, "last_update": "2024-06-14 11:01:27", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 22, - "last_update": "2024-06-21 12:49:09", - "author_account_age_days": 353 + "last_update": "2024-06-24 11:51:16", + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 14, "last_update": "2024-06-15 10:15:03", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 15, "last_update": "2024-06-15 07:14:32", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 18, - "last_update": "2024-05-15 13:48:05", - "author_account_age_days": 353 + "last_update": "2024-06-24 11:54:10", + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 3, "last_update": "2024-06-14 10:28:28", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 6, "last_update": "2024-06-14 10:28:53", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 11, - "last_update": "2024-06-14 13:59:12", - "author_account_age_days": 353 + "last_update": "2024-06-24 11:52:11", + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 5, "last_update": "2024-06-14 10:27:38", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 55, - "last_update": "2024-06-23 06:45:39", - "author_account_age_days": 353 + "stars": 57, + "last_update": "2024-06-24 11:49:34", + "author_account_age_days": 354 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 0, - "last_update": "2024-06-23 14:13:38", - "author_account_age_days": 353 + "last_update": "2024-06-24 00:26:54", + "author_account_age_days": 354 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 42, "last_update": "2024-05-22 18:10:36", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 154, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/space-nuko/nui-suite": { "stars": 10, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 9, - "last_update": "2024-06-22 19:12:05", - "author_account_age_days": 293 + "stars": 11, + "last_update": "2024-06-23 23:26:02", + "author_account_age_days": 294 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 30, "last_update": "2024-06-21 04:42:58", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 80, "last_update": "2024-06-22 01:19:31", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 79, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 3, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 14, "last_update": "2024-05-23 05:07:00", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 75, "last_update": "2024-05-23 05:03:42", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/spro/comfyui-mirror": { "stars": 4, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5230 + "author_account_age_days": 5231 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 631, "last_update": "2024-05-22 18:09:32", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 82, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 76, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 59, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 194, "last_update": "2024-06-18 21:27:18", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 13, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 518, "last_update": "2024-05-31 07:36:30", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { "stars": 25, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 27, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 19, "last_update": "2024-06-19 04:30:39", - "author_account_age_days": 5929 + "author_account_age_days": 5930 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 0, "last_update": "2024-06-14 13:59:30", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 16, "last_update": "2024-05-27 13:38:24", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 11, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 81, "last_update": "2024-05-22 20:40:43", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 57, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 12, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": { "stars": 223, "last_update": "2024-06-17 10:01:50", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 414, + "stars": 416, "last_update": "2024-05-21 20:51:18", "author_account_age_days": 555 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5097 + "author_account_age_days": 5098 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 96, + "stars": 97, "last_update": "2024-05-22 20:35:47", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 28, "last_update": "2024-05-22 20:31:14", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { "stars": 78, "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 32, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 198, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 288, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { - "stars": 77, + "stars": 78, "last_update": "2024-06-17 13:32:21", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 5, "last_update": "2024-06-23 09:44:48", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { - "stars": 0, + "stars": 1, "last_update": "2024-06-21 05:28:58", - "author_account_age_days": 4374 + "author_account_age_days": 4375 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 3858 + "author_account_age_days": 3859 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 5, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 0, "last_update": "2024-06-14 13:02:56", - "author_account_age_days": 4369 + "author_account_age_days": 4370 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 454, + "stars": 455, "last_update": "2024-06-18 15:27:19", - "author_account_age_days": 3648 + "author_account_age_days": 3649 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 8, "last_update": "2024-06-22 14:28:25", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -4562,336 +4597,346 @@ "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 16, "last_update": "2024-05-23 01:27:29", - "author_account_age_days": 2959 + "author_account_age_days": 2960 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 5, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 98, "last_update": "2024-06-13 22:29:53", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4756 + "author_account_age_days": 4757 + }, + "https://github.com/turkyden/ComfyUI-Avatar": { + "stars": 0, + "last_update": "2024-06-24 05:24:23", + "author_account_age_days": 2749 }, "https://github.com/turkyden/ComfyUI-Comic": { "stars": 1, "last_update": "2024-06-14 13:02:14", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/turkyden/ComfyUI-Sticker": { "stars": 0, "last_update": "2024-06-11 03:51:33", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 22, "last_update": "2024-06-14 12:02:17", - "author_account_age_days": 2664 + "author_account_age_days": 2665 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 609, + "stars": 610, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 38, "last_update": "2024-06-03 15:06:13", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 41, "last_update": "2024-06-14 07:05:45", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 12, "last_update": "2024-05-22 20:34:07", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 2, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 1, "last_update": "2024-06-14 07:05:51", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-14 07:06:03", - "author_account_age_days": 2957 + "author_account_age_days": 2958 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 3, "last_update": "2024-06-20 18:15:00", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 6, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 26, + "stars": 27, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 16, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 159, "last_update": "2024-06-20 15:25:49", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 5, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-05-23 00:10:56", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 7, "last_update": "2024-05-23 00:14:03", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 82, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2219 + "author_account_age_days": 2220 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/wei30172/comfygen": { "stars": 4, "last_update": "2024-05-23 00:21:19", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-05-23 03:43:08", - "author_account_age_days": 5486 + "author_account_age_days": 5487 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 21, + "stars": 22, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 13, "last_update": "2024-06-14 07:06:57", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 65, "last_update": "2024-05-22 18:17:46", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 8, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 13, "last_update": "2024-06-14 07:06:39", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5049 + "author_account_age_days": 5050 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 326, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 7, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 11, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 0, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 502, + "stars": 509, "last_update": "2024-06-22 10:09:22", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-05-22 18:14:56", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-05-22 18:14:44", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 2, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 8, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 15, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2024-05-23 17:55:42", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 61, + "stars": 62, "last_update": "2024-06-14 08:07:23", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 25, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 37, + "stars": 39, "last_update": "2024-05-31 05:50:59", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 50, "last_update": "2024-05-31 05:59:22", - "author_account_age_days": 2151 + "author_account_age_days": 2152 + }, + "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { + "stars": 1, + "last_update": "2024-06-24 03:57:11", + "author_account_age_days": 588 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 4, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 17, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 5, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/zer0TF/cute-comfy": { "stars": 27, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2669 + "author_account_age_days": 2670 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 13, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 4862 + "author_account_age_days": 4863 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 6, "last_update": "2024-06-21 04:39:05", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 58, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 229, + "stars": 231, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 58, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 8, + "stars": 11, "last_update": "2024-06-23 03:24:22", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 1, "last_update": "2024-06-14 07:10:25", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/zombieyang/sd-ppp": { "stars": 13, "last_update": "2024-06-22 08:51:58", - "author_account_age_days": 3916 + "author_account_age_days": 3917 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 73786551..d8c2671b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,7 +9,29 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "NeuralNotW0rk", + "title": "ComfyUI-Waveform-Extensions", + "reference": "https://github.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions", + "files": [ + "https://github.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/raw/main/EXT_VariationUtils.py", + "https://github.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py" + ], + "install_type": "copy", + "description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" + }, + { + "author": "mingqizhang", + "title": "ComfyUI_AEMatter_zmq", + "reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq", + "files": [ + "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq" + ], + "install_type": "git-clone", + "description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter." + }, { "author": "nat-chan", "title": "comfyui-paint", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e63d4cc7..0e166828 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,102 @@ + { + "author": "Shibiko-AI", + "title": "Shibiko AI ComfyUI Tools", + "id": "shibiko-ai-tools", + "reference": "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools", + "files": [ + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools" + ], + "install_type": "git-clone", + "description": "This is a collection of tools that I use to make my life easier when developing ComfyUI applications. It is a collection of tools that I have created to help me with my development process. I have decided to share these tools with the community in the hopes that they will be useful to others as well. I use this tools to further develop features for [a/https://shibiko.ai](https://shibiko.ai)" + }, + { + "author": "fofr", + "title": "comfyui-replicate", + "reference": "https://github.com/fofr/comfyui-replicate", + "files": [ + "https://github.com/fofr/comfyui-replicate" + ], + "install_type": "git-clone", + "description": "Nodes:Llama 3 Replicate" + }, + { + "author": "RedRayz", + "title": "ComfyUI-BooruToWd", + "id": "booru2wd", + "reference": "https://github.com/RedRayz/ComfyUI-BooruToWd", + "files": [ + "https://github.com/RedRayz/ComfyUI-BooruToWd" + ], + "install_type": "git-clone", + "description": "Converts booru tags to a format suitable for Waifu Diffusion(or Danbooru based models)." + }, + { + "author": "akkyoss", + "title": "ComfyUI_Zwng_Nodes", + "id": "zwng", + "reference": "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes", + "files": [ + "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes" + ], + "install_type": "git-clone", + "description": "Simple nodes for loading image files.Nodes that include a simple remote connection to Photoshop, a node that can overlay and preview an image with a mask, and a node that can load images directly from a file path." + }, + { + "author": "slyt", + "title": "comfyui-ollama-nodes", + "reference": "https://github.com/slyt/comfyui-ollama-nodes", + "files": [ + "https://github.com/slyt/comfyui-ollama-nodes" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for working with [a/Ollama](https://github.com/ollama/ollama).\nNOTE:Assumes that an Ollama server is running at http://127.0.0.1:11434 and accessible by the ComfyUI backend." + }, + { + "author": "MilitantHitchhiker", + "title": "Militant Hitchhiker's Switchblade Pack", + "id": "hitchhiker", + "reference": "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack", + "files": [ + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack" + ], + "install_type": "git-clone", + "description": "Militant Hitchhiker's Switchblade Pack is a collection of custom nodes for ComfyUI that provide various multi-function capabilities." + }, + { + "author": "turkyden", + "title": "ComfyUI-Avatar", + "id": "avatar", + "reference": "https://github.com/turkyden/ComfyUI-Avatar", + "files": [ + "https://github.com/turkyden/ComfyUI-Avatar" + ], + "install_type": "git-clone", + "description": "a comfyui plugin for image to avatar" + }, + { + "author": "fablestudio", + "title": "ComfyUI-Showrunner-Utils", + "reference": "https://github.com/fablestudio/ComfyUI-Showrunner-Utils", + "files": [ + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils" + ], + "install_type": "git-clone", + "description": "Comfyui Custom Nodes for Showrunner" + }, + { + "author": "jtydhr88", + "title": "ComfyUI Unique3D", + "id": "unique3d", + "reference": "https://github.com/jtydhr88/ComfyUI-Unique3D", + "files": [ + "https://github.com/jtydhr88/ComfyUI-Unique3D" + ], + "install_type": "git-clone", + "description": "ComfyUI Unique3D is custom nodes that running AiuniAI/Unique3D into ComfyUI[w/Please follow readme to install with ComfyUI embedded python.]" + }, { "author": "smthemex", "title": "ComfyUI_Streamv2v_Plus", @@ -599,95 +695,6 @@ ], "install_type": "copy", "description": "Nodes:Depth2Mask" - }, - { - "author": "smthemex", - "title": "ComfyUI_StableAudio_Open", - "id": "stable-audio-open-1.0", - "reference": "https://github.com/smthemex/ComfyUI_StableAudio_Open", - "files": [ - "https://github.com/smthemex/ComfyUI_StableAudio_Open" - ], - "install_type": "git-clone", - "description": "You can use stable-audio-open-1.0 in comfyUI" - }, - { - "author": "nuanarchy", - "title": "ComfyUI-NuA-FlashFace", - "id": "nua-flashface", - "reference": "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace", - "files": [ - "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace" - ], - "install_type": "git-clone", - "description": "ComfyUI implementation of [a/FlashFace: Human Image Personalization with High-fidelity Identity Preservation](https://github.com/ali-vilab/FlashFace)\nNOTE: You need to downalod models manually." - }, - { - "author": "FrankChieng", - "title": "ComfyUI_llm_easyanimiate", - "id": "llm-easyanimate", - "nodename_pattern": "^FrankChiengEasyAnimate", - "reference": "https://github.com/frankchieng/ComfyUI_llm_easyanimiate", - "files": [ - "https://github.com/frankchieng/ComfyUI_llm_easyanimiate" - ], - "install_type": "git-clone", - "description": "implementation easyanimate with llama3-8b-6bit instruction LLM generation prompt help" - }, - { - "author": "chakib-belgaid", - "title": "ComfyUI-autosize", - "id": "autosize", - "reference": "https://github.com/chakib-belgaid/ComfyUI-autosize", - "files": [ - "https://github.com/chakib-belgaid/ComfyUI-autosize" - ], - "install_type": "git-clone", - "description": "A ComfyUI utility plugin designed to optimize the latent space for generating high-quality results. It approximates the closest size model for better generation results." - }, - { - "author": "DataCTE", - "title": "Prompt Injection Node for ComfyUI", - "id": "prompt-injection", - "reference": "https://github.com/DataCTE/prompt_injection", - "files": [ - "https://github.com/DataCTE/prompt_injection" - ], - "install_type": "git-clone", - "description": "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content" - }, - { - "author": "lks-ai", - "title": "ComfyUI Stable Audio Open 1.0 Sampler", - "id": "stableaudiosampler", - "reference": "https://github.com/lks-ai/ComfyUI-StableAudioSampler", - "files": [ - "https://github.com/lks-ai/ComfyUI-StableAudioSampler" - ], - "install_type": "git-clone", - "description": "Nodes: StableAudioSampler. Wraps the new Stable Audio Open Model in the sampler that dropped Jun 5th. See Github for Features" - }, - { - "author": "luandev", - "title": "ComfyUI CrewAI", - "id": "crewai", - "reference": "https://github.com/luandev/ComfyUI-CrewAI", - "files": [ - "https://github.com/luandev/ComfyUI-CrewAI" - ], - "install_type": "git-clone", - "description": "ComfyUI-CrewAI aims to integrate Crew AI's multi-agent collaboration framework into the ComfyUI environment. By combining the strengths of Crew AI's role-based, collaborative AI agent system with ComfyUI's intuitive interface, we will create a robust platform for managing and executing complex AI tasks seamlessly" - }, - { - "author": "Tool Of North america", - "title": "Easy automatic (square) image cropper using Yolo", - "id": "tooldigital", - "reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper", - "files": [ - "https://github.com/tooldigital/ComfyUI-Yolo-Cropper" - ], - "install_type": "git-clone", - "description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 30db59f1..fbba4028 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -354,7 +354,7 @@ ], "https://github.com/AIFSH/ComfyUI-XTTS": [ [ - "LoadAudio", + "LoadAudioPath", "LoadSRT", "PreViewAudio", "XTTS_INFER", @@ -2371,8 +2371,13 @@ ], "https://github.com/KewkLW/ComfyUI-kewky_tools": [ [ + "CLIPInterrogator", + "CustomNodeWithEmojiMenuItem", + "FormattedPromptNode", + "ImageBatcher", "TensorDebugPlus", "TextAppendNode", + "TextSearchNode", "VRAM_Debug_Plus" ], { @@ -2898,6 +2903,19 @@ "title_aux": "Mosaica" } ], + "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": [ + [ + "IntegratedRandomPromptGenerator", + "TextAppender" + ], + { + "author": "Militant Hitchhiker", + "description": "Militant Hitchhiker's multi-function nodes.", + "nickname": "Switchblade", + "title": "Switchblade Pack", + "title_aux": "Militant Hitchhiker's Switchblade Pack" + } + ], "https://github.com/Miosp/ComfyUI-FBCNN": [ [ "JPEG artifacts removal FBCNN" @@ -3347,6 +3365,14 @@ "title_aux": "ComfyUI-Qais-Helper" } ], + "https://github.com/RedRayz/ComfyUI-BooruToWd": [ + [ + "BooruToWD" + ], + { + "title_aux": "ComfyUI-BooruToWd" + } + ], "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [ [ "AnalyseMetadata", @@ -3849,6 +3875,15 @@ "title_aux": "Eagleshadow Custom Nodes" } ], + "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [ + [ + "Luts", + "Waifu2x" + ], + { + "title_aux": "Shibiko AI ComfyUI Tools" + } + ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -4408,6 +4443,7 @@ "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", + "tri3d-extract-pascal-parts-batch", "tri3d-face-recognise", "tri3d-float-to-image", "tri3d-fuzzification", @@ -4419,6 +4455,8 @@ "tri3d-interaction-canny", "tri3d-levindabhi-cloth-seg", "tri3d-load-pose-json", + "tri3d-load_AEMatter_Model", + "tri3d-load_MVANet_Model", "tri3d-luminosity-match", "tri3d-main_transparent_background", "tri3d-photoroom-bgremove-api", @@ -4426,11 +4464,14 @@ "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", + "tri3d-position-pascal-parts-batch", "tri3d-recolor-mask", "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", "tri3d-renormalize_array", + "tri3d-run_AEMatter_inference", + "tri3d-run_MVANet_inference", "tri3d-scaled-paste", "tri3d-simple_bg_swap", "tri3d-simple_rescale_histogram", @@ -7134,6 +7175,7 @@ "LayerUtility: Boolean", "LayerUtility: BooleanOperator", "LayerUtility: BooleanOperatorV2", + "LayerUtility: CheckMask", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -7151,6 +7193,7 @@ "LayerUtility: GradientImage", "LayerUtility: GradientImage V2", "LayerUtility: HLFrequencyDetailRestore", + "LayerUtility: HSV Value", "LayerUtility: If", "LayerUtility: ImageAutoCrop", "LayerUtility: ImageAutoCrop V2", @@ -7629,6 +7672,7 @@ "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", "SamplerEulerAncestral", + "SamplerEulerCFGpp", "SamplerLCMUpscale", "SamplerLMS", "SaveAnimatedPNG", @@ -8069,11 +8113,15 @@ "https://github.com/daxcay/ComfyUI-DataSet": [ [ "DATASET_CaptionVisualizer", + "DATASET_LoadImage", "DATASET_OpenAIChat", "DATASET_OpenAIChatImage", + "DATASET_OpenAIChatImageBatch", + "DATASET_SaveImage", "DATASET_SearchAndReplace", "DATASET_TXTFileLoader", "DATASET_TXTFileSaver", + "DATASET_TXTFileSaverBatch", "DATASET_TagManipulatorByImageNames", "DATASET_xCopy" ], @@ -8587,6 +8635,14 @@ "title_aux": "comfyui-selector" } ], + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ + [ + "AlignFace" + ], + { + "title_aux": "ComfyUI-Showrunner-Utils" + } + ], "https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [ [ "Count Files in Directory (FW)", @@ -8685,14 +8741,19 @@ "FL_ImagePixelator", "FL_ImageRandomizer", "FL_InfiniteZoom", + "FL_InpaintCrop", + "FL_Inpaint_Stitch", + "FL_KsamplerSettings", "FL_NFTGenerator", "FL_PaperDrawn", "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", "FL_RandomNumber", + "FL_RetroEffect", "FL_Ripple", - "FL_Shadertoy" + "FL_Shadertoy", + "FL_TD_Sampler" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -8848,6 +8909,14 @@ "title_aux": "ComfyUI-Prompter-fofrAI" } ], + "https://github.com/fofr/comfyui-replicate": [ + [ + "Llama 3 Replicate" + ], + { + "title_aux": "comfyui-replicate" + } + ], "https://github.com/forever22777/comfyui-self-guidance": [ [ "CLIPConditioning", @@ -9417,6 +9486,7 @@ "gtUIGoogleStructureConfig", "gtUIInputNode", "gtUIKnowledgeBaseTool", + "gtUILMStudioStructureConfig", "gtUILeonardoImageGenerationDriver", "gtUILoadAudio", "gtUIOllamaStructureConfig", @@ -10350,7 +10420,8 @@ [ "CLIPTextEncodeWithStats", "OpenPoseEditorAdv", - "SaveImgAdv" + "SaveImgAdv", + "SolidMaskAdv" ], { "title_aux": "ULTools for ComfyUI" @@ -10396,6 +10467,16 @@ "title_aux": "ComfyUI LayerDivider" } ], + "https://github.com/jtydhr88/ComfyUI-Unique3D": [ + [ + "Unique3DLoadPipeline", + "Unique3DRun - Geo Reconstruct", + "Unique3DRun - MVPrediction" + ], + { + "title_aux": "ComfyUI Unique3D" + } + ], "https://github.com/ka-puna/comfyui-yanc": [ [ "YANC.ConcatStrings", @@ -10431,10 +10512,14 @@ ], "https://github.com/kadirnar/ComfyUI-YOLO": [ [ - "BBoxToCOCO", + "BBoxToCoco", "BBoxToXYWH", + "BBoxVisNode", + "CocoToNumber", "ConvertToDict", "CustomUltralyticsModelLoader", + "GetImageSize", + "ImageResizeAdvanced", "SAMInference", "SAMLoader", "UltralyticsInference", @@ -13414,26 +13499,6 @@ "title_aux": "comfy-easy-grids" } ], - "https://github.com/siliconflow/onediff_comfy_nodes": [ - [ - "CompareModel", - "ModelGraphLoader", - "ModelGraphSaver", - "ModelSpeedup", - "ModuleDeepCacheSpeedup", - "OneDiffCheckpointLoaderSimple", - "OneDiffControlNetLoader", - "OneDiffDeepCacheCheckpointLoaderSimple", - "SVDSpeedup", - "ShowImageDiff", - "VaeGraphLoader", - "VaeGraphSaver", - "VaeSpeedup" - ], - { - "title_aux": "OneDiff Nodes" - } - ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", @@ -13522,6 +13587,21 @@ "title_aux": "ComfyUI-Coziness" } ], + "https://github.com/slyt/comfyui-ollama-nodes": [ + [ + "BooleanToString", + "DownloadHuggingfaceModel", + "FloatToString", + "GenerateOllama", + "IntToString", + "ListModels", + "ListToString", + "PullModel" + ], + { + "title_aux": "comfyui-ollama-nodes" + } + ], "https://github.com/smagnetize/kb-comfyui-nodes": [ [ "SingleImageDataUrlLoader" @@ -13682,7 +13762,9 @@ "https://github.com/spacepxl/ComfyUI-Florence-2": [ [ "Florence2", - "Florence2Postprocess" + "Florence2Postprocess", + "Florence2PostprocessAll", + "LoadFlorence2Model" ], { "title_aux": "ComfyUI-Florence-2" @@ -14306,6 +14388,14 @@ "title_aux": "Hakkun-ComfyUI-nodes" } ], + "https://github.com/turkyden/ComfyUI-Avatar": [ + [ + "ImageToAvatar" + ], + { + "title_aux": "ComfyUI-Avatar" + } + ], "https://github.com/turkyden/ComfyUI-Comic": [ [ "ImageToComic" diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 096e0b5e..9a7068a5 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -209,6 +209,16 @@ ], "install_type": "git-clone", "description": "Nodes:Signature|Ye, CheckpointLoader|Ye, PrintHelloWorld|Ye." + }, + { + "author": "BoosterCore", + "title": "ComfyUI-BC-Experimental", + "reference": "https://github.com/BoosterCore/ComfyUI-BC-Experimental", + "files": [ + "https://github.com/BoosterCore/ComfyUI-BC-Experimental" + ], + "install_type": "git-clone", + "description": "Nodes:ClipTextEncodeBC, SaveAnyText, SimpleText" } ] } \ No newline at end of file