diff --git a/custom-node-list.json b/custom-node-list.json index 24b10fe7..d3c21e15 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4330,7 +4330,7 @@ }, { "author": "Haoming02", - "title": "comfyui-prompt-format", + "title": "ComfyUI Prompt Format", "reference": "https://github.com/Haoming02/comfyui-prompt-format", "files": [ "https://github.com/Haoming02/comfyui-prompt-format" @@ -4388,6 +4388,16 @@ "install_type": "git-clone", "description": "This is an Extension for ComfyUI, which helps formatting the workflow." }, + { + "author": "Haoming02", + "title": "ComfyUI ReSharpen", + "reference": "https://github.com/Haoming02/comfyui-resharpen", + "files": [ + "https://github.com/Haoming02/comfyui-resharpen" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which allows you to increase or decrease the amount of details generated during the Stable Diffusion pipeline." + }, { "author": "bedovyy", "title": "ComfyUI_NAIDGenerator", @@ -8863,6 +8873,17 @@ "install_type": "git-clone", "description": "ComfyUI port of a wonderful extension [a/SD Webui Vectorscope CC by Haoming02](https://github.com/Haoming02/sd-webui-vectorscope-cc).\nBased on (and probably incompatible with) [a/ComfyUI Diffusion Color Grading by Haoming02](https://github.com/Haoming02/comfyui-diffusion-cg)." }, + { + "author": "pamparamm", + "title": "ComfyUI-ppm", + "id": "comfyui-ppm", + "reference": "https://github.com/pamparamm/ComfyUI-ppm", + "files": [ + "https://github.com/pamparamm/ComfyUI-ppm" + ], + "install_type": "git-clone", + "description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc." + }, { "author": "unwdef", "title": "unwdef-nodes", @@ -9155,6 +9176,17 @@ "install_type": "git-clone", "description": "Nodes for fine-tuning lora in ComfyUI, dependent on training tools such as kohya-ss/sd-scripts" }, + { + "author": "MinusZoneAI", + "title": "ComfyUI-Kolors-MZ", + "id": "kolors-mz", + "reference": "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ", + "files": [ + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ" + ], + "install_type": "git-clone", + "description": "Implementation of Kolors on ComfyUI\nReference from [a/https://github.com/kijai/ComfyUI-KwaiKolorsWrapper](https://github.com/kijai/ComfyUI-KwaiKolorsWrapper)\nUsing ComfyUI Native Sampling" + }, { "author": "blueraincoatli", "title": "comfyUI_SillyNodes", @@ -11292,6 +11324,16 @@ "install_type": "git-clone", "description": "[a/BizyAir](https://github.com/siliconflow/BizyAir) Comfy Nodes that can run in any environment." }, + { + "author": "BenNarum", + "title": "ComfyUI_CAS", + "reference": "https://github.com/BenNarum/ComfyUI_CAS", + "files": [ + "https://github.com/BenNarum/ComfyUI_CAS" + ], + "install_type": "git-clone", + "description": "This extension provides nodes that allow experimentation with various elements (samplers, latent, activators, attenuator, scheulders, ...) of Stable Diffusion." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 8843576b..0a403e9f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -938,6 +938,84 @@ "title_aux": "bsz-cui-extras" } ], + "https://github.com/BenNarum/ComfyUI_CAS": [ + [ + "AttentionToSigmas", + "AttenuatorNode", + "BasicCFGGuider", + "CELU", + "CustomAdvancedSampler", + "CustomLCMCFGPP", + "CustomModelSamplingDiscreteDistilledAncestralCFGPP", + "CustomModelSamplingDiscreteDistilledCFGPP", + "CustomX0AncestralCFGPP", + "CustomX0CFGPP", + "ELU", + "EPSCFGPPScheduler", + "GELU", + "GLU", + "HardTanhScheduler", + "Hardshrink", + "Hardsigmoid", + "Hardswish", + "Hardtanh", + "LatentActivation", + "LatentChannelPresets", + "LatentConvolution", + "LatentFFT", + "LatentFrequencyPresets", + "LatentGlitch", + "LatentMath", + "LatentMathFormulaBuilder", + "LatentMosaic", + "LatentNoisePresets", + "LatentPixelSort", + "LatentSelfAttention", + "LatentTwist", + "LatentValuePresets", + "LatentWarpPresets", + "LeakyReLU", + "LogSigmoid", + "LogSoftmax", + "Mish", + "PReLU", + "RReLU", + "ReLU", + "ReLU6", + "SELU", + "SamplerCustomLCMCFGPP", + "SamplerCustomModelSamplingDiscreteDistilledAncestralCFGPP", + "SamplerCustomModelSamplingDiscreteDistilledCFGPP", + "SamplerCustomX0AncestralCFGPP", + "SamplerCustomX0CFGPP", + "SamplerDPMCFGPP", + "SamplerDynamicCFGPP", + "SamplerEulerAttnCFGPP", + "SamplerEulerStepControlAncestralCFGPP", + "SamplerHeunCFGPP", + "SamplerLCMUpscaleW", + "SamplerLCMUpscaleWCFGPP", + "SamplerLCMUpscaleWGPU", + "SamplerStepSizeControlCFGPP", + "SamplerWeightedCFGPP", + "SiLU", + "Softmax", + "Softmax2D", + "SoftmaxScheduler", + "Softmin", + "Softplus", + "Softshrink", + "Softsign", + "Tanh", + "Tanhshrink", + "Threshold", + "tcd_euler_a_w", + "tcd_w" + ], + { + "title_aux": "ComfyUI_CAS" + } + ], "https://github.com/BenNarum/SigmaWaveFormNode": [ [ "AttenuatorNode", @@ -2092,15 +2170,6 @@ "title_aux": "GraftingRayman" } ], - "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [ - [ - "DownloadAndLoadLivePortraitModels", - "LivePortraitProcess" - ], - { - "title_aux": "ComfyUI-LivePortraitKJ-MPS" - } - ], "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [ [ "AuraSR.AuraSRUpscaler" @@ -2191,6 +2260,14 @@ "title_aux": "ComfyUI Floodgate" } ], + "https://github.com/Haoming02/comfyui-resharpen": [ + [ + "Resharpen" + ], + { + "title_aux": "ComfyUI ReSharpen" + } + ], "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ [ "BetterString" @@ -2655,6 +2732,10 @@ "ADE_AttachLoraHookToCLIP", "ADE_AttachLoraHookToConditioning", "ADE_BatchedContextOptions", + "ADE_CFGExtrasPAG", + "ADE_CFGExtrasPAGSimple", + "ADE_CFGExtrasRescaleCFG", + "ADE_CFGExtrasRescaleCFGSimple", "ADE_CameraCtrlAnimateDiffKeyframe", "ADE_CameraManualPoseAppend", "ADE_CameraPoseAdvanced", @@ -2668,6 +2749,8 @@ "ADE_ConditioningSetUnmaskedAndCombine", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", + "ADE_CustomCFGKeyframeSimple", + "ADE_CustomCFGSimple", "ADE_EmptyLatentImageLarge", "ADE_InjectI2VIntoAnimateDiffModel", "ADE_InjectPIAIntoAnimateDiffModel", @@ -2697,6 +2780,7 @@ "ADE_PairedConditioningSetMask", "ADE_PairedConditioningSetMaskAndCombine", "ADE_PairedConditioningSetUnmaskedAndCombine", + "ADE_PerturbedAttentionGuidanceMultival", "ADE_RawSigmaSchedule", "ADE_RegisterLoraHook", "ADE_RegisterLoraHookModelOnly", @@ -2704,6 +2788,7 @@ "ADE_RegisterModelAsLoraHookModelOnly", "ADE_ReplaceCameraParameters", "ADE_ReplaceOriginalPoseAspectRatio", + "ADE_RescaleCFGMultival", "ADE_SetLoraHookKeyframe", "ADE_SigmaSchedule", "ADE_SigmaScheduleSplitAndCombine", @@ -2717,6 +2802,7 @@ "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", + "ADE_VisualizeContextOptions", "AnimateDiffLoaderV1", "CheckpointLoaderSimpleWithNoiseSelect" ], @@ -4691,7 +4777,6 @@ "tri3d-extract-parts-mask-batch", "tri3d-extract-pascal-parts-batch", "tri3d-face-recognise", - "tri3d-facer_face_segment", "tri3d-flexible_color_extract", "tri3d-float-to-image", "tri3d-fuzzification", @@ -4704,7 +4789,6 @@ "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", @@ -4719,7 +4803,6 @@ "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", @@ -13218,6 +13301,26 @@ "title_aux": "Image Resize for ComfyUI" } ], + "https://github.com/pamparamm/ComfyUI-ppm": [ + [ + "AttentionCouplePPM", + "CFGPPSamplerSelect", + "CLIPMicroConditioning", + "CLIPNegPip", + "CLIPTextEncodeBREAK", + "CLIPTokenCounter", + "EmptyLatentImageAR", + "EmptyLatentImageARAdvanced", + "Guidance Limiter", + "LatentToMaskBB", + "LatentToWidthHeight", + "RandomPromptGenerator", + "StableCascade_AutoCompLatent" + ], + { + "title_aux": "ComfyUI-ppm" + } + ], "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ [ "NormalizeLatent", @@ -13832,6 +13935,7 @@ [ "FaceCropInfo", "LivePortraitNode", + "LivePortraitVideoNode", "Retargeting" ], { @@ -14034,6 +14138,46 @@ "title_aux": "comfy-easy-grids" } ], + "https://github.com/siliconflow/BizyAir": [ + [ + "BizyAirBAE_NormalMapPreprocessor", + "BizyAirBinaryPreprocessor", + "BizyAirCannyEdgePreprocessor", + "BizyAirColorPreprocessor", + "BizyAirDWPreprocessor", + "BizyAirDepthAnythingV2Preprocessor", + "BizyAirFakeScribblePreprocessor", + "BizyAirGenerateLightningImage", + "BizyAirHEDPreprocessor", + "BizyAirKolorsSampler", + "BizyAirKolorsTextEncode", + "BizyAirKolorsVAEDecode", + "BizyAirKolorsVAEEncode", + "BizyAirLeReS_DepthMapPreprocessor", + "BizyAirLineArtPreprocessor", + "BizyAirM_LSDPreprocessor", + "BizyAirMetric3D_DepthMapPreprocessor", + "BizyAirMetric3D_NormalMapPreprocessor", + "BizyAirMiDaS_DepthMapPreprocessor", + "BizyAirMiDaS_NormalMapPreprocessor", + "BizyAirOneFormer_ADE20K_SemSegPreprocessor", + "BizyAirOneFormer_COCO_SemSegPreprocessor", + "BizyAirOpenposePreprocessor", + "BizyAirPiDiNetPreprocessor", + "BizyAirRemoveBackground", + "BizyAirSAMPreprocessor", + "BizyAirScribblePreprocessor", + "BizyAirSetAPIKey", + "BizyAirSiliconCloudLLMAPI", + "BizyAirSuperResolution", + "BizyAirTilePreprocessor", + "BizyAirUniFormer_SemSegPreprocessor", + "BizyAirZoe_DepthMapPreprocessor" + ], + { + "title_aux": "\u2601\ufe0fBizyAir Nodes" + } + ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", diff --git a/github-stats.json b/github-stats.json index 22e02390..c1c761f2 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,43 +1,43 @@ { "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 247, + "stars": 248, "last_update": "2023-11-11 21:24:33", "author_account_age_days": 547 }, "https://github.com/1038lab/ComfyUI-GPT2P": { "stars": 3, "last_update": "2024-06-10 16:56:29", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/1038lab/ComfyUI_LatentSizeSelector": { "stars": 1, "last_update": "2024-07-03 23:22:52", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 828, - "last_update": "2024-07-02 13:41:38", + "stars": 830, + "last_update": "2024-07-10 03:28:00", "author_account_age_days": 220 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 11, "last_update": "2024-07-09 14:44:29", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 21, "last_update": "2024-05-23 00:08:39", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 21, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 2, "last_update": "2024-05-27 07:45:00", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/42lux/ComfyUI-safety-checker": { "stars": 20, @@ -47,7 +47,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 20, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 47, @@ -57,7 +57,7 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 10, "last_update": "2024-05-23 11:20:57", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 0, @@ -72,150 +72,150 @@ "https://github.com/AARG-FAN/Image-Raster-for-ComfyUI": { "stars": 70, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 3, "last_update": "2024-07-03 04:07:46", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 3, "last_update": "2024-06-29 18:08:21", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 9, "last_update": "2024-07-08 07:12:32", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { - "stars": 6, + "stars": 7, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { - "stars": 13, + "stars": 14, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 32, + "stars": 33, "last_update": "2024-07-02 13:01:42", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 8, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 161, "last_update": "2024-06-14 07:05:01", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 229, + "stars": 230, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 7, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 24, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 2, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 18, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 69, + "stars": 71, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 235, + "stars": 237, "last_update": "2024-07-02 13:59:07", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 9, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 9, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 64, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 27, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 21, "last_update": "2024-06-14 07:05:31", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 28, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 77, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 5, "last_update": "2024-05-23 00:13:50", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1043, + "stars": 1046, "last_update": "2024-07-01 03:49:28", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 208, "last_update": "2024-06-05 00:52:46", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 6, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 263, + "stars": 264, "last_update": "2024-06-18 08:04:40", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 136, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 754, + "stars": 755, "last_update": "2024-07-09 17:44:12", "author_account_age_days": 458 }, @@ -232,10 +232,10 @@ "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": { "stars": 6, "last_update": "2024-06-19 11:46:19", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 470, + "stars": 471, "last_update": "2024-07-02 10:02:46", "author_account_age_days": 3820 }, @@ -250,19 +250,19 @@ "author_account_age_days": 1291 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 681, + "stars": 682, "last_update": "2024-06-28 14:06:48", "author_account_age_days": 2715 }, "https://github.com/Alysondao/Comfyui-Yolov8-JSON": { "stars": 12, - "last_update": "2024-07-03 03:59:38", - "author_account_age_days": 1045 + "last_update": "2024-07-10 09:37:54", + "author_account_age_days": 1046 }, "https://github.com/Amorano/Jovimetrix": { "stars": 172, "last_update": "2024-07-07 17:11:00", - "author_account_age_days": 5227 + "author_account_age_days": 5228 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 5, @@ -277,7 +277,7 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 18, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/ArdeniusAI/CPlus_Ardenius": { "stars": 0, @@ -287,47 +287,47 @@ "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 57, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/ArtVentureX/comfyui-animatediff": { "stars": 644, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 11, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 34, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 356, "last_update": "2024-06-14 08:11:00", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 6, "last_update": "2024-07-03 21:55:35", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2664 + "author_account_age_days": 2665 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 2, @@ -337,27 +337,32 @@ "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 314, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 21, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2241 + "author_account_age_days": 2242 + }, + "https://github.com/BenNarum/ComfyUI_CAS": { + "stars": 1, + "last_update": "2024-07-10 07:26:27", + "author_account_age_days": 3088 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3087 + "author_account_age_days": 3088 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 713, + "stars": 714, "last_update": "2024-07-08 05:06:56", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 17, @@ -405,7 +410,7 @@ "author_account_age_days": 493 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 214, + "stars": 216, "last_update": "2024-06-10 16:38:48", "author_account_age_days": 493 }, @@ -422,7 +427,7 @@ "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 13, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 6, @@ -430,24 +435,24 @@ "author_account_age_days": 265 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 76, + "stars": 77, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 9, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 66, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 19, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 13, @@ -460,14 +465,14 @@ "author_account_age_days": 1749 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 64, + "stars": 66, "last_update": "2024-06-14 09:02:44", "author_account_age_days": 1749 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 85, "last_update": "2024-06-29 07:14:23", - "author_account_age_days": 3670 + "author_account_age_days": 3671 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 21, @@ -477,7 +482,7 @@ "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-05-26 08:00:23", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/DataCTE/prompt_injection": { "stars": 66, @@ -490,7 +495,7 @@ "author_account_age_days": 3006 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 308, + "stars": 311, "last_update": "2024-06-22 02:12:19", "author_account_age_days": 1790 }, @@ -502,12 +507,12 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 7, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3088 + "author_account_age_days": 3089 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 5, @@ -517,17 +522,17 @@ "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 2, "last_update": "2024-05-23 00:25:14", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 19, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 147, "last_update": "2024-05-22 17:54:09", - "author_account_age_days": 2793 + "author_account_age_days": 2794 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 25, @@ -546,7 +551,7 @@ }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 285, - "last_update": "2024-07-07 23:20:40", + "last_update": "2024-07-10 00:27:18", "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { @@ -556,17 +561,17 @@ }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 33, - "last_update": "2024-07-07 13:37:55", + "last_update": "2024-07-10 00:27:51", "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 38, - "last_update": "2024-07-08 20:33:15", + "last_update": "2024-07-10 00:27:36", "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 87, - "last_update": "2024-06-22 21:06:08", + "last_update": "2024-07-10 00:28:03", "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { @@ -575,8 +580,8 @@ "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 0, - "last_update": "2024-07-09 23:23:27", + "stars": 3, + "last_update": "2024-07-10 01:25:05", "author_account_age_days": 3165 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { @@ -610,7 +615,7 @@ "author_account_age_days": 3147 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1661, + "stars": 1667, "last_update": "2024-07-08 17:03:55", "author_account_age_days": 3147 }, @@ -622,7 +627,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 7, @@ -632,7 +637,7 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2762 + "author_account_age_days": 2763 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 44, @@ -640,7 +645,7 @@ "author_account_age_days": 1995 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 326, + "stars": 327, "last_update": "2024-06-27 03:29:51", "author_account_age_days": 1995 }, @@ -657,12 +662,12 @@ "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 5, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 0, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, @@ -672,12 +677,12 @@ "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 2, "last_update": "2024-07-01 10:46:26", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 17, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 23, @@ -697,22 +702,22 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 10, "last_update": "2024-06-14 06:02:29", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 2, "last_update": "2024-06-20 07:23:48", - "author_account_age_days": 4947 + "author_account_age_days": 4948 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1122, + "stars": 1125, "last_update": "2024-07-03 09:36:19", "author_account_age_days": 1135 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 23, "last_update": "2024-07-09 08:28:38", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 6, @@ -720,14 +725,14 @@ "author_account_age_days": 1189 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 68, + "stars": 70, "last_update": "2024-07-04 00:07:10", "author_account_age_days": 1213 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, @@ -735,69 +740,74 @@ "author_account_age_days": 2861 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 2, + "stars": 3, "last_update": "2024-07-09 22:02:15", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 37, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 33, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 16, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2024-07-09 08:49:03", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 51, - "last_update": "2024-06-14 07:10:28", - "author_account_age_days": 1346 + "last_update": "2024-07-10 03:26:36", + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 25, "last_update": "2024-07-09 09:02:07", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-07-09 10:03:10", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 3, "last_update": "2024-07-09 09:25:46", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 30, - "last_update": "2024-06-14 07:12:02", - "author_account_age_days": 1346 + "last_update": "2024-07-10 02:32:48", + "author_account_age_days": 1347 + }, + "https://github.com/Haoming02/comfyui-resharpen": { + "stars": 23, + "last_update": "2024-07-10 03:10:18", + "author_account_age_days": 1347 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-07-09 08:41:44", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 0, "last_update": "2024-05-22 23:20:05", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 1, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2339 + "author_account_age_days": 2340 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, @@ -812,17 +822,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 1, "last_update": "2024-06-04 00:24:47", - "author_account_age_days": 5496 + "author_account_age_days": 5497 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-05-24 14:09:58", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 8, @@ -835,34 +845,34 @@ "author_account_age_days": 127 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 39, + "stars": 40, "last_update": "2024-05-22 20:39:14", "author_account_age_days": 331 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 64, "last_update": "2024-06-20 12:08:09", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 25, + "stars": 26, "last_update": "2024-06-27 23:37:38", "author_account_age_days": 3587 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 0, "last_update": "2024-07-03 15:07:04", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 123, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 3, @@ -871,13 +881,13 @@ }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 93, - "last_update": "2024-06-03 11:40:18", - "author_account_age_days": 2373 + "last_update": "2024-07-10 02:54:27", + "author_account_age_days": 2374 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 49, - "last_update": "2024-05-26 08:29:23", - "author_account_age_days": 2373 + "last_update": "2024-07-10 02:57:19", + "author_account_age_days": 2374 }, "https://github.com/Jordach/comfy-plasma": { "stars": 53, @@ -887,7 +897,7 @@ "https://github.com/Kaharos94/ComfyUI-Saveaswebp": { "stars": 33, "last_update": "2024-06-21 23:01:48", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 14, @@ -895,9 +905,9 @@ "author_account_age_days": 929 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { - "stars": 3, - "last_update": "2024-07-09 16:59:34", - "author_account_age_days": 1702 + "stars": 4, + "last_update": "2024-07-10 05:45:11", + "author_account_age_days": 1703 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 138, @@ -907,7 +917,7 @@ "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 14, "last_update": "2024-06-14 10:28:10", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 443, @@ -915,8 +925,8 @@ "author_account_age_days": 3732 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2323, - "last_update": "2024-07-09 22:56:21", + "stars": 2325, + "last_update": "2024-07-10 10:01:13", "author_account_age_days": 3732 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { @@ -937,37 +947,37 @@ "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 32, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 282, + "stars": 284, "last_update": "2024-06-09 05:24:00", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 59, "last_update": "2024-05-25 00:12:04", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/Lerc/canvas_tab": { - "stars": 144, + "stars": 145, "last_update": "2024-05-22 20:48:45", "author_account_age_days": 5383 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 118, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 43, @@ -992,57 +1002,57 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 4, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 13, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 26, "last_update": "2024-05-22 20:33:54", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 28, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 10, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/M1kep/KepPromptLang": { "stars": 5, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 28, "last_update": "2024-06-04 23:56:25", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 14, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 146, @@ -1050,7 +1060,7 @@ "author_account_age_days": 671 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 68, + "stars": 69, "last_update": "2024-07-09 13:08:03", "author_account_age_days": 4985 }, @@ -1067,12 +1077,12 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 2, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 16, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 4, @@ -1082,15 +1092,20 @@ "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2024-06-24 22:04:33", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/Millyarde/Pomfy": { "stars": 7, "last_update": "2024-05-22 22:22:48", - "author_account_age_days": 922 + "author_account_age_days": 923 + }, + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { + "stars": 13, + "last_update": "2024-07-09 18:21:50", + "author_account_age_days": 81 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 75, + "stars": 77, "last_update": "2024-07-07 14:51:07", "author_account_age_days": 81 }, @@ -1107,12 +1122,12 @@ "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 5, "last_update": "2024-05-24 12:13:08", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 6, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, @@ -1120,24 +1135,24 @@ "author_account_age_days": 395 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 1749, - "last_update": "2024-07-09 23:18:25", - "author_account_age_days": 1576 + "stars": 1761, + "last_update": "2024-07-10 01:12:18", + "author_account_age_days": 1577 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 444, + "stars": 446, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 5, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 5, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3060 + "author_account_age_days": 3061 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 1, @@ -1160,7 +1175,7 @@ "author_account_age_days": 5165 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 276, + "stars": 281, "last_update": "2024-07-09 08:17:57", "author_account_age_days": 260 }, @@ -1172,12 +1187,12 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 28, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1057 + "author_account_age_days": 1058 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 10, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -1187,7 +1202,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 180, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 177, @@ -1202,17 +1217,17 @@ "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1187 + "author_account_age_days": 1188 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 14, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 11, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 10, @@ -1222,7 +1237,7 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3658 + "author_account_age_days": 3659 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 19, @@ -1247,7 +1262,7 @@ "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 2, "last_update": "2024-06-24 18:20:48", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, @@ -1262,7 +1277,7 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 52, @@ -1277,12 +1292,12 @@ "https://github.com/SEkINVR/ComfyUI-Save-Multi-Format": { "stars": 1, "last_update": "2024-07-08 03:39:48", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 1, "last_update": "2024-07-08 03:39:48", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 61, @@ -1305,9 +1320,9 @@ "author_account_age_days": 4099 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 223, + "stars": 224, "last_update": "2024-07-09 18:11:33", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 2, @@ -1317,32 +1332,32 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 10, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 5, + "stars": 6, "last_update": "2024-06-23 01:30:57", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 5, "last_update": "2024-06-26 00:07:10", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 63, + "stars": 64, "last_update": "2024-06-14 08:08:26", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 750, + "stars": 752, "last_update": "2024-05-22 00:28:26", "author_account_age_days": 4187 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 43, "last_update": "2024-07-03 07:51:13", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 1, @@ -1352,27 +1367,27 @@ "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 3, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 8, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 2, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1220 + "author_account_age_days": 1221 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 9, "last_update": "2024-06-15 17:12:05", - "author_account_age_days": 1220 + "author_account_age_days": 1221 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 55, "last_update": "2024-07-03 11:25:27", - "author_account_age_days": 1220 + "author_account_age_days": 1221 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 4, @@ -1412,7 +1427,7 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 15, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -1422,7 +1437,7 @@ "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 41, @@ -1437,47 +1452,47 @@ "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 95, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 3, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 174, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 19, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 42, + "stars": 43, "last_update": "2024-05-22 23:20:39", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 111, "last_update": "2024-06-01 20:27:53", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 502, + "stars": 504, "last_update": "2024-07-09 14:21:47", "author_account_age_days": 2165 }, "https://github.com/Sxela/ComfyWarp": { "stars": 21, "last_update": "2024-05-22 20:47:11", - "author_account_age_days": 3387 + "author_account_age_days": 3388 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, @@ -1487,37 +1502,37 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 88, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 170, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { - "stars": 129, + "stars": 130, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 296, + "stars": 297, "last_update": "2024-06-22 07:09:49", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-07-02 16:21:56", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 19, - "last_update": "2024-07-05 08:16:25", - "author_account_age_days": 454 + "last_update": "2024-07-10 11:25:05", + "author_account_age_days": 455 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-06-17 03:03:57", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 9, @@ -1527,17 +1542,17 @@ "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 2, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 24, "last_update": "2024-05-23 13:58:57", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 4, @@ -1550,14 +1565,14 @@ "author_account_age_days": 884 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 231, + "stars": 234, "last_update": "2024-07-06 10:12:20", "author_account_age_days": 884 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 298, "last_update": "2024-05-07 03:07:38", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/TheBarret/ZSuite": { "stars": 6, @@ -1567,22 +1582,22 @@ "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 292, + "stars": 293, "last_update": "2024-07-09 11:01:15", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 8, "last_update": "2024-06-23 21:38:03", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 334, "last_update": "2024-07-01 23:43:02", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 19, @@ -1602,10 +1617,10 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 93, "last_update": "2024-05-24 03:45:59", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 173, + "stars": 174, "last_update": "2024-05-22 20:50:03", "author_account_age_days": 4937 }, @@ -1617,12 +1632,12 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 4, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 72, "last_update": "2024-05-23 01:11:56", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/WASasquatch/ASTERR": { "stars": 14, @@ -1655,24 +1670,24 @@ "author_account_age_days": 4641 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 968, + "stars": 969, "last_update": "2024-07-09 19:34:38", "author_account_age_days": 4641 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3767 + "author_account_age_days": 3768 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3659 + "author_account_age_days": 3660 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 125, "last_update": "2024-07-08 19:39:48", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 3, @@ -1682,7 +1697,7 @@ "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 16, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, @@ -1692,12 +1707,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 15, "last_update": "2024-06-14 14:00:22", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 14, "last_update": "2024-07-01 09:03:34", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 319, @@ -1710,12 +1725,12 @@ "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 366, + "stars": 367, "last_update": "2024-06-12 04:40:50", "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 575, + "stars": 576, "last_update": "2024-05-22 14:14:18", "author_account_age_days": 355 }, @@ -1730,12 +1745,12 @@ "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 605, + "stars": 606, "last_update": "2024-05-22 14:15:11", "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1225, + "stars": 1226, "last_update": "2024-05-22 13:57:55", "author_account_age_days": 355 }, @@ -1745,12 +1760,12 @@ "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 755, + "stars": 756, "last_update": "2024-05-22 14:13:49", "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 44, + "stars": 45, "last_update": "2024-05-22 13:40:58", "author_account_age_days": 355 }, @@ -1780,34 +1795,34 @@ "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 84, + "stars": 85, "last_update": "2024-05-31 12:03:55", "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 488, + "stars": 490, "last_update": "2024-05-22 13:01:07", "author_account_age_days": 355 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1495, + "stars": 1498, "last_update": "2024-06-14 09:00:04", "author_account_age_days": 355 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 3, - "last_update": "2024-07-09 12:37:59", - "author_account_age_days": 1288 + "last_update": "2024-07-09 15:26:55", + "author_account_age_days": 1289 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 22, "last_update": "2024-07-01 21:25:12", - "author_account_age_days": 5555 + "author_account_age_days": 5556 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, @@ -1832,7 +1847,7 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 92, "last_update": "2024-06-14 11:02:32", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 2, @@ -1862,12 +1877,12 @@ "https://github.com/adigayung/ComfyUI-Translator": { "stars": 0, "last_update": "2024-07-09 11:47:13", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2237 + "author_account_age_days": 2238 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 24, @@ -1882,12 +1897,12 @@ "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 2, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 4, @@ -1910,7 +1925,7 @@ "author_account_age_days": 1212 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 13:59:36", "author_account_age_days": 1212 }, @@ -1922,7 +1937,7 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 64, "last_update": "2024-05-22 20:54:21", - "author_account_age_days": 4875 + "author_account_age_days": 4876 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 38, @@ -1932,22 +1947,22 @@ "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 66, "last_update": "2024-07-01 09:08:11", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 14, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 73, "last_update": "2024-07-01 05:34:14", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 53, "last_update": "2024-07-01 05:37:03", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -1957,7 +1972,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, @@ -1977,35 +1992,35 @@ "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 21, "last_update": "2024-05-23 01:27:16", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 5, "last_update": "2024-07-03 13:54:53", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 33, "last_update": "2024-05-23 18:14:56", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 166, "last_update": "2024-06-20 13:48:26", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 93, "last_update": "2024-07-04 06:44:42", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 52, + "stars": 53, "last_update": "2024-06-14 09:01:17", "author_account_age_days": 2364 }, @@ -2022,7 +2037,7 @@ "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 219, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 5, @@ -2032,7 +2047,7 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 2, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 12, @@ -2040,24 +2055,24 @@ "author_account_age_days": 1786 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 43, + "stars": 44, "last_update": "2024-05-22 20:40:03", "author_account_age_days": 5378 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 6, "last_update": "2024-06-18 10:25:55", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/banodoco/steerable-motion": { - "stars": 752, + "stars": 753, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/bash-j/mikey_nodes": { "stars": 83, "last_update": "2024-06-15 10:31:20", - "author_account_age_days": 4202 + "author_account_age_days": 4203 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 18, @@ -2072,22 +2087,22 @@ "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 0, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 31, "last_update": "2024-05-22 23:17:49", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 31, "last_update": "2024-05-22 23:18:26", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 93, "last_update": "2024-05-22 23:18:40", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, @@ -2097,7 +2112,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 1, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 50, @@ -2121,7 +2136,7 @@ }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 3, - "last_update": "2024-07-09 17:19:48", + "last_update": "2024-07-10 00:54:28", "author_account_age_days": 3552 }, "https://github.com/bmad4ever/comfyui_wfc_like": { @@ -2137,17 +2152,17 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 8, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/bradsec/ComfyUI_StringTools": { "stars": 0, "last_update": "2024-07-08 10:20:27", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-05-23 06:06:16", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 259, @@ -2157,37 +2172,37 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 35, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 28, "last_update": "2024-06-08 15:48:49", - "author_account_age_days": 2381 + "author_account_age_days": 2382 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-05-25 04:10:08", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 18, "last_update": "2024-05-22 18:08:40", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/bvhari/ComfyUI_LatentToRGB": { "stars": 11, "last_update": "2024-06-23 11:37:10", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2024-05-22 18:09:06", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 6, "last_update": "2024-07-06 13:37:18", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 250, @@ -2202,17 +2217,17 @@ "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 24, "last_update": "2024-06-27 22:39:06", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 78, @@ -2222,22 +2237,22 @@ "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 230, @@ -2382,47 +2397,47 @@ "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 47, "last_update": "2024-05-27 10:55:18", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 13, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 693, + "stars": 698, "last_update": "2024-06-29 06:38:45", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 23, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 71, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 30, "last_update": "2024-05-22 21:16:12", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/choey/Comfy-Topaz": { "stars": 26, "last_update": "2024-06-20 13:52:32", - "author_account_age_days": 5538 + "author_account_age_days": 5539 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, @@ -2430,29 +2445,29 @@ "author_account_age_days": 1812 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 50, + "stars": 51, "last_update": "2024-06-30 18:26:54", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/chrisgoringe/cg-image-picker": { "stars": 191, "last_update": "2024-06-12 18:50:30", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/chrisgoringe/cg-noise": { "stars": 25, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 27, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 360, + "stars": 361, "last_update": "2024-07-01 05:43:31", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 11, @@ -2465,7 +2480,7 @@ "author_account_age_days": 1364 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { - "stars": 4, + "stars": 7, "last_update": "2024-07-08 13:59:42", "author_account_age_days": 1364 }, @@ -2500,7 +2515,7 @@ "author_account_age_days": 513 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 315, + "stars": 316, "last_update": "2024-07-06 18:26:29", "author_account_age_days": 513 }, @@ -2535,49 +2550,49 @@ "author_account_age_days": 2716 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 41626, - "last_update": "2024-07-09 21:12:57", - "author_account_age_days": 564 + "stars": 41707, + "last_update": "2024-07-10 10:58:38", + "author_account_age_days": 565 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 345, + "stars": 348, "last_update": "2024-06-19 21:31:56", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 139, + "stars": 141, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 59, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 60, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 51, "last_update": "2024-07-05 04:13:09", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 9, "last_update": "2024-07-05 03:55:48", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, @@ -2595,59 +2610,59 @@ "author_account_age_days": 124 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 511, + "stars": 514, "last_update": "2024-07-01 03:24:20", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 31, "last_update": "2024-07-01 01:19:58", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 231, "last_update": "2024-06-14 08:08:35", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 3218, + "stars": 3224, "last_update": "2024-06-28 11:03:36", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 967, - "last_update": "2024-07-04 03:04:24", - "author_account_age_days": 5026 + "stars": 970, + "last_update": "2024-07-10 07:27:20", + "author_account_age_days": 5027 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { "stars": 17, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 355, + "stars": 356, "last_update": "2024-07-08 17:19:58", - "author_account_age_days": 5026 + "author_account_age_days": 5027 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 435, - "last_update": "2024-06-25 06:37:25", - "author_account_age_days": 5026 + "stars": 436, + "last_update": "2024-07-10 12:35:59", + "author_account_age_days": 5027 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 0, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 4, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 1945 + "author_account_age_days": 1946 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 2, @@ -2662,7 +2677,7 @@ "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 83, "last_update": "2024-07-07 16:56:46", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 168, @@ -2682,40 +2697,40 @@ "https://github.com/darkpixel/darkprompts": { "stars": 6, "last_update": "2024-05-23 19:48:02", - "author_account_age_days": 5339 + "author_account_age_days": 5340 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/daxcay/ComfyUI-DRMN": { "stars": 19, "last_update": "2024-07-08 08:25:29", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 19, "last_update": "2024-07-08 08:25:29", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 66, "last_update": "2024-07-08 14:02:49", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 5, "last_update": "2024-06-13 14:30:45", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/daxthin/DZ-FaceDetailer": { "stars": 102, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 46, + "stars": 47, "last_update": "2024-06-26 10:26:43", "author_account_age_days": 4551 }, @@ -2727,12 +2742,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 136, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 83, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, @@ -2751,13 +2766,13 @@ }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 4, - "last_update": "2024-06-29 21:27:03", - "author_account_age_days": 4006 + "last_update": "2024-07-10 06:13:52", + "author_account_age_days": 4007 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 109, "last_update": "2024-07-02 15:28:37", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 170, @@ -2777,17 +2792,17 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 5, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 240, "last_update": "2024-06-15 04:06:44", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/dmMaze/sketch2manga": { "stars": 27, @@ -2812,7 +2827,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 5, "last_update": "2024-06-30 06:10:23", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, @@ -2822,7 +2837,7 @@ "https://github.com/ealkanat/comfyui_easy_padding": { "stars": 13, "last_update": "2024-05-22 21:58:52", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 40, @@ -2852,22 +2867,22 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 31, @@ -2875,8 +2890,8 @@ "author_account_age_days": 3492 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 120, - "last_update": "2024-07-09 05:50:58", + "stars": 121, + "last_update": "2024-07-10 03:55:46", "author_account_age_days": 1752 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { @@ -2890,12 +2905,12 @@ "author_account_age_days": 209 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 774, + "stars": 776, "last_update": "2024-06-19 16:30:07", "author_account_age_days": 209 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 214, + "stars": 215, "last_update": "2024-05-22 00:34:06", "author_account_age_days": 209 }, @@ -2905,7 +2920,7 @@ "author_account_age_days": 289 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 168, + "stars": 169, "last_update": "2024-06-14 09:04:51", "author_account_age_days": 289 }, @@ -2917,7 +2932,7 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3510 + "author_account_age_days": 3511 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -2935,14 +2950,14 @@ "author_account_age_days": 5123 }, "https://github.com/fofr/comfyui-replicate": { - "stars": 34, + "stars": 35, "last_update": "2024-07-02 17:58:30", "author_account_age_days": 1624 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 6, "last_update": "2024-06-14 07:12:02", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, @@ -2952,47 +2967,47 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 48, "last_update": "2024-06-26 03:06:51", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 426, "last_update": "2024-06-24 07:48:07", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 10, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 6, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 6, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/get-salt-AI/SaltAI": { "stars": 61, "last_update": "2024-06-26 00:32:47", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { "stars": 13, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { "stars": 19, "last_update": "2024-06-25 23:49:29", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/get-salt-AI/SaltAI_LlamaIndex": { "stars": 19, "last_update": "2024-06-25 23:49:29", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 1, @@ -3002,32 +3017,32 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 151, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 0, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 111, @@ -3047,7 +3062,7 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2024-07-01 01:05:38", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 49, @@ -3072,27 +3087,27 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 20, "last_update": "2024-07-02 02:05:08", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 50, - "last_update": "2024-07-09 23:19:26", + "stars": 51, + "last_update": "2024-07-10 01:37:41", "author_account_age_days": 536 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/guoyk93/yk-node-suite-comfyui": { "stars": 10, "last_update": "2024-06-17 10:00:36", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-06-20 11:25:12", - "author_account_age_days": 1866 + "author_account_age_days": 1867 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -3102,42 +3117,42 @@ "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 9, "last_update": "2024-07-02 08:17:41", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 2, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 8, "last_update": "2024-07-02 08:15:01", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 19, "last_update": "2024-07-02 08:19:11", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 10, "last_update": "2024-07-02 08:09:38", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 7, + "stars": 8, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 2, "last_update": "2024-05-22 20:54:07", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 26, "last_update": "2024-05-22 20:53:55", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 0, @@ -3145,24 +3160,24 @@ "author_account_age_days": 363 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 177, - "last_update": "2024-07-09 17:00:35", - "author_account_age_days": 2910 + "stars": 179, + "last_update": "2024-07-10 10:06:14", + "author_account_age_days": 2911 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 39, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 3, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1817 + "author_account_age_days": 1818 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 127, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5127 + "author_account_age_days": 5128 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 2, @@ -3172,12 +3187,12 @@ "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 36, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 8, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 415, @@ -3185,7 +3200,7 @@ "author_account_age_days": 2891 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1293, + "stars": 1299, "last_update": "2024-07-05 12:52:34", "author_account_age_days": 2891 }, @@ -3205,7 +3220,7 @@ "author_account_age_days": 2891 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 347, + "stars": 348, "last_update": "2024-06-26 21:16:52", "author_account_age_days": 2891 }, @@ -3232,12 +3247,12 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-03 14:16:01", - "author_account_age_days": 2903 + "author_account_age_days": 2904 }, "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": { "stars": 8, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 1, @@ -3247,7 +3262,7 @@ "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, @@ -3267,17 +3282,17 @@ "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 10, "last_update": "2024-07-07 09:55:48", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 28, "last_update": "2024-05-22 22:02:55", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 384, + "stars": 385, "last_update": "2024-06-26 13:16:20", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 28, @@ -3287,25 +3302,25 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-07 16:30:05", - "author_account_age_days": 4441 + "author_account_age_days": 4442 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 38, "last_update": "2024-05-19 18:54:12", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 52, "last_update": "2024-05-19 18:49:42", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 735, + "stars": 738, "last_update": "2024-06-23 09:42:43", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 6, + "stars": 7, "last_update": "2024-07-07 09:22:17", "author_account_age_days": 1587 }, @@ -3317,12 +3332,12 @@ "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 12, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 33, "last_update": "2024-05-22 18:19:17", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, @@ -3332,17 +3347,17 @@ "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 20, "last_update": "2024-06-14 04:11:28", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 107, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3667 + "author_account_age_days": 3668 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 271, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1301 + "author_account_age_days": 1302 }, "https://github.com/jitcoder/lora-info": { "stars": 46, @@ -3352,7 +3367,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 4, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3664 + "author_account_age_days": 3665 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 5, @@ -3362,12 +3377,12 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 9, "last_update": "2024-05-22 20:54:35", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 113, "last_update": "2024-07-08 19:16:55", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 12, @@ -3387,32 +3402,32 @@ "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 50, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 123, + "stars": 125, "last_update": "2024-07-04 04:27:01", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 16, "last_update": "2024-06-28 03:16:19", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 52, "last_update": "2024-07-08 02:48:37", - "author_account_age_days": 1127 + "author_account_age_days": 1128 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 0, "last_update": "2024-07-06 10:05:31", - "author_account_age_days": 2804 + "author_account_age_days": 2805 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 6, "last_update": "2024-05-22 21:29:37", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 2, @@ -3432,22 +3447,22 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 7, "last_update": "2024-05-23 00:25:02", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, @@ -3457,17 +3472,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 2, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 14, "last_update": "2024-07-04 10:11:13", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 133, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 23, @@ -3477,127 +3492,127 @@ "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 132, "last_update": "2024-06-19 09:13:35", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 56, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 113, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 157, + "stars": 158, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 81, + "stars": 82, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 121, "last_update": "2024-06-28 20:46:46", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 51, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 510, "last_update": "2024-07-09 13:16:42", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 104, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 328, + "stars": 331, "last_update": "2024-07-09 15:18:00", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 83, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 483, + "stars": 485, "last_update": "2024-06-19 09:18:06", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-KJNodes": { "stars": 363, "last_update": "2024-07-07 16:28:35", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 238, - "last_update": "2024-07-07 22:56:24", - "author_account_age_days": 2198 + "stars": 265, + "last_update": "2024-07-10 01:00:22", + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 19, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 514, + "stars": 550, "last_update": "2024-07-09 22:17:30", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 162, + "stars": 163, "last_update": "2024-06-28 16:33:51", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 399, + "stars": 401, "last_update": "2024-06-19 09:10:03", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 126, - "last_update": "2024-07-08 11:18:03", - "author_account_age_days": 2198 + "stars": 138, + "last_update": "2024-07-10 06:55:58", + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 33, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1240, + "stars": 1243, "last_update": "2024-07-06 23:45:09", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 152, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 54, + "stars": 55, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 81, "last_update": "2024-05-22 21:10:33", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 23, @@ -3622,27 +3637,27 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 150, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 65, + "stars": 66, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, @@ -3652,42 +3667,42 @@ "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 1, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 20, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 32, "last_update": "2024-06-08 01:09:03", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 10, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 13, "last_update": "2024-07-02 05:55:23", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 19, @@ -3702,12 +3717,12 @@ "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 7, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 2, "last_update": "2024-06-29 03:36:00", - "author_account_age_days": 1283 + "author_account_age_days": 1284 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 50, @@ -3717,7 +3732,7 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 26, @@ -3725,7 +3740,7 @@ "author_account_age_days": 3223 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 20, + "stars": 21, "last_update": "2024-06-18 03:17:46", "author_account_age_days": 3223 }, @@ -3755,44 +3770,44 @@ "author_account_age_days": 115 }, "https://github.com/lks-ai/anynode": { - "stars": 435, + "stars": 437, "last_update": "2024-07-07 03:45:48", "author_account_age_days": 115 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 31, "last_update": "2024-05-24 02:51:26", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 91, "last_update": "2024-06-14 18:00:19", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 145, "last_update": "2024-05-22 00:02:08", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 6, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 10, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 4, "last_update": "2024-05-22 00:04:40", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 15, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 0, @@ -3822,12 +3837,12 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 5, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 165, @@ -3840,22 +3855,22 @@ "author_account_age_days": 4066 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1451, + "stars": 1452, "last_update": "2024-07-06 09:25:25", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 300, + "stars": 301, "last_update": "2024-07-09 11:07:42", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 4667, - "last_update": "2024-07-09 19:59:22", - "author_account_age_days": 477 + "stars": 4694, + "last_update": "2024-07-10 12:34:31", + "author_account_age_days": 478 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 13, + "stars": 14, "last_update": "2024-06-27 17:53:19", "author_account_age_days": 3823 }, @@ -3867,7 +3882,7 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 10, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 135, @@ -3877,17 +3892,17 @@ "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 3, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 0, "last_update": "2024-06-30 21:20:15", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 56, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4790 + "author_account_age_days": 4791 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 29, @@ -3897,12 +3912,12 @@ "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 7, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 39, "last_update": "2024-06-04 19:15:36", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 158, @@ -3912,12 +3927,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 16, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 7, "last_update": "2024-05-27 21:50:06", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1070, @@ -3927,17 +3942,17 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 42, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 62, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/melMass/comfy_mtb": { "stars": 358, @@ -3967,12 +3982,12 @@ "https://github.com/metncelik/comfyui_met_suit": { "stars": 0, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 0, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -3992,7 +4007,7 @@ "https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq": { "stars": 0, "last_update": "2024-06-28 15:59:20", - "author_account_age_days": 2609 + "author_account_age_days": 2610 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 24, @@ -4002,17 +4017,17 @@ "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 10, "last_update": "2024-06-22 02:18:14", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": { "stars": 16, @@ -4022,7 +4037,7 @@ "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-09 10:26:31", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 6, @@ -4032,37 +4047,37 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-08 12:25:30", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 1, "last_update": "2024-07-08 12:22:33", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 2, "last_update": "2024-05-22 20:44:17", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 0, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 0, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 3, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 156, @@ -4082,7 +4097,7 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2024-06-22 05:29:37", - "author_account_age_days": 4044 + "author_account_age_days": 4045 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 36, @@ -4097,7 +4112,7 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3518 + "author_account_age_days": 3519 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 18, @@ -4127,12 +4142,12 @@ "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 13, "last_update": "2024-06-04 11:27:45", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 176, "last_update": "2024-05-22 23:21:38", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 7, @@ -4140,29 +4155,29 @@ "author_account_age_days": 2576 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 22:22:14", "author_account_age_days": 1733 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 4, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 14, "last_update": "2024-06-17 15:29:15", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 404, + "stars": 405, "last_update": "2024-06-19 16:24:00", "author_account_age_days": 1192 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 3, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 111, @@ -4187,7 +4202,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2798 + "author_account_age_days": 2799 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 0, @@ -4202,37 +4217,42 @@ "https://github.com/palant/extended-saveimage-comfyui": { "stars": 11, "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5068 + "author_account_age_days": 5069 }, "https://github.com/palant/image-resize-comfyui": { "stars": 62, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5068 + "author_account_age_days": 5069 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 32, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5068 + "author_account_age_days": 5069 + }, + "https://github.com/pamparamm/ComfyUI-ppm": { + "stars": 3, + "last_update": "2024-07-10 01:32:23", + "author_account_age_days": 2147 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 2, "last_update": "2024-07-08 16:05:59", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 183, "last_update": "2024-06-29 05:44:18", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 25, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 47, @@ -4247,77 +4267,77 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 15, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 0, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 1, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 3, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 39, + "stars": 50, "last_update": "2024-06-09 14:22:04", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 8, "last_update": "2024-07-03 05:54:03", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 12, - "last_update": "2024-07-03 03:59:38", - "author_account_age_days": 1045 + "last_update": "2024-07-10 09:37:54", + "author_account_age_days": 1046 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5583 + "author_account_age_days": 5584 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1387, + "stars": 1389, "last_update": "2024-06-29 20:47:22", "author_account_age_days": 513 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 444, + "stars": 446, "last_update": "2024-06-20 05:38:50", "author_account_age_days": 513 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 40, "last_update": "2024-06-29 01:20:57", - "author_account_age_days": 3232 + "author_account_age_days": 3233 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -4327,7 +4347,7 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 61, "last_update": "2024-06-30 02:23:06", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 0, @@ -4337,32 +4357,32 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-05-22 22:13:43", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 215, + "stars": 216, "last_update": "2024-06-28 07:20:59", "author_account_age_days": 2608 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 24, "last_update": "2024-06-23 22:16:53", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 10, "last_update": "2024-06-14 10:25:44", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 750, - "last_update": "2024-07-06 18:08:21", + "stars": 754, + "last_update": "2024-07-10 11:23:17", "author_account_age_days": 4990 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 1, "last_update": "2024-06-26 17:38:32", - "author_account_age_days": 5652 + "author_account_age_days": 5653 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -4377,7 +4397,7 @@ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 12, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/rklaffehn/rk-comfy-nodes": { "stars": 2, @@ -4392,7 +4412,7 @@ "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 75, "last_update": "2024-06-25 09:06:23", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 6, @@ -4407,12 +4427,12 @@ "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 32, @@ -4432,12 +4452,12 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 26, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5320 + "author_account_age_days": 5321 }, "https://github.com/seanlynch/srl-nodes": { "stars": 3, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5320 + "author_account_age_days": 5321 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 2, @@ -4460,8 +4480,8 @@ "author_account_age_days": 3330 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 190, - "last_update": "2024-07-07 15:59:06", + "stars": 195, + "last_update": "2024-07-10 10:15:21", "author_account_age_days": 3330 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { @@ -4482,32 +4502,32 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 144, "last_update": "2024-04-17 09:02:51", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 217, + "stars": 218, "last_update": "2024-05-14 22:01:41", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 158, + "stars": 160, "last_update": "2024-06-18 07:30:24", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 27, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 22, "last_update": "2024-05-22 20:41:15", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 3, @@ -4532,12 +4552,17 @@ "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 23, "last_update": "2024-05-22 18:13:49", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 12, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1641 + "author_account_age_days": 1642 + }, + "https://github.com/siliconflow/BizyAir": { + "stars": 9, + "last_update": "2024-07-10 10:42:40", + "author_account_age_days": 321 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 14, @@ -4547,12 +4572,12 @@ "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 92, "last_update": "2024-06-28 02:06:23", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 22, "last_update": "2024-05-27 18:24:29", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, @@ -4565,74 +4590,74 @@ "author_account_age_days": 2730 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 19, + "stars": 21, "last_update": "2024-07-09 07:37:40", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 18, "last_update": "2024-06-25 04:10:29", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 4, "last_update": "2024-06-25 01:04:17", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 31, "last_update": "2024-07-04 11:51:49", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 20, "last_update": "2024-06-27 08:32:11", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 18, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 7, "last_update": "2024-07-09 13:42:13", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 21, "last_update": "2024-06-25 00:38:01", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 3, "last_update": "2024-06-25 01:16:30", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 8, "last_update": "2024-06-25 01:13:53", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 16, "last_update": "2024-07-04 13:09:15", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 7, "last_update": "2024-06-25 00:56:09", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 69, + "stars": 71, "last_update": "2024-07-09 12:11:17", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 0, "last_update": "2024-06-25 00:52:41", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 42, @@ -4640,7 +4665,7 @@ "author_account_age_days": 2740 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 155, + "stars": 156, "last_update": "2024-05-22 18:10:49", "author_account_age_days": 2740 }, @@ -4650,7 +4675,7 @@ "author_account_age_days": 2740 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 39, + "stars": 40, "last_update": "2024-06-29 13:13:01", "author_account_age_days": 310 }, @@ -4690,54 +4715,54 @@ "author_account_age_days": 5247 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 656, + "stars": 657, "last_update": "2024-06-27 04:16:12", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 84, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 78, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 61, + "stars": 62, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 206, + "stars": 207, "last_update": "2024-06-28 04:00:40", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 14, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 545, + "stars": 550, "last_update": "2024-05-31 07:36:30", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { "stars": 25, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 27, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 20, @@ -4755,29 +4780,29 @@ "author_account_age_days": 891 }, "https://github.com/superyoman/comfyui_lumaAPI": { - "stars": 13, + "stars": 14, "last_update": "2024-06-17 21:00:05", "author_account_age_days": 464 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 82, "last_update": "2024-05-22 20:40:43", - "author_account_age_days": 3151 + "author_account_age_days": 3152 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 58, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 13, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": { - "stars": 227, + "stars": 228, "last_update": "2024-06-17 10:01:50", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/talesofai/comfyui-browser": { "stars": 430, @@ -4787,7 +4812,7 @@ "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5113 + "author_account_age_days": 5114 }, "https://github.com/theUpsider/ComfyUI-Logic": { "stars": 112, @@ -4822,17 +4847,17 @@ "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 87, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 9, - "last_update": "2024-07-09 10:09:44", - "author_account_age_days": 3340 + "last_update": "2024-07-10 05:43:30", + "author_account_age_days": 3341 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-06-21 05:28:58", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -4847,7 +4872,7 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 472, @@ -4857,7 +4882,7 @@ "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 9, "last_update": "2024-06-22 14:28:25", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 10, @@ -4872,7 +4897,7 @@ "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 19, "last_update": "2024-05-23 01:27:29", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 7, @@ -4890,14 +4915,14 @@ "author_account_age_days": 4773 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 22, + "stars": 23, "last_update": "2024-06-14 12:02:17", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 636, + "stars": 637, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -4912,17 +4937,17 @@ "https://github.com/tzwm/comfyui-profiler": { "stars": 43, "last_update": "2024-07-06 14:03:08", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 12, "last_update": "2024-05-22 20:34:07", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 2, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 1, @@ -4932,17 +4957,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 3, "last_update": "2024-06-28 10:57:45", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-06-27 15:00:08", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 6, @@ -4952,25 +4977,25 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 27, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 16, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1413 + "author_account_age_days": 1414 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { "stars": 162, "last_update": "2024-06-20 15:25:49", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 5, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 78, + "stars": 81, "last_update": "2024-07-08 13:59:24", "author_account_age_days": 1854 }, @@ -4982,17 +5007,17 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 8, "last_update": "2024-05-23 00:14:03", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2024-07-08 13:59:30", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 84, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2235 + "author_account_age_days": 2236 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -5007,17 +5032,17 @@ "https://github.com/wei30172/comfygen": { "stars": 5, "last_update": "2024-05-23 00:21:19", - "author_account_age_days": 1628 + "author_account_age_days": 1629 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-05-23 03:43:08", - "author_account_age_days": 5502 + "author_account_age_days": 5503 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 30, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 13, @@ -5027,12 +5052,12 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 65, "last_update": "2024-05-22 18:17:46", - "author_account_age_days": 5736 + "author_account_age_days": 5737 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 8, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5736 + "author_account_age_days": 5737 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 18, @@ -5042,17 +5067,17 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5065 + "author_account_age_days": 5066 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 326, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 7, @@ -5067,12 +5092,12 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { - "stars": 12, + "stars": 13, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, @@ -5082,10 +5107,10 @@ "https://github.com/yiwangsimple/ComfyUI_GroqChat": { "stars": 20, "last_update": "2024-07-07 04:16:08", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 552, + "stars": 556, "last_update": "2024-07-08 09:25:13", "author_account_age_days": 1356 }, @@ -5162,62 +5187,62 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 3, "last_update": "2024-07-02 14:57:01", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 4, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 17, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 5, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/zer0TF/cute-comfy": { "stars": 29, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 55, + "stars": 56, "last_update": "2024-06-30 14:31:09", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 14, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 4878 + "author_account_age_days": 4879 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 6, "last_update": "2024-07-09 09:02:11", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 60, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 245, + "stars": 246, "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 59, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 89, + "stars": 90, "last_update": "2024-07-08 23:57:50", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 6478121c..ef00f147 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-AuraSR-ZHO", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO" + ], + "install_type": "git-clone", + "description": "AuraSR in ComfyUI for img & video\n[w/If the custom_nodes path is not under ComfyUI, be careful as it may not install properly.]" + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-UltraEdit-ZHO [WIP]", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO" + ], + "install_type": "git-clone", + "description": "ComfyUI UltraEdit(Diffusers)" + }, { "author": "tom-doerr", "title": "DSPy Nodes [WIP]", @@ -560,13 +580,13 @@ { "author": "pamparamm", "title": "ComfyUI-ppm", - "id": "ppm", + "id": "comfyui-ppm", "reference": "https://github.com/pamparamm/ComfyUI-ppm", "files": [ "https://github.com/pamparamm/ComfyUI-ppm" ], "install_type": "git-clone", - "description": "Nodes:Empty Latent Image (Aspect Ratio), Token Counter, Random Prompt Generator, StableCascade_AutoCompLatent, CLIPTextEncode, CLIPMicroConditioning, CLIPNegPip" + "description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc." }, { "author": "Scorpinaus", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 84c630f2..11cb21ed 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,48 @@ + { + "author": "MinusZoneAI", + "title": "ComfyUI-Kolors-MZ", + "id": "kolors-mz", + "reference": "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ", + "files": [ + "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ" + ], + "install_type": "git-clone", + "description": "Implementation of Kolors on ComfyUI\nReference from [a/https://github.com/kijai/ComfyUI-KwaiKolorsWrapper](https://github.com/kijai/ComfyUI-KwaiKolorsWrapper)\nUsing ComfyUI Native Sampling" + }, + { + "author": "pamparamm", + "title": "ComfyUI-ppm", + "id": "comfyui-ppm", + "reference": "https://github.com/pamparamm/ComfyUI-ppm", + "files": [ + "https://github.com/pamparamm/ComfyUI-ppm" + ], + "install_type": "git-clone", + "description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc." + }, + { + "author": "Haoming02", + "title": "ComfyUI ReSharpen", + "reference": "https://github.com/Haoming02/comfyui-resharpen", + "files": [ + "https://github.com/Haoming02/comfyui-resharpen" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which allows you to increase or decrease the amount of details generated during the Stable Diffusion pipeline." + }, + { + "author": "BenNarum", + "title": "ComfyUI_CAS", + "reference": "https://github.com/BenNarum/ComfyUI_CAS", + "files": [ + "https://github.com/BenNarum/ComfyUI_CAS" + ], + "install_type": "git-clone", + "description": "This extension provides nodes that allow experimentation with various elements (samplers, latent, activators, attenuator, scheulders, ...) of Stable Diffusion." + }, { "author": "SiliconFlow", "title": "☁️BizyAir Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8843576b..0a403e9f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -938,6 +938,84 @@ "title_aux": "bsz-cui-extras" } ], + "https://github.com/BenNarum/ComfyUI_CAS": [ + [ + "AttentionToSigmas", + "AttenuatorNode", + "BasicCFGGuider", + "CELU", + "CustomAdvancedSampler", + "CustomLCMCFGPP", + "CustomModelSamplingDiscreteDistilledAncestralCFGPP", + "CustomModelSamplingDiscreteDistilledCFGPP", + "CustomX0AncestralCFGPP", + "CustomX0CFGPP", + "ELU", + "EPSCFGPPScheduler", + "GELU", + "GLU", + "HardTanhScheduler", + "Hardshrink", + "Hardsigmoid", + "Hardswish", + "Hardtanh", + "LatentActivation", + "LatentChannelPresets", + "LatentConvolution", + "LatentFFT", + "LatentFrequencyPresets", + "LatentGlitch", + "LatentMath", + "LatentMathFormulaBuilder", + "LatentMosaic", + "LatentNoisePresets", + "LatentPixelSort", + "LatentSelfAttention", + "LatentTwist", + "LatentValuePresets", + "LatentWarpPresets", + "LeakyReLU", + "LogSigmoid", + "LogSoftmax", + "Mish", + "PReLU", + "RReLU", + "ReLU", + "ReLU6", + "SELU", + "SamplerCustomLCMCFGPP", + "SamplerCustomModelSamplingDiscreteDistilledAncestralCFGPP", + "SamplerCustomModelSamplingDiscreteDistilledCFGPP", + "SamplerCustomX0AncestralCFGPP", + "SamplerCustomX0CFGPP", + "SamplerDPMCFGPP", + "SamplerDynamicCFGPP", + "SamplerEulerAttnCFGPP", + "SamplerEulerStepControlAncestralCFGPP", + "SamplerHeunCFGPP", + "SamplerLCMUpscaleW", + "SamplerLCMUpscaleWCFGPP", + "SamplerLCMUpscaleWGPU", + "SamplerStepSizeControlCFGPP", + "SamplerWeightedCFGPP", + "SiLU", + "Softmax", + "Softmax2D", + "SoftmaxScheduler", + "Softmin", + "Softplus", + "Softshrink", + "Softsign", + "Tanh", + "Tanhshrink", + "Threshold", + "tcd_euler_a_w", + "tcd_w" + ], + { + "title_aux": "ComfyUI_CAS" + } + ], "https://github.com/BenNarum/SigmaWaveFormNode": [ [ "AttenuatorNode", @@ -2092,15 +2170,6 @@ "title_aux": "GraftingRayman" } ], - "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [ - [ - "DownloadAndLoadLivePortraitModels", - "LivePortraitProcess" - ], - { - "title_aux": "ComfyUI-LivePortraitKJ-MPS" - } - ], "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [ [ "AuraSR.AuraSRUpscaler" @@ -2191,6 +2260,14 @@ "title_aux": "ComfyUI Floodgate" } ], + "https://github.com/Haoming02/comfyui-resharpen": [ + [ + "Resharpen" + ], + { + "title_aux": "ComfyUI ReSharpen" + } + ], "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ [ "BetterString" @@ -2655,6 +2732,10 @@ "ADE_AttachLoraHookToCLIP", "ADE_AttachLoraHookToConditioning", "ADE_BatchedContextOptions", + "ADE_CFGExtrasPAG", + "ADE_CFGExtrasPAGSimple", + "ADE_CFGExtrasRescaleCFG", + "ADE_CFGExtrasRescaleCFGSimple", "ADE_CameraCtrlAnimateDiffKeyframe", "ADE_CameraManualPoseAppend", "ADE_CameraPoseAdvanced", @@ -2668,6 +2749,8 @@ "ADE_ConditioningSetUnmaskedAndCombine", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", + "ADE_CustomCFGKeyframeSimple", + "ADE_CustomCFGSimple", "ADE_EmptyLatentImageLarge", "ADE_InjectI2VIntoAnimateDiffModel", "ADE_InjectPIAIntoAnimateDiffModel", @@ -2697,6 +2780,7 @@ "ADE_PairedConditioningSetMask", "ADE_PairedConditioningSetMaskAndCombine", "ADE_PairedConditioningSetUnmaskedAndCombine", + "ADE_PerturbedAttentionGuidanceMultival", "ADE_RawSigmaSchedule", "ADE_RegisterLoraHook", "ADE_RegisterLoraHookModelOnly", @@ -2704,6 +2788,7 @@ "ADE_RegisterModelAsLoraHookModelOnly", "ADE_ReplaceCameraParameters", "ADE_ReplaceOriginalPoseAspectRatio", + "ADE_RescaleCFGMultival", "ADE_SetLoraHookKeyframe", "ADE_SigmaSchedule", "ADE_SigmaScheduleSplitAndCombine", @@ -2717,6 +2802,7 @@ "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", + "ADE_VisualizeContextOptions", "AnimateDiffLoaderV1", "CheckpointLoaderSimpleWithNoiseSelect" ], @@ -4691,7 +4777,6 @@ "tri3d-extract-parts-mask-batch", "tri3d-extract-pascal-parts-batch", "tri3d-face-recognise", - "tri3d-facer_face_segment", "tri3d-flexible_color_extract", "tri3d-float-to-image", "tri3d-fuzzification", @@ -4704,7 +4789,6 @@ "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", @@ -4719,7 +4803,6 @@ "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", @@ -13218,6 +13301,26 @@ "title_aux": "Image Resize for ComfyUI" } ], + "https://github.com/pamparamm/ComfyUI-ppm": [ + [ + "AttentionCouplePPM", + "CFGPPSamplerSelect", + "CLIPMicroConditioning", + "CLIPNegPip", + "CLIPTextEncodeBREAK", + "CLIPTokenCounter", + "EmptyLatentImageAR", + "EmptyLatentImageARAdvanced", + "Guidance Limiter", + "LatentToMaskBB", + "LatentToWidthHeight", + "RandomPromptGenerator", + "StableCascade_AutoCompLatent" + ], + { + "title_aux": "ComfyUI-ppm" + } + ], "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ [ "NormalizeLatent", @@ -13832,6 +13935,7 @@ [ "FaceCropInfo", "LivePortraitNode", + "LivePortraitVideoNode", "Retargeting" ], { @@ -14034,6 +14138,46 @@ "title_aux": "comfy-easy-grids" } ], + "https://github.com/siliconflow/BizyAir": [ + [ + "BizyAirBAE_NormalMapPreprocessor", + "BizyAirBinaryPreprocessor", + "BizyAirCannyEdgePreprocessor", + "BizyAirColorPreprocessor", + "BizyAirDWPreprocessor", + "BizyAirDepthAnythingV2Preprocessor", + "BizyAirFakeScribblePreprocessor", + "BizyAirGenerateLightningImage", + "BizyAirHEDPreprocessor", + "BizyAirKolorsSampler", + "BizyAirKolorsTextEncode", + "BizyAirKolorsVAEDecode", + "BizyAirKolorsVAEEncode", + "BizyAirLeReS_DepthMapPreprocessor", + "BizyAirLineArtPreprocessor", + "BizyAirM_LSDPreprocessor", + "BizyAirMetric3D_DepthMapPreprocessor", + "BizyAirMetric3D_NormalMapPreprocessor", + "BizyAirMiDaS_DepthMapPreprocessor", + "BizyAirMiDaS_NormalMapPreprocessor", + "BizyAirOneFormer_ADE20K_SemSegPreprocessor", + "BizyAirOneFormer_COCO_SemSegPreprocessor", + "BizyAirOpenposePreprocessor", + "BizyAirPiDiNetPreprocessor", + "BizyAirRemoveBackground", + "BizyAirSAMPreprocessor", + "BizyAirScribblePreprocessor", + "BizyAirSetAPIKey", + "BizyAirSiliconCloudLLMAPI", + "BizyAirSuperResolution", + "BizyAirTilePreprocessor", + "BizyAirUniFormer_SemSegPreprocessor", + "BizyAirZoe_DepthMapPreprocessor" + ], + { + "title_aux": "\u2601\ufe0fBizyAir Nodes" + } + ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi",