Clippy Vision v1.0.1
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=2andOLLAMA_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:8bandqwen3-vl:4bat 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.