CoolFace
Apppublic

junaid-simamdigital/LFM2.5-VL-3B-WebGPU

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
App README

LFM2.5-VL-3B WebGPU

Run the Q4 ONNX export of LFM2.5-VL-3B directly in a WebGPU-capable browser. Model files are downloaded from Hugging Face and cached locally; prompts, images, and generated responses remain on the user's device unless an explicitly enabled external tool is called.

Features

  • Text and multiple-image conversations
  • Paste, drag-and-drop, file upload, and webcam image input
  • Grounding and document-layout overlays
  • Built-in and MCP tool calling
  • Editable system prompts and generation settings
  • Persistent browser model cache
  • Strict WebGPU execution with visible runtime warnings and errors

Local development

bash
npm install
npm run dev

WebGPU requires HTTPS or localhost.

For a production-style local run:

bash
npm run build
npm start