How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
# Run inference directly in the terminal:
llama cli -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
# Run inference directly in the terminal:
llama cli -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
# Run inference directly in the terminal:
./llama-cli -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf EllipsesMark/qwen3-vl-4b-unleashed:BF16
Use Docker
docker model run hf.co/EllipsesMark/qwen3-vl-4b-unleashed:BF16
Quick Links

qwen3-vl-4b-unleashed

GGUF packaging of Qwen3-VL-4B (vision-language) for local ComfyUI / llama.cpp use โ€” especially as a prompt-writer VLM for MiniMax H3 workflows.

Files

File Role Notes
Qwen3-VL-4B-Instruct-Unredacted-MAX.BF16.gguf Language model (BF16) ~8 GB
Qwen3-VL-4B-Instruct-Unredacted-MAX.mmproj-bf16.gguf Vision projector (mmproj) Required for image understanding

ComfyUI (H3 Prompt Writer)

Place both files under:

ComfyUI/models/llm_gguf/

In H3 Prompt LLM Loader (GGUF):

  • model_name โ†’ the .BF16.gguf
  • mmproj_name โ†’ the .mmproj-bf16.gguf

Attribution / lineage

This repo redistributes those GGUF weights under Apache-2.0 for convenience. All credit to the original authors; this is a rehost with a shorter community name.

License

Apache License 2.0 โ€” same as the upstream Qwen3-VL and Unredacted-MAX releases.

Downloads last month
104
GGUF
Model size
4B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for EllipsesMark/qwen3-vl-4b-unleashed

Quantized
(103)
this model