From 9b455923c9362ca33b97160432df02b6de9836a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:38:51 +0000 Subject: [PATCH] Fix indentation and missing comma in custom-node-list.json Co-authored-by: ZUENS2020 <161032866+ZUENS2020@users.noreply.github.com> --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 186443da..0dd31222 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40447,17 +40447,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ZUENS2020", + "title": "ComfyUI LLM Nodes", + "id": "comfyui-llm-nodes", + "reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes", + "files": [ + "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes" + ], + "install_type": "git-clone", + "description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies." } - { - "author": "ZUENS2020", - "title": "ComfyUI LLM Nodes", - "id": "comfyui-llm-nodes", - "reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes", - "files": [ - "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes" - ], - "install_type": "git-clone", - "description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies." - } ] }