From 90b87db05c33c272f0001ffb59a476d6484f5702 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 May 2026 21:41:10 +0900 Subject: [PATCH] fix(custom-node-list): dedup nicehero/comfyui-conditioning-saver (#2883), keep PR entry with id field and proper-case title --- custom-node-list.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 941722bb..9d6e59cf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17479,13 +17479,14 @@ }, { "author": "nicehero", - "title": "comfyui-conditioning-saver", + "title": "ComfyUI Conditioning Saver", + "id": "conditioningsaver", "reference": "https://github.com/nicehero/comfyui-conditioning-saver", "files": [ "https://github.com/nicehero/comfyui-conditioning-saver" ], "install_type": "git-clone", - "description": "Save and load CONDITIONING tensors to/from files, enabling reuse of encoded prompts and caching expensive CLIP encodings across workflows." + "description": "Save and load CONDITIONING tensors to or from files, enabling reuse of encoded prompts and caching expensive CLIP encodings across workflows." }, { "author": "sakura1bgx", @@ -47945,17 +47946,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "nicehero", - "title": "ComfyUI Conditioning Saver", - "id": "conditioningsaver", - "reference": "https://github.com/nicehero/comfyui-conditioning-saver", - "files": [ - "https://github.com/nicehero/comfyui-conditioning-saver" - ], - "install_type": "git-clone", - "description": "Save and load CONDITIONING tensors to or from files, enabling reuse of encoded prompts and caching expensive CLIP encodings across workflows." } ] }