From 84f6e2e1bf68fd79d9ff2b0e13cdbcc3645b98a9 Mon Sep 17 00:00:00 2001 From: Light-x02 <105165695+Light-x02@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:43:25 +0100 Subject: [PATCH] Add FluxSettingsNode (#1365) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 504d676c..7cd8a7e9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18221,6 +18221,17 @@ "install_type": "git-clone", "description": "Nodes for loading and saving images with metadata in ComfyUI." }, + { + "author": "Light-x02", + "title": "Flux Settings Node", + "id": "flux_settings_node", + "reference": "https://github.com/Light-x02/ComfyUI-FluxSettingsNode", + "files": [ + "https://github.com/Light-x02/ComfyUI-FluxSettingsNode" + ], + "install_type": "git-clone", + "description": "A combined node for ComfyUI with six configurable tabs for managing multiple parameter configurations, including guidance, sampler, scheduler, steps, and denoise." + }, { "author": "marcoc2", "title": "Image Processing Suite for ComfyUI",