From 0cc279b1093c87885f3e867618bb7694c48ea093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gabriel=20Gengo=20Louren=C3=A7o?= Date: Fri, 20 Sep 2024 14:34:13 -0300 Subject: [PATCH] Adding Luma custom nodes (#1075) Co-authored-by: Pedro Gengo --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 964188db..041ca115 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15046,6 +15046,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "pedrogengo", + "title": "ComfyUI-LumaAI-API", + "id": "lumaai-api", + "reference": "https://github.com/lumalabs/ComfyUI-LumaAI-API", + "files": [ + "https://github.com/lumalabs/ComfyUI-LumaAI-API" + ], + "install_type": "git-clone", + "description": "Luma Dream Machine API official ComfyUI custom node." } ] }