remove_extra_path
Remove a directory from a ComfyUI extra search-path YAML config. Exact path matching required; restart ComfyUI after removal.
Instructions
Remove a directory from a ComfyUI extra search-path YAML config. Matches the stored path exactly. Restart ComfyUI after removing an active path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to add/remove for that category. Absolute paths are safest; relative paths are resolved by ComfyUI. | |
| group | No | Top-level YAML group to edit. Defaults to comfyui_mcp. | |
| target | No | Config target: auto chooses Desktop config if it exists, otherwise standalone; standalone uses <COMFYUI_PATH>/extra_model_paths.yaml; desktop uses the OS app-data extra_models_config.yaml. | |
| category | Yes | ComfyUI search-path category, e.g. checkpoints, loras, vae, diffusion_models, unet_gguf, or custom_nodes. | |
| config_path | No | Explicit YAML config path override, mainly for advanced/manual installs. |