From 530f62852382a8f524f13aeef8766ae2086279b4 Mon Sep 17 00:00:00 2001 From: AnonBOTpl Date: Mon, 23 Feb 2026 18:20:34 +0100 Subject: [PATCH] ComfyUI Qwen Prompt Expander (#2620) * Delete custom-node-list.json * Add files via upload --- custom-node-list.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e3bdd285..a1ffd3cf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43777,6 +43777,25 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } - ] + }, + { + "author": "AnonBOTpl", + "title": "ComfyUI Qwen Prompt Expander", + "reference": "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander", + "files": [ + "https://github.com/AnonBOTpl/ComfyUI-Qwen-Prompt-Expander" + ], + "install_type": "git-clone", + "description": "Local AI prompt generator using Qwen/SmolLM2 models. 100% offline and private. Supports 4-bit/8-bit quantization. Runs on 6GB VRAM GPUs alongside Stable Diffusion. Smart token management, Polish-English translation, embedding support, OOM protection.", + "tags": [ + "prompt", + "AI", + "LLM", + "offline", + "translation", + "privacy" + ], + "nodename_pattern": "QwenOfflinePrompt" + } + ] }