update DB

This commit is contained in:
Dr.Lt.Data 2025-07-05 06:06:16 +09:00
parent 0daa826543
commit 3ec8cb2204
9 changed files with 3840 additions and 3674 deletions

View File

@ -5094,23 +5094,23 @@
},
{
"author": "MitoshiroPJ",
"title": "ComfyUI Slothful Attention",
"reference": "https://github.com/MitoshiroPJ/comfyui_slothful_attention",
"title": "ComfyUI Nearsighted Attention",
"reference": "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention",
"files": [
"https://github.com/MitoshiroPJ/comfyui_slothful_attention"
"https://github.com/MitoshiroPJ/comfyui_nearsighted_attention"
],
"install_type": "git-clone",
"description": "This custom node allow controlling output without training. The reducing method is similar to [a/Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention)."
"description": "This node splits its self-attention Q to focus on nearby samples."
},
{
"author": "MitoshiroPJ",
"title": "comfyui_focal_sampler",
"reference": "https://github.com/MitoshiroPJ/comfyui_focal_sampler",
"title": "ComfyUI SaveImage SDLI",
"reference": "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli",
"files": [
"https://github.com/MitoshiroPJ/comfyui_focal_sampler"
"https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli"
],
"install_type": "git-clone",
"description": "Apply additional sampling to specific area"
"description": "SDLI (Stable Diffusion Latents in Imagefile) is file format, that contains latents and lossy (decoded) image. Detailed format is written at [a/SDLI Tools](https://github.com/MitoshiroPJ/sdli_tools)."
},
{
"author": "brianfitzgerald",
@ -25893,6 +25893,16 @@
"install_type": "git-clone",
"description": "ReforgeCFG is a ComfyUI node designed to add details to your image. [a/While it already exists in Comfy Core](https://github.com/comfyanonymous/ComfyUI/blob/80a44b97f5cbcb890896e2b9e65d177f1ac6a588/comfy_extras/nodes_model_advanced.py#L258), it lacks timesteps for adjustment."
},
{
"author": "BigStationW",
"title": "ComfyUi-Load-Image-And-Display-Prompt-Metadata",
"reference": "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata",
"files": [
"https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata"
],
"install_type": "git-clone",
"description": "This node displays the positive and negative prompts of a loaded ComfyUi image."
},
{
"author": "rakki194",
"title": "ComfyUI-ImageCompare",
@ -27488,7 +27498,7 @@
"https://github.com/hexxacubic/ComfyUI-Prompt_Library"
],
"install_type": "git-clone",
"description": "A ComfyUI Node to save and load prompts from a library."
"description": "A ComfyUI node pack for management of larger prompt amounts and prompt variations."
},
{
"author": "MicheleGuidi",
@ -28648,6 +28658,46 @@
"install_type": "git-clone",
"description": "A collection of custom ComfyUI nodes and utilities for generating AI image prompts representing the diverse attire, cultures, regions, and appearances of the world. This project is designed for easy extension to new countries, cultures, and body parts, using a modular JSON-based data structure and dynamic node generation."
},
{
"author": "kaipard",
"title": "Auto Aspect Latent Generator",
"reference": "https://github.com/kaipard/comfyui-auto-latent-size",
"files": [
"https://github.com/kaipard/comfyui-auto-latent-size"
],
"install_type": "git-clone",
"description": "Add presets for latent and adjust the image size."
},
{
"author": "pvlprk",
"title": "ComfyUI Assistant Node",
"reference": "https://github.com/pvlprk/comfyui-pvl-api-nodes",
"files": [
"https://github.com/pvlprk/comfyui-pvl-api-nodes"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that integrates with the OpenAI Assistants API."
},
{
"author": "danTheMonk",
"title": "ComfyUI Int and Float Conversion Nodes",
"reference": "https://github.com/danTheMonk/comfyui-int-and-float",
"files": [
"https://github.com/danTheMonk/comfyui-int-and-float"
],
"install_type": "git-clone",
"description": "A simple ComfyUI custom node extension that provides utility nodes for converting between integer and float values."
},
{
"author": "RamonGuthrie",
"title": "ComfyUI-RBG-ImageStitchPlus",
"reference": "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus",
"files": [
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus"
],
"install_type": "git-clone",
"description": "An advanced image stitching node for ComfyUI."
},

View File

@ -2671,6 +2671,14 @@
"title_aux": "LLM Node for ComfyUI"
}
],
"https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [
[
"LoadImageX"
],
{
"title_aux": "ComfyUi-Load-Image-And-Display-Prompt-Metadata"
}
],
"https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": [
[
"RescaleCFGAdvanced"
@ -8749,15 +8757,16 @@
"title_aux": "ComfyUI-FBCNN"
}
],
"https://github.com/MitoshiroPJ/comfyui_focal_sampler": [
"https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [
[
"FocalSamplerSegs"
"PreviewSdlImage",
"SaveSdlImage"
],
{
"title_aux": "comfyui_focal_sampler"
"title_aux": "ComfyUI SaveImage SDLI"
}
],
"https://github.com/MitoshiroPJ/comfyui_slothful_attention": [
"https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": [
[
"NearSightedAttention",
"NearSightedAttentionSimple",
@ -8765,7 +8774,7 @@
"SlothfulAttention"
],
{
"title_aux": "ComfyUI Slothful Attention"
"title_aux": "ComfyUI Nearsighted Attention"
}
],
"https://github.com/Miyuutsu/comfyui-save-vpred": [
@ -9907,6 +9916,14 @@
"title_aux": "LatentGC Aggressive"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[
"RBGImageStitchPlus"
],
{
"title_aux": "ComfyUI-RBG-ImageStitchPlus"
}
],
"https://github.com/Ravenmelt/ComfyUI-Rodin": [
[
"LoadRodinAPIKEY",
@ -15211,7 +15228,9 @@
"https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": [
[
"Depthflow",
"DepthflowEffectColor",
"DepthflowEffectDOF",
"DepthflowEffectInpaint",
"DepthflowEffectVignette",
"DepthflowMotionArc",
"DepthflowMotionCosine",
@ -17426,7 +17445,6 @@
"AD_font2img",
"AD_pingpong_vedio",
"AD_sch_IPA",
"AD_sch_adv_CN",
"AD_sch_image_merge",
"AD_sch_latent",
"AD_sch_mask",
@ -17453,10 +17471,6 @@
"Apply_textStack",
"CN_preset1_Unpack",
"CN_preset1_pack",
"Create_Mask_Rectangles",
"Create_Mask_lay_X",
"Create_Mask_lay_Y",
"Create_Mask_sole",
"Data_Highway",
"Data_basic",
"Data_bus_chx",
@ -17477,6 +17491,7 @@
"IO_inputbasic",
"IO_load_anyimage",
"IO_save_image",
"IO_video_encode",
"IPA_XL_PromptInjection",
"IPA_clip_vision",
"IPA_dapterSD3LOAD",
@ -17560,7 +17575,6 @@
"chx_ksampler_Deforum_sch",
"chx_ksampler_tile",
"chx_latent_adjust",
"chx_vae_encode_tile",
"color_OneColor_keep",
"color_OneColor_replace",
"color_adjust_HDR",
@ -17575,6 +17589,10 @@
"creat_mask_batch",
"creat_mask_batch_input",
"create_AD_mask",
"create_Mask_Rectangles",
"create_Mask_lay_X",
"create_Mask_lay_Y",
"create_Mask_sole",
"create_RadialGradient",
"create_lineGradient",
"create_mulcolor_img",
@ -20374,6 +20392,15 @@
"title_aux": "SDXL Auto Prompter"
}
],
"https://github.com/danTheMonk/comfyui-int-and-float": [
[
"FloatToInt",
"IntToFloat"
],
{
"title_aux": "ComfyUI Int and Float Conversion Nodes"
}
],
"https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": [
[
"FawfaceModelSpreadsheetRealismNode",
@ -23709,6 +23736,7 @@
"https://github.com/hexxacubic/ComfyUI-Prompt_Library": [
[
"Double_Prompt_Encode",
"Multi_Wildcard_Loader",
"Prompt_Extender",
"Prompt_Library",
"Simple_Prompt_Library"
@ -25934,6 +25962,14 @@
"title_aux": "Advanced Reflux control"
}
],
"https://github.com/kaipard/comfyui-auto-latent-size": [
[
"AutoAspectLatent"
],
{
"title_aux": "Auto Aspect Latent Generator"
}
],
"https://github.com/kale4eat/ComfyUI-path-util": [
[
"path_util_PathAbspath",
@ -32204,6 +32240,15 @@
"title_aux": "ComfyUI-ImageTagger"
}
],
"https://github.com/pvlprk/comfyui-pvl-api-nodes": [
[
"Call OpenAI Assistant",
"ComfyDeploy API Caller"
],
{
"title_aux": "ComfyUI Assistant Node"
}
],
"https://github.com/pxl-pshr/GlitchNodes": [
[
"ASCII",
@ -35277,6 +35322,8 @@
],
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API": [
[
"VolcengineI2VS2Pro",
"volcengine-i2v-s2pro",
"volcengine-seedream-v3"
],
{
@ -36658,14 +36705,13 @@
"MaskAdd_UTK",
"MaskAnd_UTK",
"MaskSub_UTK",
"PreviewMask_UTK",
"MathExpression_UTK",
"PurgeVRAM_UTK",
"RestoreCropBox_UTK",
"ShowFloat_UTK",
"ShowInt_UTK",
"ShowList_UTK",
"ShowText_UTK",
"Show_UTK"
"Show_UTK",
"TextBoxNode_UTK",
"TextConcatenate_UTK",
"ThinkRemover_UTK"
],
{
"title_aux": "ComfyUI-UniversalToolkit"
@ -37279,8 +37325,11 @@
"LamLoadImageBase64",
"LamLoadPathImage",
"LamLoadVideo",
"LamReadFileList",
"LamSamplerName",
"LamSaveAudio",
"LamSaveOnly",
"LamSaveVideo",
"LamScheduler",
"LamSwitcherCase",
"LoadDirImgPaths",
@ -37290,6 +37339,8 @@
"MultiGLIGENTextBoxApply",
"MultiIPAdapterRegional",
"MultiIntFormula",
"MultiMergeAudio",
"MultiMergeVideos",
"MultiParamFormula",
"MultiTextConcatenate",
"MultiTextEncode",
@ -37620,7 +37671,6 @@
"easy detailerFix",
"easy float",
"easy fluxLoader",
"easy fluxPromptGenAPI",
"easy forLoopEnd",
"easy forLoopStart",
"easy fullCascadeKSampler",
@ -37684,6 +37734,7 @@
"easy isSDXL",
"easy joinImageBatch",
"easy joyCaption2API",
"easy joyCaption3API",
"easy kSampler",
"easy kSamplerCustom",
"easy kSamplerDownscaleUnet",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "SaulQiu",
"title": "comfyui-saul-plugin [WIP]",
"reference": "https://github.com/SaulQiu/comfyui-saul-plugin",
"files": [
"https://github.com/SaulQiu/comfyui-saul-plugin"
],
"install_type": "git-clone",
"description": "NODES: Cutting Video\nNOTE: The files in the repo are not organized."
},
{
"author": "wasilone11",
"title": "comfyui-sync-translate-node",

View File

@ -786,6 +786,7 @@
[
"FluxKontextMaxNode",
"FluxKontextProNode",
"GPTImageEditNode",
"GeminiChatNode"
],
{
@ -2975,6 +2976,14 @@
"title_aux": "HiDreamSampler for ComfyUI [WIP]"
}
],
"https://github.com/SaulQiu/comfyui-saul-plugin": [
[
"Cutting Video"
],
{
"title_aux": "comfyui-saul-plugin [WIP]"
}
],
"https://github.com/Scaryplasmon/ComfTrellis": [
[
"LoadTrellisModel",
@ -3651,7 +3660,9 @@
"BlenderAlphaOver",
"BlenderBlackbody",
"BlenderBokehImage",
"BlenderBrickTexture",
"BlenderBrightnessContrast",
"BlenderCheckerTexture",
"BlenderClamp",
"BlenderCombineColor",
"BlenderCombineXYZ",
@ -3661,15 +3672,19 @@
"BlenderDisplace",
"BlenderExposure",
"BlenderFlip",
"BlenderGaborTexture",
"BlenderGamma",
"BlenderGradientTexture",
"BlenderHueSaturationValue",
"BlenderInvertColor",
"BlenderLensDistortion",
"BlenderMagicTexture",
"BlenderMapRange",
"BlenderMapUV",
"BlenderMath",
"BlenderMix",
"BlenderMovieDistortion",
"BlenderNoiseTexture",
"BlenderRGB",
"BlenderRGBtoBW",
"BlenderRotate",
@ -3683,7 +3698,10 @@
"BlenderUV",
"BlenderValue",
"BlenderVectorMath",
"BlenderVoronoiTexture",
"BlenderWaveTexture",
"BlenderWavelength",
"BlenderWhiteNoiseTexture",
"BlenderZCombine"
],
{
@ -6659,10 +6677,13 @@
[
"CreateCFGScheduleFloatList",
"DownloadAndLoadWav2VecModel",
"ExtractStartFramesForContinuations",
"FantasyTalkingModelLoader",
"FantasyTalkingWav2VecEmbeds",
"LoadWanVideoClipTextEncoder",
"LoadWanVideoT5TextEncoder",
"MultiTalkModelLoader",
"MultiTalkWav2VecEmbeds",
"ReCamMasterPoseVisualizer",
"WanVideoATITracks",
"WanVideoATITracksVisualize",
@ -6685,6 +6706,7 @@
"WanVideoImageClipEncode",
"WanVideoImageResizeToClosest",
"WanVideoImageToVideoEncode",
"WanVideoImageToVideoMultiTalk",
"WanVideoLoopArgs",
"WanVideoLoraBlockEdit",
"WanVideoLoraSelect",
@ -9464,8 +9486,11 @@
"LamLoadImageBase64",
"LamLoadPathImage",
"LamLoadVideo",
"LamReadFileList",
"LamSamplerName",
"LamSaveAudio",
"LamSaveOnly",
"LamSaveVideo",
"LamScheduler",
"LamSwitcherCase",
"LoadDirImgPaths",
@ -9475,6 +9500,8 @@
"MultiGLIGENTextBoxApply",
"MultiIPAdapterRegional",
"MultiIntFormula",
"MultiMergeAudio",
"MultiMergeVideos",
"MultiParamFormula",
"MultiTextConcatenate",
"MultiTextEncode",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "MitoshiroPJ",
"title": "ComfyUI Slothful Attention [REMOVED]",
"reference": "https://github.com/MitoshiroPJ/comfyui_slothful_attention",
"files": [
"https://github.com/MitoshiroPJ/comfyui_slothful_attention"
],
"install_type": "git-clone",
"description": "This custom node allow controlling output without training. The reducing method is similar to [a/Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention)."
},
{
"author": "MitoshiroPJ",
"title": "comfyui_focal_sampler [REMOVED]",
"reference": "https://github.com/MitoshiroPJ/comfyui_focal_sampler",
"files": [
"https://github.com/MitoshiroPJ/comfyui_focal_sampler"
],
"install_type": "git-clone",
"description": "Apply additional sampling to specific area"
},
{
"author": "manifestations",
"title": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes [REMOVED]",

View File

@ -2,13 +2,73 @@
"custom_nodes": [
{
"author": "MitoshiroPJ",
"title": "comfyui_focal_sampler",
"reference": "https://github.com/MitoshiroPJ/comfyui_focal_sampler",
"title": "ComfyUI Nearsighted Attention",
"reference": "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention",
"files": [
"https://github.com/MitoshiroPJ/comfyui_focal_sampler"
"https://github.com/MitoshiroPJ/comfyui_nearsighted_attention"
],
"install_type": "git-clone",
"description": "Apply additional sampling to specific area"
"description": "This node splits its self-attention Q to focus on nearby samples."
},
{
"author": "MitoshiroPJ",
"title": "ComfyUI SaveImage SDLI",
"reference": "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli",
"files": [
"https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli"
],
"install_type": "git-clone",
"description": "SDLI (Stable Diffusion Latents in Imagefile) is file format, that contains latents and lossy (decoded) image. Detailed format is written at [a/SDLI Tools](https://github.com/MitoshiroPJ/sdli_tools)."
},
{
"author": "BigStationW",
"title": "ComfyUi-Load-Image-And-Display-Prompt-Metadata",
"reference": "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata",
"files": [
"https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata"
],
"install_type": "git-clone",
"description": "This node displays the positive and negative prompts of a loaded ComfyUi image."
},
{
"author": "pvlprk",
"title": "ComfyUI Assistant Node",
"reference": "https://github.com/pvlprk/comfyui-pvl-api-nodes",
"files": [
"https://github.com/pvlprk/comfyui-pvl-api-nodes"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that integrates with the OpenAI Assistants API."
},
{
"author": "danTheMonk",
"title": "ComfyUI Int and Float Conversion Nodes",
"reference": "https://github.com/danTheMonk/comfyui-int-and-float",
"files": [
"https://github.com/danTheMonk/comfyui-int-and-float"
],
"install_type": "git-clone",
"description": "A simple ComfyUI custom node extension that provides utility nodes for converting between integer and float values."
},
{
"author": "RamonGuthrie",
"title": "ComfyUI-RBG-ImageStitchPlus",
"reference": "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus",
"files": [
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus"
],
"install_type": "git-clone",
"description": "An advanced image stitching node for ComfyUI."
},
{
"author": "kaipard",
"title": "Auto Aspect Latent Generator",
"reference": "https://github.com/kaipard/comfyui-auto-latent-size",
"files": [
"https://github.com/kaipard/comfyui-auto-latent-size"
],
"install_type": "git-clone",
"description": "Add presets for latent and adjust the image size."
},
{
"author": "wasilone11",
@ -633,139 +693,6 @@
],
"install_type": "git-clone",
"description": "volcengine comfyui api"
},
{
"author": "fredconex",
"title": "SongBloom",
"reference": "https://github.com/fredconex/ComfyUI-SongBloom",
"files": [
"https://github.com/fredconex/ComfyUI-SongBloom"
],
"install_type": "git-clone",
"description": "ComfyUI Nodes for SongBloom"
},
{
"author": "AKharytonchyk",
"title": "ComfyUI-telegram-bot-node",
"reference": "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node",
"files": [
"https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for Telegram bot integration"
},
{
"author": "cmdicely",
"title": "GrsAI api in ComfyUI",
"reference": "https://github.com/31702160136/ComfyUI-GrsAI",
"files": [
"https://github.com/31702160136/ComfyUI-GrsAI"
],
"install_type": "git-clone",
"description": "GrsAI API node supports models: Flux-Pro-1.1 (¥ 0.03), Flux-Ultra-1.1 (¥ 0.04), Flux Kontext Pro (¥ 0.035), Flux Kontext Max (¥ 0.07), GPT Image (¥ 0.02). Support text generated images, image generated images, and multi image fusion."
},
{
"author": "Limbicnation",
"title": "ComfyUI Face Detection Node",
"id": "comfyui-face-detection-node",
"reference": "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode",
"files": [
"https://github.com/Limbicnation/ComfyUI_FaceDetectionNode"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for face detection and cropping using OpenCV Haar cascades, with full ComfyUI v3 schema support and backward compatibility. Features adjustable detection threshold, minimum face size, padding, and multiple classifier options.",
"nodename_pattern": "FaceDetectionNode"
},
{
"author": "jurdnf",
"title": "ComfyUI-JurdnsIterativeNoiseKsampler",
"reference": "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler",
"files": [
"https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that adds controlled noise injection during the sampling process for enhanced image generation quality and detail."
},
{
"author": "o-l-l-i",
"title": "Olm Curve Editor for ComfyUI",
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor",
"files": [
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor"
],
"install_type": "git-clone",
"description": "A single-purpose, multi-channel curve editor for ComfyUI, providing precise color control over R, G, B, and Luma channels directly within the node graph. Its a focused, lightweight, and standalone solution built specifically for one task: applying color curves cleanly and efficiently."
},
{
"author": "TashaSkyUp",
"title": "EternalKernel PyTorch Nodes",
"reference": "https://github.com/TashaSkyUp/EternalKernelPytorchNodes",
"files": [
"https://github.com/TashaSkyUp/EternalKernelPytorchNodes"
],
"install_type": "git-clone",
"description": "Comprehensive PyTorch nodes for ComfyUI - Neural network training, inference, and ML workflows"
},
{
"author": "quasiblob",
"title": "ComfyUI-EsesCompositionGuides",
"reference": "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides",
"files": [
"https://github.com/quasiblob/ComfyUI-EsesCompositionGuides"
],
"install_type": "git-clone",
"description": "Non-destructive visual image composition helper tool node for ComfyUI with minimal requirements, works with larger images too."
},
{
"author": "ChenDarYen",
"title": "ComfyUI-NAG",
"reference": "https://github.com/ChenDarYen/ComfyUI-NAG",
"files": [
"https://github.com/ChenDarYen/ComfyUI-NAG"
],
"install_type": "git-clone",
"description": "ComfyUI implemtation for NAG"
},
{
"author": "cmdicely",
"title": "Simple Image To Palette",
"reference": "https://github.com/cmdicely/simple_image_to_palette",
"files": [
"https://github.com/cmdicely/simple_image_to_palette"
],
"install_type": "git-clone",
"description": "Custom node to extract the colors in an image as a palette for use with ComfyUI-PixelArt-Detector"
},
{
"author": "lucak5s",
"title": "ComfyUI GFPGAN",
"reference": "https://github.com/lucak5s/comfyui_gfpgan",
"files": [
"https://github.com/lucak5s/comfyui_gfpgan"
],
"install_type": "git-clone",
"description": "Face restoration with GFPGAN."
},
{
"author": "kiko9",
"title": "ComfyUI-KikoStats",
"reference": "https://github.com/ComfyAssets/ComfyUI-KikoStats",
"files": [
"https://github.com/ComfyAssets/ComfyUI-KikoStats"
],
"install_type": "git-clone",
"description": "Real-time monitoring and statistics for ComfyUI"
},
{
"author": "NumZ",
"title": "ComfyUI-SeedVR2_VideoUpscaler",
"id": "SeedVR2_VideoUpscaler",
"reference": "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler",
"files": [
"https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler"
],
"install_type": "git-clone",
"description": "Upscale your videos with this SeedVR2"
}
]
}

View File

@ -2671,6 +2671,14 @@
"title_aux": "LLM Node for ComfyUI"
}
],
"https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": [
[
"LoadImageX"
],
{
"title_aux": "ComfyUi-Load-Image-And-Display-Prompt-Metadata"
}
],
"https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": [
[
"RescaleCFGAdvanced"
@ -8749,15 +8757,16 @@
"title_aux": "ComfyUI-FBCNN"
}
],
"https://github.com/MitoshiroPJ/comfyui_focal_sampler": [
"https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [
[
"FocalSamplerSegs"
"PreviewSdlImage",
"SaveSdlImage"
],
{
"title_aux": "comfyui_focal_sampler"
"title_aux": "ComfyUI SaveImage SDLI"
}
],
"https://github.com/MitoshiroPJ/comfyui_slothful_attention": [
"https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": [
[
"NearSightedAttention",
"NearSightedAttentionSimple",
@ -8765,7 +8774,7 @@
"SlothfulAttention"
],
{
"title_aux": "ComfyUI Slothful Attention"
"title_aux": "ComfyUI Nearsighted Attention"
}
],
"https://github.com/Miyuutsu/comfyui-save-vpred": [
@ -9907,6 +9916,14 @@
"title_aux": "LatentGC Aggressive"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[
"RBGImageStitchPlus"
],
{
"title_aux": "ComfyUI-RBG-ImageStitchPlus"
}
],
"https://github.com/Ravenmelt/ComfyUI-Rodin": [
[
"LoadRodinAPIKEY",
@ -15211,7 +15228,9 @@
"https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": [
[
"Depthflow",
"DepthflowEffectColor",
"DepthflowEffectDOF",
"DepthflowEffectInpaint",
"DepthflowEffectVignette",
"DepthflowMotionArc",
"DepthflowMotionCosine",
@ -17426,7 +17445,6 @@
"AD_font2img",
"AD_pingpong_vedio",
"AD_sch_IPA",
"AD_sch_adv_CN",
"AD_sch_image_merge",
"AD_sch_latent",
"AD_sch_mask",
@ -17453,10 +17471,6 @@
"Apply_textStack",
"CN_preset1_Unpack",
"CN_preset1_pack",
"Create_Mask_Rectangles",
"Create_Mask_lay_X",
"Create_Mask_lay_Y",
"Create_Mask_sole",
"Data_Highway",
"Data_basic",
"Data_bus_chx",
@ -17477,6 +17491,7 @@
"IO_inputbasic",
"IO_load_anyimage",
"IO_save_image",
"IO_video_encode",
"IPA_XL_PromptInjection",
"IPA_clip_vision",
"IPA_dapterSD3LOAD",
@ -17560,7 +17575,6 @@
"chx_ksampler_Deforum_sch",
"chx_ksampler_tile",
"chx_latent_adjust",
"chx_vae_encode_tile",
"color_OneColor_keep",
"color_OneColor_replace",
"color_adjust_HDR",
@ -17575,6 +17589,10 @@
"creat_mask_batch",
"creat_mask_batch_input",
"create_AD_mask",
"create_Mask_Rectangles",
"create_Mask_lay_X",
"create_Mask_lay_Y",
"create_Mask_sole",
"create_RadialGradient",
"create_lineGradient",
"create_mulcolor_img",
@ -20374,6 +20392,15 @@
"title_aux": "SDXL Auto Prompter"
}
],
"https://github.com/danTheMonk/comfyui-int-and-float": [
[
"FloatToInt",
"IntToFloat"
],
{
"title_aux": "ComfyUI Int and Float Conversion Nodes"
}
],
"https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": [
[
"FawfaceModelSpreadsheetRealismNode",
@ -23709,6 +23736,7 @@
"https://github.com/hexxacubic/ComfyUI-Prompt_Library": [
[
"Double_Prompt_Encode",
"Multi_Wildcard_Loader",
"Prompt_Extender",
"Prompt_Library",
"Simple_Prompt_Library"
@ -25934,6 +25962,14 @@
"title_aux": "Advanced Reflux control"
}
],
"https://github.com/kaipard/comfyui-auto-latent-size": [
[
"AutoAspectLatent"
],
{
"title_aux": "Auto Aspect Latent Generator"
}
],
"https://github.com/kale4eat/ComfyUI-path-util": [
[
"path_util_PathAbspath",
@ -32204,6 +32240,15 @@
"title_aux": "ComfyUI-ImageTagger"
}
],
"https://github.com/pvlprk/comfyui-pvl-api-nodes": [
[
"Call OpenAI Assistant",
"ComfyDeploy API Caller"
],
{
"title_aux": "ComfyUI Assistant Node"
}
],
"https://github.com/pxl-pshr/GlitchNodes": [
[
"ASCII",
@ -35277,6 +35322,8 @@
],
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API": [
[
"VolcengineI2VS2Pro",
"volcengine-i2v-s2pro",
"volcengine-seedream-v3"
],
{
@ -36658,14 +36705,13 @@
"MaskAdd_UTK",
"MaskAnd_UTK",
"MaskSub_UTK",
"PreviewMask_UTK",
"MathExpression_UTK",
"PurgeVRAM_UTK",
"RestoreCropBox_UTK",
"ShowFloat_UTK",
"ShowInt_UTK",
"ShowList_UTK",
"ShowText_UTK",
"Show_UTK"
"Show_UTK",
"TextBoxNode_UTK",
"TextConcatenate_UTK",
"ThinkRemover_UTK"
],
{
"title_aux": "ComfyUI-UniversalToolkit"
@ -37279,8 +37325,11 @@
"LamLoadImageBase64",
"LamLoadPathImage",
"LamLoadVideo",
"LamReadFileList",
"LamSamplerName",
"LamSaveAudio",
"LamSaveOnly",
"LamSaveVideo",
"LamScheduler",
"LamSwitcherCase",
"LoadDirImgPaths",
@ -37290,6 +37339,8 @@
"MultiGLIGENTextBoxApply",
"MultiIPAdapterRegional",
"MultiIntFormula",
"MultiMergeAudio",
"MultiMergeVideos",
"MultiParamFormula",
"MultiTextConcatenate",
"MultiTextEncode",
@ -37620,7 +37671,6 @@
"easy detailerFix",
"easy float",
"easy fluxLoader",
"easy fluxPromptGenAPI",
"easy forLoopEnd",
"easy forLoopStart",
"easy fullCascadeKSampler",
@ -37684,6 +37734,7 @@
"easy isSDXL",
"easy joinImageBatch",
"easy joyCaption2API",
"easy joyCaption3API",
"easy kSampler",
"easy kSamplerCustom",
"easy kSamplerDownscaleUnet",