From a09704567cc763f62f6d0f5f2f9accec89f6cad3 Mon Sep 17 00:00:00 2001 From: Level Pixel Date: Sun, 25 May 2025 22:12:16 +0600 Subject: [PATCH] Update custom-node-list.json for Level Pixel Advanced nodes (#1870) Splitting the Level Pixel node package into two separate packages: https://github.com/LevelPixel/ComfyUI-LevelPixel https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced Adding information about the new ComfyUI-LevelPixel-Advanced node package to custom-node-list.json. The new ComfyUI-LevelPixel-Advanced node package is needed to separate the complex to install and use LLM and VLM node package from the rest of the main nodes of Level Pixel. Conflicting nodes will be removed from ComfyUI-LevelPixel later. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c6701e39..218dfc11 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18303,6 +18303,17 @@ "install_type": "git-clone", "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters), Image Remove Background based on RemBG, Autotagger." }, + { + "author": "LevelPixel", + "title": "ComfyUI_LevelPixel_Advanced", + "id": "levelpixel_advanced", + "reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced", + "files": [ + "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced" + ], + "install_type": "git-clone", + "description": "Advanced nodes of the Level Pixel company. Includes convenient advanced nodes for working with LLM и VLM models (LLaVa) with GGUF format. Qwen2.5-VL and Qwen2.5 supported. Also included is a node for the RAM model. Nodes have the ability to automatically unload models from VRAM." + }, { "author": "morino-kumasan", "title": "comfyui-toml-prompt",