Nodes/ComfyUI-ialhabbal/ialhabbal VLLM Prompt Enhancer
ComfyUI Node

ialhabbal VLLM Prompt Enhancer

A ComfyUI node in πŸ§ͺialhabbal_VLLM with 14 inputs and 1 output.

By ialhabbalΒ·Created 4 months agoΒ·Updated about a month agoΒ· 7
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)

    NameTypeDefaultDescription
    model_nameCOMBOQwen3-0.6BPick the Qwen-VL checkpoint. First run downloads weights into models/LLM/Qwen-VL, so leave disk space.
    quantizationCOMBONone (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_modeCOMBOautoauto tries flash-attn v2 when installed and falls back to SDPA. Only override when debugging attention backends.
    use_torch_compileBOOLEANfalseEnable torch.compile('reduce-overhead') on supported CUDA/Torch 2.1+ builds for extra throughput after the first compile.
    deviceCOMBOautoChoose where to run the model: auto, cpu, mps, or cuda:x for multi-GPU systems.
    prompt_textSTRINGPrompt text to enhance. Leave blank to just emit the preset instruction.
    enhancement_styleCOMBOπŸ“ Enhance6 options: πŸ“ Enhance, πŸ“ Refine, πŸ“ Creative Rewrite, πŸ“ Detailed Visual, πŸ“ Artistic Style, πŸ“ Technical Specs
    custom_system_promptSTRINGβ€”
    max_tokensINT25632–1024β€”
    temperatureFLOAT0.700.1–1β€”
    top_pFLOAT0.900–1β€”
    repetition_penaltyFLOAT1.100.5–2β€”
    keep_model_loadedBOOLEANtrueβ€”
    seedINT11–4294967295β€”

    Outputs (1)

    NameTypeDescription
    ENHANCED_OUTPUTSTRINGβ€”