Qwen-VL Vision Language Model
SimpleQwenVLgguf
Pack: ComfyUI_Simple_Qwen3-VL-gguf
custom_nodes.ComfyUI_Simple_Qwen3-VL-gguf
Inputs (20)
| Name | Type | Required |
|---|---|---|
| system_prompt | STRING | required |
| user_prompt | STRING | required |
| model_path | STRING | required |
| mmproj_path | STRING | required |
| output_max_tokens | INT | required |
| image_max_tokens | INT | required |
| ctx | INT | required |
| n_batch | INT | required |
| gpu_layers | INT | required |
| temperature | FLOAT | required |
| seed | INT | required |
| unload_all_models | BOOLEAN | required |
| top_p | FLOAT | required |
| repeat_penalty | FLOAT | required |
| top_k | INT | required |
| pool_size | INT | required |
| image | IMAGE | optional |
| image2 | IMAGE | optional |
| image3 | IMAGE | optional |
| script | STRING | optional |
Outputs (2)
| Name | Type |
|---|---|
| text | STRING |
| conditioning | CONDITIONING |