update DB

This commit is contained in:
Dr.Lt.Data 2024-09-29 16:54:24 +09:00
parent 66542292c3
commit 752c17df3c
8 changed files with 2289 additions and 2068 deletions

View File

@ -5166,6 +5166,17 @@
"install_type": "git-clone",
"description": "Custom nodes to aid in the exploration of Latent Space"
},
{
"author": "IDGallagher",
"title": "ComfyUI-IG-Motion-I2V",
"id": "comfyui-ig-motion-i2v",
"reference": "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V",
"files": [
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V"
],
"install_type": "git-clone",
"description": "ComfyUI adaptation of https://github.com/G-U-N/Motion-I2V"
},
{
"author": "violet-chen",
"title": "comfyui-psd2png",
@ -11490,17 +11501,6 @@
"install_type": "git-clone",
"description": "Nodes:Image Emoji Overlay"
},
{
"author": "JayLyu",
"title": "ComfyUI_BaiKong_Node",
"id": "baikong",
"reference": "https://github.com/JayLyu/ComfyUI_BaiKong_Node",
"files": [
"https://github.com/JayLyu/ComfyUI_BaiKong_Node"
],
"install_type": "git-clone",
"description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter."
},
{
"author": "risunobushi",
"title": "comfyUI_FrequencySeparation_RGB-HSV",
@ -14875,6 +14875,39 @@
"install_type": "git-clone",
"description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions."
},
{
"author": "codecringebinge",
"title": "ComfyUI-Arrow-Key-Canvas-Navigation",
"id": "codecringebinge.arrow.key.canvas.navigation",
"reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation",
"files": [
"https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation"
],
"install_type": "git-clone",
"description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting."
},
{
"author": "asaddi",
"title": "Yet Another LLM Node (for ComfyUI)",
"reference": "https://github.com/asaddi/ComfyUI-YALLM-node",
"files": [
"https://github.com/asaddi/ComfyUI-YALLM-node"
],
"install_type": "git-clone",
"description": "Yet another set of LLM nodes for ComfyUI. This one only supports OpenAI-like APIs, but of course can be used with local LLM providers such as [a/llama.cpp](https://github.com/ggerganov/llama.cpp) (and, I believe, ollama and LMStudio, among others)."
},
{
"author": "ycyy",
"title": "ComfyUI-YCYY-LoraInfo",
"reference": "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo",
"files": [
"https://github.com/ycyy/ComfyUI-YCYY-LoraInfo"
],
"install_type": "git-clone",
"description": "You can use this node to get information about lora. For example trigger words, description and example images."
},
@ -15282,17 +15315,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "codecringebinge",
"title": "ComfyUI-Arrow-Key-Canvas-Navigation",
"id": "codecringebinge.arrow.key.canvas.navigation",
"reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation",
"files": [
"https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation"
],
"install_type": "git-clone",
"description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting."
}
]
}

View File

@ -1351,9 +1351,9 @@
"ComfyUIDeployExternalNumberSlider",
"ComfyUIDeployExternalText",
"ComfyUIDeployExternalTextAny",
"ComfyUIDeployExternalTextList",
"ComfyUIDeployExternalVid",
"ComfyUIDeployExternalVideo"
"ComfyUIDeployExternalVideo",
"ComfyUIDeployModelList"
],
{
"author": "BennyKok",
@ -1559,6 +1559,22 @@
"title_aux": "ComfyUI_API_Manager"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [
[
"MiniCPM3_4B",
"MiniCPM3_4B_GPTQ_Int4",
"MiniCPM_V_2_6",
"MiniCPM_V_2_6_Int4",
"TextDisplay"
],
{
"author": "CY-CHENYUE",
"description": "Custom nodes for MiniCPM language models in ComfyUI",
"nickname": "MiniCPM-Plus",
"title": "MiniCPM-Plus",
"title_aux": "ComfyUI-MiniCPM-Plus"
}
],
"https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": [
[
"CLIPIter",
@ -2744,6 +2760,7 @@
"https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": [
[
"DiffusersImageOutpaint",
"EncodeDiffusersOutpaintPrompt",
"LoadDiffusersOutpaintModels",
"PadImageForDiffusersOutpaint"
],
@ -2982,6 +2999,21 @@
"title_aux": "Hiero-Nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [
[
"MI2V Flow Animator",
"MI2V Flow Predictor",
"MI2V PauseNode",
"MotionPainter"
],
{
"author": "IDGallagher",
"description": "Custom nodes to aid in the exploration of Latent Space",
"nickname": "IG Interpolation Nodes",
"title": "IG Interpolation Nodes",
"title_aux": "ComfyUI-IG-Motion-I2V"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[
"IG Analyze SSIM",
@ -3331,20 +3363,6 @@
"title_aux": "ComfyUI-JNodes"
}
],
"https://github.com/JayLyu/ComfyUI_BaiKong_Node": [
[
"BK_ColorContrast",
"BK_ColorLimit",
"BK_ColorLuminance",
"BK_ColorSelector",
"BK_GradientImage",
"BK_ImageAspectFilter",
"BK_Img2Color"
],
{
"title_aux": "ComfyUI_BaiKong_Node"
}
],
"https://github.com/JcandZero/ComfyUI_GLM4Node": [
[
"GLM3_turbo_CHAT",
@ -3430,6 +3448,7 @@
[
"Attention couple wild divide",
"Comfy Divide",
"WildcardDivide",
"WildcardEncode"
],
{
@ -4201,7 +4220,8 @@
"iToolsLoadImages",
"iToolsPromptLoader",
"iToolsPromptSaver",
"iToolsPromptStyler"
"iToolsPromptStyler",
"iToolsPromptStylerExtra"
],
{
"title_aux": "ComfyUI-iTools"
@ -5171,14 +5191,19 @@
],
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision": [
[
"AutoVisionModelLoader",
"JoinString",
"LlamaVisionGenerateText",
"LlamaVisionModelLoader",
"MolmoGenerateText",
"MolmoModelLoader",
"ParseBoundingBoxes",
"ParsePoints",
"PixtralGenerateText",
"PixtralImageEncode",
"PixtralModelLoader",
"PixtralTextEncode",
"PlotPoints",
"RegexFindAll",
"RegexSearch",
"RegexSplitString",
@ -8032,6 +8057,19 @@
"title_aux": "antrobots ComfyUI Nodepack"
}
],
"https://github.com/asaddi/ComfyUI-YALLM-node": [
[
"LLMChat",
"LLMMinP",
"LLMModel",
"LLMTemperature",
"LLMTopK",
"LLMTopP"
],
{
"title_aux": "Yet Another LLM Node (for ComfyUI)"
}
],
"https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [
[
"AdaptiveGuidance",
@ -9631,6 +9669,7 @@
"LayerUtility: TextImage",
"LayerUtility: TextImage V2",
"LayerUtility: TextJoin",
"LayerUtility: TextJoinV2",
"LayerUtility: UserPromptGeneratorReplaceWord",
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
"LayerUtility: UserPromptGeneratorTxt2ImgPromptWithReference",
@ -11245,10 +11284,14 @@
"https://github.com/drmbt/comfyui-dreambait-nodes": [
[
"DRMBT_AspectPadImageForOutpainting",
"DRMBT_ExecutionTime",
"DRMBT_LoadMedia",
"DRMBT_Model_Context_Selector",
"DRMBT_MultiMinMax",
"DRMBT_String_Item_Menu"
"DRMBT_PlotParameters",
"DRMBT_String_Item_Menu",
"NumberPlusPlus",
"TextPlusPlus"
],
{
"title_aux": "comfyui-dreambait-nodes"
@ -11333,6 +11376,7 @@
"Eden_Seed",
"Eden_String",
"Eden_gpt4_node",
"Extend_Sequence",
"FolderScanner",
"GetRandomFile",
"Get_Prefixed_Imgs",
@ -11995,6 +12039,7 @@
[
"Image Scale",
"Image Selector",
"Lora Cycler",
"Seed to Noise"
],
{
@ -12752,6 +12797,7 @@
"clear_file",
"clear_model",
"custom_persona",
"dall_e_tool",
"discord_bot",
"discord_file_monitor",
"discord_send",
@ -12822,6 +12868,7 @@
"omost_setting",
"open_url_function",
"open_url_tool",
"openai_dall_e",
"openai_ebd_tool",
"openai_tts",
"openai_whisper",
@ -13933,6 +13980,7 @@
],
"https://github.com/justUmen/Bjornulf_custom_nodes": [
[
"Bjornulf_AudioVideoSync",
"Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CombineBackgroundOverlay",
"Bjornulf_CombineImages",
@ -13944,6 +13992,7 @@
"Bjornulf_IfElse",
"Bjornulf_ImageDetails",
"Bjornulf_ImageMaskCutter",
"Bjornulf_ImagesListToVideo",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoopAllLines",
@ -13978,6 +14027,8 @@
"Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoToImagesList",
"Bjornulf_WriteText",
"Bjornulf_WriteTextAdvanced",
"Bjornulf_imagesToVideo",
@ -14397,6 +14448,7 @@
[
"ExtractFluxLoRA",
"FluxKohyaInferenceSampler",
"FluxTrainAndValidateLoop",
"FluxTrainBlockSelect",
"FluxTrainEnd",
"FluxTrainLoop",
@ -15302,10 +15354,12 @@
"BboxToCropData",
"BboxesToBboxes",
"ColorPicker",
"ConvertTypeToAny",
"CropImageByBbox",
"ForEachClose",
"ForEachOpen",
"GetImageBatchSize",
"GetValueFromJsonObj",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
@ -15323,6 +15377,7 @@
"ListWrapper",
"LoadImageFromURL",
"LoadImageToBase64",
"LoadJsonStrToList",
"LoadMaskFromURL",
"MaskByBboxes",
"MaskImageToBase64",
@ -15676,6 +15731,7 @@
"ImageReceiver",
"ImageSender",
"ImpactAssembleSEGS",
"ImpactBoolean",
"ImpactCombineConditionings",
"ImpactCompare",
"ImpactConcatConditionings",
@ -15733,6 +15789,7 @@
"ImpactSEGSConcat",
"ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSMerge",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
"ImpactSEGSRangeFilter",
@ -15969,6 +16026,7 @@
"LF_BlurImages",
"LF_Boolean",
"LF_CharacterImpersonator",
"LF_CheckpointSelector",
"LF_CivitAIMetadataSetup",
"LF_ControlPanel",
"LF_DisplayBoolean",
@ -16494,8 +16552,9 @@
"AdjustBrightnessContrastSaturationNode",
"BaiduTranslateNode",
"ConvertGrayChannelNode",
"LightShapeNode",
"LoadImagePathNode"
"HighlightShadowBrightnessNode",
"ImitationHueNode",
"LightShapeNode"
],
{
"title_aux": "ComfyUI-MingNodes"
@ -17904,6 +17963,7 @@
"FlexImageBloom",
"FlexImageChromaticAberration",
"FlexImageColorGrade",
"FlexImageContrast",
"FlexImageEdgeDetect",
"FlexImageGlitch",
"FlexImageKaleidoscope",
@ -17924,6 +17984,9 @@
"FlexMaskVoronoiScheduled",
"FlexMaskWarp",
"FlexMaskWavePropagation",
"FlexVideoDirection",
"FlexVideoFrameBlend",
"FlexVideoSpeed",
"FrequencyFilterCustom",
"FrequencyFilterPreset",
"GravityWell",
@ -19770,11 +19833,14 @@
"GR85_JSONFileSaver",
"GR85_LlmEnhancer",
"GR85_NextSeed",
"GR85_PasteByMaskGr85",
"GR85_RandomAtmLocOutfit",
"GR85_RandomRatio",
"GR85_RandomTitleCharacter",
"GR85_RandomWildcardTagPicker",
"GR85_SeedBasedOutputSelector",
"GR85_ShowText",
"GR85_SimpleWildcardPicker",
"GR85_StrSafe",
"GR85_StringListSelector",
"GR85_TagInjector",
@ -20345,6 +20411,14 @@
"title_aux": "ComfyUI Preview Magnifier"
}
],
"https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [
[
"LoraInfo"
],
{
"title_aux": "ComfyUI-YCYY-LoraInfo"
}
],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,17 @@
{
"author": "JayLyu",
"title": "ComfyUI_BaiKong_Node",
"id": "baikong",
"reference": "https://github.com/JayLyu/ComfyUI_BaiKong_Node",
"files": [
"https://github.com/JayLyu/ComfyUI_BaiKong_Node"
],
"install_type": "git-clone",
"description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter.\n[w/requirements.txt is broken.]"
},
{
"author": "CY-CHENYUE",
"title": "ComfyUI-Molmo",

View File

@ -410,6 +410,14 @@
"title_aux": "ComfyUI_bd_customNodes"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-Molmo": [
[
"Molmo7BDbnb"
],
{
"title_aux": "ComfyUI-Molmo"
}
],
"https://github.com/Cardoso-topdev/comfyui_meshanything_v1": [
[
"CMA_GrayScale",
@ -506,6 +514,7 @@
[
"AppIO_FitResizeImage",
"AppIO_ImageInput",
"AppIO_ImageInputFromID",
"AppIO_ImageOutput",
"AppIO_IntegerInput",
"AppIO_StringInput",

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,59 @@
},
{
"author": "IDGallagher",
"title": "ComfyUI-IG-Motion-I2V",
"id": "comfyui-ig-motion-i2v",
"reference": "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V",
"files": [
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V"
],
"install_type": "git-clone",
"description": "ComfyUI adaptation of https://github.com/G-U-N/Motion-I2V"
},
{
"author": "codecringebinge",
"title": "ComfyUI-Arrow-Key-Canvas-Navigation",
"id": "codecringebinge.arrow.key.canvas.navigation",
"reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation",
"files": [
"https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation"
],
"install_type": "git-clone",
"description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting."
},
{
"author": "CY-CHENYUE",
"title": "ComfyUI-MiniCPM-Plus",
"id": "minicpm-plus",
"reference": "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus",
"files": [
"https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus"
],
"install_type": "git-clone",
"description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions."
},
{
"author": "ycyy",
"title": "ComfyUI-YCYY-LoraInfo",
"reference": "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo",
"files": [
"https://github.com/ycyy/ComfyUI-YCYY-LoraInfo"
],
"install_type": "git-clone",
"description": "You can use this node to get information about lora. For example trigger words, description and example images."
},
{
"author": "asaddi",
"title": "Yet Another LLM Node (for ComfyUI)",
"reference": "https://github.com/asaddi/ComfyUI-YALLM-node",
"files": [
"https://github.com/asaddi/ComfyUI-YALLM-node"
],
"install_type": "git-clone",
"description": "Yet another set of LLM nodes for ComfyUI. This one only supports OpenAI-like APIs, but of course can be used with local LLM providers such as [a/llama.cpp](https://github.com/ggerganov/llama.cpp) (and, I believe, ollama and LMStudio, among others)."
},
{
"author": "CRT",
"title": "CRT-Nodes",
@ -635,58 +688,6 @@
],
"install_type": "git-clone",
"description": "Node to enable WhatsApp in ComfyUI."
},
{
"author": "alexcong",
"title": "Qwen2-VL wrapper for ComfyUI",
"id": "comfyui-qwen2-vl",
"reference": "https://github.com/alexcong/ComfyUI_QwenVL",
"files": [
"https://github.com/alexcong/ComfyUI_QwenVL"
],
"install_type": "git-clone",
"description": "ComfyUI Qwen2-VL wrapper that supports text-based and single-image queries."
},
{
"author": "LatentRat",
"title": "comfy_remote_run",
"reference": "https://github.com/LatentRat/comfy_remote_run",
"files": [
"https://github.com/LatentRat/comfy_remote_run"
],
"install_type": "git-clone",
"description": "Nodes to run nodes on remote ComfyUI instances."
},
{
"author": "alexisrolland",
"title": "ComfyUI-Phi",
"reference": "https://github.com/alexisrolland/ComfyUI-Phi",
"files": [
"https://github.com/alexisrolland/ComfyUI-Phi"
],
"install_type": "git-clone",
"description": "Custom nodes to run microsoft/Phi models."
},
{
"author": "Extraltodeus",
"title": "CLIP-Token-Injection",
"reference": "https://github.com/Extraltodeus/CLIP-Token-Injection",
"files": [
"https://github.com/Extraltodeus/CLIP-Token-Injection"
],
"install_type": "git-clone",
"description": "These nodes are to edit the text vectors of CLIP models, so to customize how the prompts will be interpreted. You could see it as either customisation, 'one token prompt' up to some limitation and a way to mess with how the text will be interpreted. The edited CLIP can then be saved, or as well the edited tokens themselves. The shared example weights does not contain any image-knowledge but the text vector of the words affected."
},
{
"author": "RhizoNymph",
"title": "ComfyUI-CLIPSlider",
"id": "clipslider",
"reference": "https://github.com/RhizoNymph/ComfyUI-CLIPSlider",
"files": [
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider"
],
"install_type": "git-clone",
"description": "A node to replicate [a/https://huggingface.co/spaces/latentexplorers/latentnavigation-flux](A node to replicate https://huggingface.co/spaces/latentexplorers/latentnavigation-flux)"
}
]
}

View File

@ -1351,9 +1351,9 @@
"ComfyUIDeployExternalNumberSlider",
"ComfyUIDeployExternalText",
"ComfyUIDeployExternalTextAny",
"ComfyUIDeployExternalTextList",
"ComfyUIDeployExternalVid",
"ComfyUIDeployExternalVideo"
"ComfyUIDeployExternalVideo",
"ComfyUIDeployModelList"
],
{
"author": "BennyKok",
@ -1559,6 +1559,22 @@
"title_aux": "ComfyUI_API_Manager"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [
[
"MiniCPM3_4B",
"MiniCPM3_4B_GPTQ_Int4",
"MiniCPM_V_2_6",
"MiniCPM_V_2_6_Int4",
"TextDisplay"
],
{
"author": "CY-CHENYUE",
"description": "Custom nodes for MiniCPM language models in ComfyUI",
"nickname": "MiniCPM-Plus",
"title": "MiniCPM-Plus",
"title_aux": "ComfyUI-MiniCPM-Plus"
}
],
"https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": [
[
"CLIPIter",
@ -2744,6 +2760,7 @@
"https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": [
[
"DiffusersImageOutpaint",
"EncodeDiffusersOutpaintPrompt",
"LoadDiffusersOutpaintModels",
"PadImageForDiffusersOutpaint"
],
@ -2982,6 +2999,21 @@
"title_aux": "Hiero-Nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [
[
"MI2V Flow Animator",
"MI2V Flow Predictor",
"MI2V PauseNode",
"MotionPainter"
],
{
"author": "IDGallagher",
"description": "Custom nodes to aid in the exploration of Latent Space",
"nickname": "IG Interpolation Nodes",
"title": "IG Interpolation Nodes",
"title_aux": "ComfyUI-IG-Motion-I2V"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[
"IG Analyze SSIM",
@ -3331,20 +3363,6 @@
"title_aux": "ComfyUI-JNodes"
}
],
"https://github.com/JayLyu/ComfyUI_BaiKong_Node": [
[
"BK_ColorContrast",
"BK_ColorLimit",
"BK_ColorLuminance",
"BK_ColorSelector",
"BK_GradientImage",
"BK_ImageAspectFilter",
"BK_Img2Color"
],
{
"title_aux": "ComfyUI_BaiKong_Node"
}
],
"https://github.com/JcandZero/ComfyUI_GLM4Node": [
[
"GLM3_turbo_CHAT",
@ -3430,6 +3448,7 @@
[
"Attention couple wild divide",
"Comfy Divide",
"WildcardDivide",
"WildcardEncode"
],
{
@ -4201,7 +4220,8 @@
"iToolsLoadImages",
"iToolsPromptLoader",
"iToolsPromptSaver",
"iToolsPromptStyler"
"iToolsPromptStyler",
"iToolsPromptStylerExtra"
],
{
"title_aux": "ComfyUI-iTools"
@ -5171,14 +5191,19 @@
],
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision": [
[
"AutoVisionModelLoader",
"JoinString",
"LlamaVisionGenerateText",
"LlamaVisionModelLoader",
"MolmoGenerateText",
"MolmoModelLoader",
"ParseBoundingBoxes",
"ParsePoints",
"PixtralGenerateText",
"PixtralImageEncode",
"PixtralModelLoader",
"PixtralTextEncode",
"PlotPoints",
"RegexFindAll",
"RegexSearch",
"RegexSplitString",
@ -8032,6 +8057,19 @@
"title_aux": "antrobots ComfyUI Nodepack"
}
],
"https://github.com/asaddi/ComfyUI-YALLM-node": [
[
"LLMChat",
"LLMMinP",
"LLMModel",
"LLMTemperature",
"LLMTopK",
"LLMTopP"
],
{
"title_aux": "Yet Another LLM Node (for ComfyUI)"
}
],
"https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [
[
"AdaptiveGuidance",
@ -9631,6 +9669,7 @@
"LayerUtility: TextImage",
"LayerUtility: TextImage V2",
"LayerUtility: TextJoin",
"LayerUtility: TextJoinV2",
"LayerUtility: UserPromptGeneratorReplaceWord",
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
"LayerUtility: UserPromptGeneratorTxt2ImgPromptWithReference",
@ -11245,10 +11284,14 @@
"https://github.com/drmbt/comfyui-dreambait-nodes": [
[
"DRMBT_AspectPadImageForOutpainting",
"DRMBT_ExecutionTime",
"DRMBT_LoadMedia",
"DRMBT_Model_Context_Selector",
"DRMBT_MultiMinMax",
"DRMBT_String_Item_Menu"
"DRMBT_PlotParameters",
"DRMBT_String_Item_Menu",
"NumberPlusPlus",
"TextPlusPlus"
],
{
"title_aux": "comfyui-dreambait-nodes"
@ -11333,6 +11376,7 @@
"Eden_Seed",
"Eden_String",
"Eden_gpt4_node",
"Extend_Sequence",
"FolderScanner",
"GetRandomFile",
"Get_Prefixed_Imgs",
@ -11995,6 +12039,7 @@
[
"Image Scale",
"Image Selector",
"Lora Cycler",
"Seed to Noise"
],
{
@ -12752,6 +12797,7 @@
"clear_file",
"clear_model",
"custom_persona",
"dall_e_tool",
"discord_bot",
"discord_file_monitor",
"discord_send",
@ -12822,6 +12868,7 @@
"omost_setting",
"open_url_function",
"open_url_tool",
"openai_dall_e",
"openai_ebd_tool",
"openai_tts",
"openai_whisper",
@ -13933,6 +13980,7 @@
],
"https://github.com/justUmen/Bjornulf_custom_nodes": [
[
"Bjornulf_AudioVideoSync",
"Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CombineBackgroundOverlay",
"Bjornulf_CombineImages",
@ -13944,6 +13992,7 @@
"Bjornulf_IfElse",
"Bjornulf_ImageDetails",
"Bjornulf_ImageMaskCutter",
"Bjornulf_ImagesListToVideo",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoopAllLines",
@ -13978,6 +14027,8 @@
"Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoToImagesList",
"Bjornulf_WriteText",
"Bjornulf_WriteTextAdvanced",
"Bjornulf_imagesToVideo",
@ -14397,6 +14448,7 @@
[
"ExtractFluxLoRA",
"FluxKohyaInferenceSampler",
"FluxTrainAndValidateLoop",
"FluxTrainBlockSelect",
"FluxTrainEnd",
"FluxTrainLoop",
@ -15302,10 +15354,12 @@
"BboxToCropData",
"BboxesToBboxes",
"ColorPicker",
"ConvertTypeToAny",
"CropImageByBbox",
"ForEachClose",
"ForEachOpen",
"GetImageBatchSize",
"GetValueFromJsonObj",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
@ -15323,6 +15377,7 @@
"ListWrapper",
"LoadImageFromURL",
"LoadImageToBase64",
"LoadJsonStrToList",
"LoadMaskFromURL",
"MaskByBboxes",
"MaskImageToBase64",
@ -15676,6 +15731,7 @@
"ImageReceiver",
"ImageSender",
"ImpactAssembleSEGS",
"ImpactBoolean",
"ImpactCombineConditionings",
"ImpactCompare",
"ImpactConcatConditionings",
@ -15733,6 +15789,7 @@
"ImpactSEGSConcat",
"ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSMerge",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
"ImpactSEGSRangeFilter",
@ -15969,6 +16026,7 @@
"LF_BlurImages",
"LF_Boolean",
"LF_CharacterImpersonator",
"LF_CheckpointSelector",
"LF_CivitAIMetadataSetup",
"LF_ControlPanel",
"LF_DisplayBoolean",
@ -16494,8 +16552,9 @@
"AdjustBrightnessContrastSaturationNode",
"BaiduTranslateNode",
"ConvertGrayChannelNode",
"LightShapeNode",
"LoadImagePathNode"
"HighlightShadowBrightnessNode",
"ImitationHueNode",
"LightShapeNode"
],
{
"title_aux": "ComfyUI-MingNodes"
@ -17904,6 +17963,7 @@
"FlexImageBloom",
"FlexImageChromaticAberration",
"FlexImageColorGrade",
"FlexImageContrast",
"FlexImageEdgeDetect",
"FlexImageGlitch",
"FlexImageKaleidoscope",
@ -17924,6 +17984,9 @@
"FlexMaskVoronoiScheduled",
"FlexMaskWarp",
"FlexMaskWavePropagation",
"FlexVideoDirection",
"FlexVideoFrameBlend",
"FlexVideoSpeed",
"FrequencyFilterCustom",
"FrequencyFilterPreset",
"GravityWell",
@ -19770,11 +19833,14 @@
"GR85_JSONFileSaver",
"GR85_LlmEnhancer",
"GR85_NextSeed",
"GR85_PasteByMaskGr85",
"GR85_RandomAtmLocOutfit",
"GR85_RandomRatio",
"GR85_RandomTitleCharacter",
"GR85_RandomWildcardTagPicker",
"GR85_SeedBasedOutputSelector",
"GR85_ShowText",
"GR85_SimpleWildcardPicker",
"GR85_StrSafe",
"GR85_StringListSelector",
"GR85_TagInjector",
@ -20345,6 +20411,14 @@
"title_aux": "ComfyUI Preview Magnifier"
}
],
"https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [
[
"LoraInfo"
],
{
"title_aux": "ComfyUI-YCYY-LoraInfo"
}
],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",