From 2863854cea851a9503921ee689283382ec89b092 Mon Sep 17 00:00:00 2001 From: EnragedAntelope Date: Sun, 31 May 2026 09:18:53 -0400 Subject: [PATCH] Add EA_LMStudio node - LM Studio integration by EnragedAntelope Co-Authored-By: Claude Sonnet 4.6 --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f27563b2..a68c94aa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39145,6 +39145,20 @@ "install_type": "git-clone", "description": "ComfyUI custom node pack for loading SDNQ quantized models" }, + { + "author": "EnragedAntelope", + "title": "EA_LMStudio", + "id": "ea-lmstudio", + "reference": "https://github.com/EnragedAntelope/EA_LMStudio", + "files": [ + "https://github.com/EnragedAntelope/EA_LMStudio" + ], + "install_type": "git-clone", + "pip": [ + "lmstudio>=1.0.0" + ], + "description": "LM Studio ComfyUI integration with easy model selection and many optimizations! Features auto model discovery, vision/VLM support, reasoning extraction for DeepSeek R1/Qwen3/QwQ models, and detailed stats with VRAM management." + }, { "author": "tester4488", "title": "mc_qwen",