From 815d6d6572231050a93f2ba712682362e707911b Mon Sep 17 00:00:00 2001 From: jialuw0830 Date: Tue, 26 Aug 2025 17:59:51 +0800 Subject: [PATCH] Add Eigen AI FLUX API Plugin to custom node list (#2104) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index abf232ab..f836ee0e 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31952,6 +31952,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jialuw0830", + "title": "Eigen AI FLUX API Plugin", + "id": "eigen-ai-flux-api-plugin", + "reference": "https://github.com/jialuw0830/flux_api_comfyui_plugin", + "files": [ + "https://github.com/jialuw0830/flux_api_comfyui_plugin" + ], + "install_type": "git-clone", + "description": "Eigen AI FLUX API integration for ComfyUI with LoRA support and large font prompt inputs. Features high-quality image generation using FLUX.1-schnell model with multi-LoRA support, content upscaling, and optimized prompt input interface." } ] }