update DB
This commit is contained in:
@@ -11,6 +11,67 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "lum3on",
|
||||
"title": "LLM Polymath Chat Node",
|
||||
"id": "polymath",
|
||||
"reference": "https://github.com/lum3on/comfyui_LLM_Polymath",
|
||||
"files": [
|
||||
"https://github.com/lum3on/comfyui_LLM_Polymath"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced LLM driven node with many custom instructions, including node finder, expert prompter and json converter."
|
||||
},
|
||||
{
|
||||
"author": "austinbrown34",
|
||||
"title": "ComfyUI-IO-Helpers",
|
||||
"reference": "https://github.com/austinbrown34/ComfyUI-IO-Helpers",
|
||||
"files": [
|
||||
"https://github.com/austinbrown34/ComfyUI-IO-Helpers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom nodes package for ComfyUI that enhances workflow flexibility by providing specialized nodes for saving and loading intermediate data (encoded prompts and sampled latents) in multiple formats. This package leverages helper classes for file I/O, supports gzip compression for efficient storage, and integrates progress feedback via a progress bar to improve user experience during long operations."
|
||||
},
|
||||
{
|
||||
"author": "HowToSD",
|
||||
"title": "ComfyUI-Data-Analysis",
|
||||
"reference": "https://github.com/HowToSD/ComfyUI-Data-Analysis",
|
||||
"files": [
|
||||
"https://github.com/HowToSD/ComfyUI-Data-Analysis"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Data analysis custom modules for ComfyUI - Use Pandas & Matplotlib from within ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "dasilva333",
|
||||
"title": "ComfyUI_ContrastingColor",
|
||||
"reference": "https://github.com/dasilva333/ComfyUI_ContrastingColor",
|
||||
"files": [
|
||||
"https://github.com/dasilva333/ComfyUI_ContrastingColor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node calculates a contrasting complementary color based on an input RGB color. The goal is to ensure visibility and contrast when overlaying text, UI elements, or graphical components against a given background color."
|
||||
},
|
||||
{
|
||||
"author": "mie",
|
||||
"title": "ComfyUI_JanusProCaption",
|
||||
"reference": "https://github.com/MieMieeeee/ComfyUI-JanusProCaption",
|
||||
"files": [
|
||||
"https://github.com/MieMieeeee/ComfyUI-JanusProCaption"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Describe image or create caption files using Janus Pro Model"
|
||||
},
|
||||
{
|
||||
"author": "moon7star9",
|
||||
"title": "ComfyUI_BiRefNet_Universal",
|
||||
"reference": "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal",
|
||||
"files": [
|
||||
"https://github.com/moon7star9/ComfyUI_BiRefNet_Universal"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive node package that seamlessly integrates all BiRefNet series models into ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ShunL12324",
|
||||
"title": "comfy-portal-endpoint",
|
||||
|
||||
@@ -2389,6 +2389,7 @@
|
||||
"ClownSamplerAdvanced",
|
||||
"ClownsharKSampler",
|
||||
"ClownsharKSamplerAutomation",
|
||||
"ClownsharKSamplerAutomation_Advanced",
|
||||
"ClownsharKSamplerAutomation_Beta",
|
||||
"ClownsharKSamplerGuide",
|
||||
"ClownsharKSamplerGuide_Beta",
|
||||
@@ -2405,6 +2406,7 @@
|
||||
"ConditioningToBase64",
|
||||
"ConditioningTruncate",
|
||||
"ConditioningZeroAndTruncate",
|
||||
"Constant Scheduler",
|
||||
"EmptyLatentImage64",
|
||||
"EmptyLatentImageCustom",
|
||||
"Film Grain",
|
||||
@@ -2439,6 +2441,7 @@
|
||||
"Legacy_ClownsharKSampler",
|
||||
"Legacy_ClownsharKSamplerGuides",
|
||||
"Legacy_SharkSampler",
|
||||
"Linear Quadratic Advanced",
|
||||
"MaskToggle",
|
||||
"ModelSamplingAdvanced",
|
||||
"ModelSamplingAdvancedResolution",
|
||||
@@ -5070,6 +5073,7 @@
|
||||
"Simple Extract Lora From Text",
|
||||
"Simple Image Saver (as Forge)",
|
||||
"Simple Load Image With Metadata",
|
||||
"Simple Load Images from Dir",
|
||||
"Simple Load Line From Text File",
|
||||
"Simple Lora Loader"
|
||||
],
|
||||
@@ -8532,6 +8536,7 @@
|
||||
"SDVN Easy IPAdapter weight",
|
||||
"SDVN Exif check",
|
||||
"SDVN Filter List",
|
||||
"SDVN Flip Image",
|
||||
"SDVN Google Imagen",
|
||||
"SDVN IC-Light v2",
|
||||
"SDVN Image Adjust",
|
||||
@@ -9673,6 +9678,7 @@
|
||||
],
|
||||
"https://github.com/Visionatrix/ComfyUI-Visionatrix": [
|
||||
[
|
||||
"StyleAlignedBatchAlign",
|
||||
"VixCheckboxLogic",
|
||||
"VixDynamicLoraDefinition",
|
||||
"VixUiAspectRatioSelector",
|
||||
@@ -11640,6 +11646,17 @@
|
||||
"title_aux": "Save Image Extended for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/austinbrown34/ComfyUI-IO-Helpers": [
|
||||
[
|
||||
"Encoded Prompt from File",
|
||||
"Encoded Prompt to File",
|
||||
"Sampled Latents from File",
|
||||
"Sampled Latents to File"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-IO-Helpers"
|
||||
}
|
||||
],
|
||||
"https://github.com/avatechai/avatar-graph-comfyui": [
|
||||
[
|
||||
"ApplyMeshTransformAsShapeKey",
|
||||
@@ -12580,6 +12597,7 @@
|
||||
[
|
||||
"ClipLoaderGGUF",
|
||||
"DualClipLoaderGGUF",
|
||||
"GGUFRun",
|
||||
"GGUFSave",
|
||||
"GGUFUndo",
|
||||
"LoaderGGUF",
|
||||
@@ -13416,6 +13434,7 @@
|
||||
"LayerUtility: NumberCalculatorV2",
|
||||
"LayerUtility: PrintInfo",
|
||||
"LayerUtility: PurgeVRAM",
|
||||
"LayerUtility: PurgeVRAM V2",
|
||||
"LayerUtility: QueueStop",
|
||||
"LayerUtility: RGB Value",
|
||||
"LayerUtility: RandomGenerator",
|
||||
@@ -13477,6 +13496,7 @@
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerUtility: AddBlindWaterMark",
|
||||
"LayerUtility: Collage",
|
||||
"LayerUtility: CreateQRCode",
|
||||
"LayerUtility: DecodeQRCode",
|
||||
"LayerUtility: DeepSeekAPI",
|
||||
@@ -14876,6 +14896,14 @@
|
||||
"title_aux": "ComfyUI-LoadFiles"
|
||||
}
|
||||
],
|
||||
"https://github.com/dasilva333/ComfyUI_ContrastingColor": [
|
||||
[
|
||||
"ContrastingComplementaryColor|pysssss"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_ContrastingColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||
[
|
||||
"dsp-imagehelpers-concat"
|
||||
@@ -15404,9 +15432,12 @@
|
||||
"Qwen2AudioInstruct",
|
||||
"StringToDict",
|
||||
"SwitchDuo",
|
||||
"TextBoxStyle",
|
||||
"TextLineSelect",
|
||||
"TextLinesToList",
|
||||
"TextPlusPlus"
|
||||
"TextMargins",
|
||||
"TextPlusPlus",
|
||||
"TextShadow"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-dreambait-nodes"
|
||||
@@ -17162,21 +17193,6 @@
|
||||
"title_aux": "ComfyUI-ToolBox"
|
||||
}
|
||||
],
|
||||
"https://github.com/hdfhssg/ComfyUI_pxtool": [
|
||||
[
|
||||
"CivitaiHelper",
|
||||
"DanbooruCharacterTag",
|
||||
"E621CharacterTag",
|
||||
"NegativeTag",
|
||||
"QualityTag",
|
||||
"RandomArtists",
|
||||
"RandomArtistsAdvanced",
|
||||
"RandomTag"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_pxtool"
|
||||
}
|
||||
],
|
||||
"https://github.com/heshengtao/comfyui_LLM_party": [
|
||||
[
|
||||
"About_us",
|
||||
@@ -17861,7 +17877,8 @@
|
||||
[
|
||||
"PROMPT_ENHANCER",
|
||||
"PROMPT_ENHANCER_CHAIN_CONTROL",
|
||||
"PROMPT_ENHANCER_CHAIN_RANDOM"
|
||||
"PROMPT_ENHANCER_CHAIN_RANDOM",
|
||||
"PROMPT_ENHANCER_REPROMPT"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-prompt-enhancer"
|
||||
@@ -18876,6 +18893,15 @@
|
||||
"title_aux": "ComfyUI LayerDivider"
|
||||
}
|
||||
],
|
||||
"https://github.com/juehackr/comfyui_fk_server": [
|
||||
[
|
||||
"FK_Node",
|
||||
"FK_ShowBaseNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_fk_server"
|
||||
}
|
||||
],
|
||||
"https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": [
|
||||
[
|
||||
"JurdnsGroqAPIPromptEnhancer"
|
||||
@@ -19679,6 +19705,7 @@
|
||||
"InjectNoiseToLatent",
|
||||
"InsertImageBatchByIndexes",
|
||||
"InsertImagesToBatchIndexed",
|
||||
"InsertLatentToIndexed",
|
||||
"InterpolateCoords",
|
||||
"Intrinsic_lora_sampling",
|
||||
"JoinStringMulti",
|
||||
@@ -19710,6 +19737,7 @@
|
||||
"SV3D_BatchSchedule",
|
||||
"SaveImageKJ",
|
||||
"SaveImageWithAlpha",
|
||||
"SaveStringKJ",
|
||||
"ScaleBatchPromptSchedule",
|
||||
"Screencap_mss",
|
||||
"SeparateMasks",
|
||||
@@ -21727,6 +21755,15 @@
|
||||
"title_aux": "ComfyUI-CatvtonFluxWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/lum3on/comfyui_LLM_Polymath": [
|
||||
[
|
||||
"polymath_chat",
|
||||
"polymath_scraper"
|
||||
],
|
||||
{
|
||||
"title_aux": "LLM Polymath Chat Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/lumalabs/ComfyUI-LumaAI-API": [
|
||||
[
|
||||
"CharacterReference",
|
||||
@@ -22465,6 +22502,15 @@
|
||||
"title_aux": "Preset Dimensions"
|
||||
}
|
||||
],
|
||||
"https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": [
|
||||
[
|
||||
"BiRefNet_Loader",
|
||||
"BiRefNet_Remove_Background"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_BiRefNet_Universal"
|
||||
}
|
||||
],
|
||||
"https://github.com/morino-kumasan/comfyui-toml-prompt": [
|
||||
[
|
||||
"IntSelector",
|
||||
@@ -24486,22 +24532,26 @@
|
||||
"https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": [
|
||||
[
|
||||
"DTypeConverter",
|
||||
"DeltaControl",
|
||||
"FPSMonitor",
|
||||
"FastWebcamCapture",
|
||||
"FloatControl",
|
||||
"FloatSequence",
|
||||
"HandMaskNode",
|
||||
"HandTrackingNode",
|
||||
"IntControl",
|
||||
"IntSequence",
|
||||
"IntegerMotionController",
|
||||
"IntervalControl",
|
||||
"LazyCondition",
|
||||
"LoadImageFromPath_",
|
||||
"MotionController",
|
||||
"MultilineText",
|
||||
"QuickShapeMask",
|
||||
"ROINode",
|
||||
"RepulsiveMaskNode",
|
||||
"ResizeMaskNode",
|
||||
"SimilarityFilter",
|
||||
"StateResetNode",
|
||||
"StateTestNode",
|
||||
"StringControl",
|
||||
"StringSequence",
|
||||
"TextRenderer",
|
||||
@@ -25328,7 +25378,9 @@
|
||||
"SmartFormatString",
|
||||
"SmartFormatString10",
|
||||
"SmartHVLoraSelect",
|
||||
"SmartHVLoraStack"
|
||||
"SmartHVLoraStack",
|
||||
"SmartRemoveComments",
|
||||
"SmartSaveText"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Smart Helper Nodes"
|
||||
@@ -27866,7 +27918,9 @@
|
||||
"MaskSmartValleySplit",
|
||||
"MaskSplitFilter",
|
||||
"MaskTopNFilter",
|
||||
"TextBeforeKeyword"
|
||||
"TextBeforeKeyword",
|
||||
"YC Extract Number",
|
||||
"YC Text Index Switch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-YCNodes"
|
||||
@@ -28504,6 +28558,7 @@
|
||||
"https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": [
|
||||
[
|
||||
"\ud83d\udc41\ufe0f Image To Prompt",
|
||||
"\ud83d\udc41\ufe0f Image To Prompt (NO UPDATE)",
|
||||
"\ud83e\uddf3 Show Data"
|
||||
],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user