From 5222c277e6dbfbde6b2c6a802eb3c388a0eb5b09 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:31:08 +0800 Subject: [PATCH] Add Dashscope FLUX API node (#981) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e3610a7c..0e0070ac 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13598,6 +13598,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Artiprocher", + "title": "Dashscope FLUX API for ComfyUI", + "id": "dashscope_api", + "reference": "https://github.com/modelscope/comfyscope", + "files": [ + "https://github.com/modelscope/comfyscope" + ], + "install_type": "git-clone", + "description": "The FLUX model API from DashScope, developed by Black Forest Labs, offers superior image generation capabilities with optimized support for Chinese prompts, achieving a commendable tradeoff between performance and the quality of generated images compared to other open-source models." } ] } \ No newline at end of file