From 088376280acd79adda6682be8dd87e1bdfb1bdfa Mon Sep 17 00:00:00 2001 From: A1-multiply Date: Thu, 26 Mar 2026 13:03:16 +0900 Subject: [PATCH] Add ComfyUI-Excel_To_Prompt node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index aa5cfd8c..70785146 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45407,6 +45407,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "A1-multiply", + "title": "ComfyUI-Excel_To_Prompt", + "id": "excel-to-prompt-a1", + "reference": "https://github.com/A1-multiply/ComfyUI-Excel_To_Prompt", + "files": [ + "https://github.com/A1-multiply/ComfyUI-Excel_To_Prompt" + ], + "install_type": "git-clone", + "description": "Load prompts from Excel or CSV files" } ] }