Extensions/ComfyUI-ollama-stop
ComfyUI Extension

ComfyUI-ollama-stop

Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop <model>'…

By bhhtr12·Created 7 months ago·Updated 7 months ago· 0
bhhtr12/ComfyUI-ollama-stop
Nodes1
On cloudLocal install
CategoryOllama
Stars0
Updated7 months ago
Readme

Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop <model>' command in your system.

Note that for the command to work the model name should be exactly as it appears in ollama lists:

  • ❌️'qwen3-vl-abliterated'
  • ❌️'qwen3-vl-abliterated:4b-instruct'
  • ✅️'huihui_ai/qwen3-vl-abliterated:4b-instruct'