From f96dd66cdcf79fc1babba81616818a0f9b9df39c Mon Sep 17 00:00:00 2001 From: Sida Liu Date: Fri, 28 Nov 2025 07:46:37 +0800 Subject: [PATCH] add Notebook --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6b58a566..d2024400 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10204,6 +10204,17 @@ "install_type": "git-clone", "description": "Load and apply B-LoRA models, currently B-LoRA models only works with SDXL (sdxl_base_1.0)." }, + { + "author": "Sida Liu", + "title": "ComfyUI-Notebook", + "id": "notebook", + "reference": "https://github.com/liusida/ComfyUI-Notebook", + "files": [ + "https://github.com/liusida/ComfyUI-Notebook" + ], + "install_type": "git-clone", + "description": "A Jupyter-style custom node for executing Python code and plotting within ComfyUI workflows." + }, { "author": "jtydhr88", "title": "ComfyUI-Workflow-Encrypt",