Nodes/ComfyUI-QwenVL/QwenVL (HF Alt Advanced)
ComfyUI Node

QwenVL (HF Alt Advanced)

A ComfyUI node in đź§ aistudynow/QwenVL with 17 inputs and 1 output.

By aistudynow·Created 10 months ago·Updated 4 months ago· 15
QwenVL (HF Alt Advanced)
  • image
  • video
  • RESPONSE
â—„model_nameQwen3-VL-2B-Instructâ–ş
â—„quantizationNone (FP16)â–ş
â—„attention_modeautoâ–ş
â—„use_torch_compilefalseâ–ş
â—„deviceautoâ–ş
◄preset_prompt🖼️ Detailed Description►
â—„custom_promptâ–ş
â—„max_tokens512â–ş
â—„temperature0.60â–ş
â—„top_p0.90â–ş
â—„num_beams1â–ş
â—„repetition_penalty1.20â–ş
â—„frame_count16â–ş
â—„keep_model_loadedtrueâ–ş
â—„seed1â–ş
Categoryđź§ aistudynow/QwenVL

Inputs (17)

NameTypeDefaultDescription
model_nameCOMBOQwen3-VL-2B-InstructPick 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.
preset_promptCOMBO🖼️ Detailed DescriptionBuilt-in instruction describing how Qwen-VL should analyze the media input.
custom_promptSTRINGOptional override—when filled it completely replaces the preset template.
max_tokensINT51264–4096Maximum number of new tokens to decode. Larger values yield longer answers but consume more time and memory.
temperatureFLOAT0.600.1–1Sampling randomness when num_beams == 1. 0.2–0.4 is focused, 0.7+ is creative.
top_pFLOAT0.900–1Nucleus sampling cutoff when num_beams == 1. Lower values keep only top tokens; 0.9–0.95 allows more variety.
num_beamsINT11–8Beam-search width. Values >1 disable temperature/top_p and trade speed for more stable answers.
repetition_penaltyFLOAT1.200.5–2Values >1 (e.g., 1.1–1.3) penalize repeated phrases; 1.0 leaves logits untouched.
frame_countINT161–64Number of frames extracted from video inputs before prompting Qwen-VL. More frames provide context but cost time.
keep_model_loadedBOOLEANtrueKeeps the model resident in VRAM/RAM after the run so the next prompt skips loading.
seedINT11–4294967295Seed controlling sampling and frame picking; reuse it to reproduce results.
imageoptIMAGE—
videooptIMAGE—

Outputs (1)

NameTypeDescription
RESPONSESTRING—