Skip to content

Clippy Vision v1.0.1

Choose a tag to compare

@protocorn protocorn released this 28 Jul 19:29
· 144 commits to main since this release

Clippy Vision v1.0.1

Fix: keep text + vision models loaded together

Ollama defaults to loading one model at a time. That meant qwen3:8b (chat) and qwen3-vl:4b (vision) kept unloading each other — noticeable lag when capture and chat ran on the same machine.

This release:

  • Setup wizard sets OLLAMA_MAX_LOADED_MODELS=2 and OLLAMA_NUM_PARALLEL=1 (persisted via Windows user env)
  • Restarts Ollama during setup so the setting applies immediately
  • Preflight on every launch ensures the same config for existing installs
  • Warms both qwen3:8b and qwen3-vl:4b at the end of setup

Install

Download ClippyVision-Setup-1.0.1.exe below.

If Windows shows SmartScreen: More info → Run anyway (unsigned).

Existing v1.0.0 users: install over the previous version, or just launch — preflight will apply the Ollama setting and restart the service once.