From 8ea1cf7aa783912ae547f87a851061d56d94aec4 Mon Sep 17 00:00:00 2001 From: nicehero <85948597@qq.com> Date: Fri, 15 May 2026 13:55:48 +0800 Subject: [PATCH] add comfyui-conditioning-saver --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 039af2e7..db7596df 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47652,6 +47652,17 @@ ], "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." } ] } \ No newline at end of file