diff --git a/custom-node-list.json b/custom-node-list.json index 1c84b1cb..5ce11a78 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8745,7 +8745,7 @@ "https://github.com/olduvai-jp/ComfyUI-HfLoader" ], "install_type": "git-clone", - "description": "Nodes:Lora Loader From HF" + "description": "A simple and easy to use Hugging Face model loader." }, { "author": "AiMiDi", diff --git a/extension-node-map.json b/extension-node-map.json index 10c9359f..577257f9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -11648,10 +11648,11 @@ ], "https://github.com/austinbrown34/ComfyUI-IO-Helpers": [ [ - "Encoded Prompt from File", - "Encoded Prompt to File", - "Sampled Latents from File", - "Sampled Latents to File" + "EncodedPromptFromFile", + "EncodedPromptToFile", + "IO_LoadImage", + "SampledLatentsFromFile", + "SampledLatentsToFile" ], { "title_aux": "ComfyUI-IO-Helpers" @@ -17554,12 +17555,11 @@ "BiRefNet", "ControlImagePreprocessor", "ControlNetModelLoader", + "DiffusersMVModelMakeup", + "DiffusersMVPipelineLoader", "DiffusersMVSampler", - "DiffusersModelMakeup", - "DiffusersPipelineLoader", - "DiffusersSampler", - "DiffusersSchedulerLoader", - "DiffusersVaeLoader", + "DiffusersMVSchedulerLoader", + "DiffusersMVVaeLoader", "ImagePreprocessor", "LdmPipelineLoader", "LdmVaeLoader", @@ -21757,6 +21757,7 @@ ], "https://github.com/lum3on/comfyui_LLM_Polymath": [ [ + "SaveAbsolute", "polymath_chat", "polymath_scraper" ], @@ -23286,6 +23287,7 @@ ], "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ [ + "ControlNet Loader From HF", "Lora Loader From HF" ], { diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index e309345f..30b97b1b 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -4028,6 +4028,7 @@ ], "https://github.com/lum3on/comfyui_LLM_Polymath": [ [ + "SaveAbsolute", "polymath_chat", "polymath_scraper" ], diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a0d4c3e5..8b179c05 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -693,69 +693,6 @@ ], "install_type": "git-clone", "description": "This is a custom node for ComfyUI.\nIt reduces colors based on a specified number and allows for adjustments to hue, saturation, and brightness.\nFeatures:Each parameter can be set to random, You can toggle masking (not changing colors) using color numbers, Mask inversion can also be toggled on or off." - }, - { - "author": "852wa", - "title": "ComfyUI-AdvancedAlphaProcessor", - "reference": "https://github.com/852wa/ComfyUI-AAP", - "files": [ - "https://github.com/852wa/ComfyUI-AAP" - ], - "install_type": "git-clone", - "description": "This is a custom node for ComfyUI.\nFeatures:Removes white areas in the input image by making them transparent based on brightness, Outputs in black and transparent, Outputs in gray and transparent.\nThis is a simple node with the above functionalities implemented. It also supports sequential processing." - }, - { - "author": "jinanlongen", - "title": "ComfyUI Prompt Expander Node", - "reference": "https://github.com/jinanlongen/ComfyUI-Prompt-Expander", - "files": [ - "https://github.com/jinanlongen/ComfyUI-Prompt-Expander" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows." - }, - { - "author": "Style-Mosaic", - "title": "ComfyUI DINO-X Detector Node", - "reference": "https://github.com/Style-Mosaic/dino-x-comfyui-node", - "files": [ - "https://github.com/Style-Mosaic/dino-x-comfyui-node" - ], - "install_type": "git-clone", - "description": "A ComfyUI node that integrates DINO-X API for object detection and segmentation. This node allows you to detect and segment objects in images using text prompts." - }, - { - "author": "gmorks", - "title": "ComfyUI-SendToDiscord", - "reference": "https://github.com/gmorks/ComfyUI-SendToDiscord", - "files": [ - "https://github.com/gmorks/ComfyUI-SendToDiscord" - ], - "install_type": "git-clone", - "description": "ComfyUI-SendToDiscord is a custom node for ComfyUI that simplifies sending preview images to Discord via webhooks. It supports both single-image uploads and batch mode, making it an efficient tool for sharing your generated images directly with your Discord server." - }, - - { - "author": "CY-CHENYUE", - "title": "ComfyUI-Janus-Pro", - "id": "ComfyUI-Janus-Pro", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" - ], - "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework.", - "install_type": "git-clone" - }, - { - "author": "burnsbert", - "title": "EBU LMStudio LLM Integration", - "id": "ebu-lmstudio", - "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", - "files": [ - "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" - ], - "install_type": "git-clone", - "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 10c9359f..577257f9 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -11648,10 +11648,11 @@ ], "https://github.com/austinbrown34/ComfyUI-IO-Helpers": [ [ - "Encoded Prompt from File", - "Encoded Prompt to File", - "Sampled Latents from File", - "Sampled Latents to File" + "EncodedPromptFromFile", + "EncodedPromptToFile", + "IO_LoadImage", + "SampledLatentsFromFile", + "SampledLatentsToFile" ], { "title_aux": "ComfyUI-IO-Helpers" @@ -17554,12 +17555,11 @@ "BiRefNet", "ControlImagePreprocessor", "ControlNetModelLoader", + "DiffusersMVModelMakeup", + "DiffusersMVPipelineLoader", "DiffusersMVSampler", - "DiffusersModelMakeup", - "DiffusersPipelineLoader", - "DiffusersSampler", - "DiffusersSchedulerLoader", - "DiffusersVaeLoader", + "DiffusersMVSchedulerLoader", + "DiffusersMVVaeLoader", "ImagePreprocessor", "LdmPipelineLoader", "LdmVaeLoader", @@ -21757,6 +21757,7 @@ ], "https://github.com/lum3on/comfyui_LLM_Polymath": [ [ + "SaveAbsolute", "polymath_chat", "polymath_scraper" ], @@ -23286,6 +23287,7 @@ ], "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ [ + "ControlNet Loader From HF", "Lora Loader From HF" ], {