ComfyUI Node
ialhabbal VLLM Prompt Enhancer
A ComfyUI node in π§ͺialhabbal_VLLM with 14 inputs and 1 output.
ialhabbal VLLM Prompt Enhancer
- ENHANCED_OUTPUT
βmodel_nameQwen3-0.6BβΊ
βquantizationNone (FP16)βΊ
βattention_modeautoβΊ
βuse_torch_compilefalseβΊ
βdeviceautoβΊ
βprompt_textβΊ
βenhancement_styleπ EnhanceβΊ
βcustom_system_promptβΊ
βmax_tokens256βΊ
βtemperature0.70βΊ
βtop_p0.90βΊ
βrepetition_penalty1.10βΊ
βkeep_model_loadedtrueβΊ
βseed1βΊ
Categoryπ§ͺialhabbal_VLLM
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | Qwen3-0.6B | Pick the Qwen-VL checkpoint. First run downloads weights into models/LLM/Qwen-VL, so leave disk space. |
| quantization | COMBO | None (FP16) | Precision vs VRAM. FP16 gives the best quality if memory allows; 8-bit suits 8β16 GB GPUs; 4-bit fits 6 GB or lower but is slower. |
| attention_mode | COMBO | auto | auto tries flash-attn v2 when installed and falls back to SDPA. Only override when debugging attention backends. |
| use_torch_compile | BOOLEAN | false | Enable torch.compile('reduce-overhead') on supported CUDA/Torch 2.1+ builds for extra throughput after the first compile. |
| device | COMBO | auto | Choose where to run the model: auto, cpu, mps, or cuda:x for multi-GPU systems. |
| prompt_text | STRING | Prompt text to enhance. Leave blank to just emit the preset instruction. | |
| enhancement_style | COMBO | π Enhance | 6 options: π Enhance, π Refine, π Creative Rewrite, π Detailed Visual, π Artistic Style, π Technical Specs |
| custom_system_prompt | STRING | β | |
| max_tokens | INT | 25632β1024 | β |
| temperature | FLOAT | 0.700.1β1 | β |
| top_p | FLOAT | 0.900β1 | β |
| repetition_penalty | FLOAT | 1.100.5β2 | β |
| keep_model_loaded | BOOLEAN | true | β |
| seed | INT | 11β4294967295 | β |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| ENHANCED_OUTPUT | STRING | β |