ComfyUI Extension: ComfyUI-Owlv_Nodes
A collection of custom utility nodes for ComfyUI, providing a variety of practical mini-tools with multiple functions.
Custom Nodes (0)
README
ComfyUI-Owlv_Nodes 🦉
English
Overview
A collection of custom utility nodes for ComfyUI, providing practical mini-tools with multiple functions.
Node List
Save Image (Dir) 🦉| OwlV
An enhanced version of ComfyUI's official save_image node with curated project subfolder support inside the output directory, now powered by a lightweight frontend companion script.
Features:
- ✅ Retains all functionality of the official save_image node
- ✅ Optional toggle to enable project subfolders under
ComfyUI/output - ✅ Supports custom multi-level subfolders when enabled
- ✅ Frontend-injected dropdown picker that lists existing output folders and stays in sync with manual input
- ✅ One-click refresh button to pull the latest folder list from
/owlv/list_subfolders - ✅ Automatically creates missing subfolders on save
- ✅ Keeps saves within the sandbox (prevents absolute paths /
..traversal) - ✅ Supports PNG metadata (prompt, workflow info)
- ✅ Automatic file name conflict resolution
Input Parameters:
images: Images to save (required)filename_prefix: Filename prefix (default: "ComfyUI")use_custom_subfolder: Toggle to activate custom subfolder handlingsubfolder: Relative subfolder path when the toggle is on (e.g.,projectA/run01)
Usage:
- Add the node to your workflow and connect the image input
- Leave
use_custom_subfolderoff to mirror the official save_image (saves inComfyUI/output) - Turn
use_custom_subfolderon to manage project folders - When enabled, either type a relative path in
subfolder(e.g.,clientA/run05) or use the injected dropdown picker - Click Refresh Folders if you add folders while ComfyUI is running; the picker will resync with valid paths
- Invalid values (absolute paths or
..) will raise an error to keep saves sandboxed
Path Safety & Management:
- Saves are always scoped to
ComfyUI/output - Nested folders are allowed (e.g.,
team/project/run01) - The node sanitises input to block absolute paths or directory traversal
- Existing folders appear automatically in the picker for quick reuse and can be refreshed without reloading the workflow
Installation
Method 1: Via ComfyUI Manager (Recommended)
- Open ComfyUI Manager
- Search for "ComfyUI-Owlv_Nodes" or "OwlV"
- Click Install
- Restart ComfyUI
Method 2: Manual Installation
- Navigate to your ComfyUI's
custom_nodesdirectory:
cd ComfyUI/custom_nodes
- Clone this repository:
git clone https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes.git
-
Restart ComfyUI
-
Find the
Save Image (Dir) 🦉| OwlVnode in theimagecategory
Requirements
- ComfyUI base installation
- No additional dependencies required
License
Please see the LICENSE file for details.
Author
OwlV - GitHub
Support
If you encounter any issues or have suggestions, please open an issue on GitHub Issues.
简体中文
概述
ComfyUI自定义实用节点集合,提供多种实用的小工具和多功能节点。
节点列表
Save Image (Dir) 🦉| OwlV
在ComfyUI官方save_image节点的基础上,结合前端脚本提供位于output目录内的项目化子目录管理能力。
功能特点:
- ✅ 保留官方save_image的所有功能
- ✅ 通过开关可选启用
ComfyUI/output下的项目子目录 - ✅ 启用后支持多层级自定义目录
- ✅ 前端自动注入的下拉选择器会列出已有目录并与手动输入保持同步
- ✅ 「🔄 Refresh Folders」按钮可随时调用
/owlv/list_subfolders刷新目录列表 - ✅ 保存时自动创建缺失目录
- ✅ 严格限制在安全沙箱内(禁止绝对路径 /
..) - ✅ 支持PNG元数据(prompt、workflow信息)
- ✅ 自动处理文件名冲突
输入参数:
images: 要保存的图像(必需)filename_prefix: 文件名前缀(默认:"ComfyUI")use_custom_subfolder: 是否启用自定义子目录subfolder: 开关开启时可填写的相对子目录(如projectA/run01)
使用说明:
- 将节点添加到工作流并连接图像输入
- 关闭
use_custom_subfolder时,行为与官方 save_image 一致,保存到ComfyUI/output - 开启
use_custom_subfolder后,可在subfolder中输入相对路径,或使用自动注入的下拉列表快速选择 - 若在运行过程中新增目录,可点击节点上的 🔄 Refresh Folders 按钮刷新列表
- 输入绝对路径或包含
..会被拒绝,以确保输出安全
路径安全与管理:
- 所有文件始终保存于
ComfyUI/output范围内 - 支持多级目录(如
team/project/run01) - 节点会自动清洗输入,阻止绝对路径或目录穿越
- 现有目录会自动出现在下拉列表,可随时刷新而无需重启面板
安装方法
方法1:通过ComfyUI Manager安装(推荐)
- 打开ComfyUI Manager
- 搜索"ComfyUI-Owlv_Nodes"或"OwlV"
- 点击安装
- 重启ComfyUI
方法2:手动安装
- 进入ComfyUI的
custom_nodes - 克隆本仓库:
git clone https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes.git
-
重启ComfyUI
-
在
image分类中找到Save Image (Dir) 🦉| OwlV节点