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>'…
bhhtr12/ComfyUI-ollama-stop
Nodes1
On cloudLocal install
CategoryOllama
Stars0
Updated7 months ago
Nodes (1)
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'