Ready to use upon download. No need to install dependencies for the time being. If there are new functions or suggestions, please provide feedback. Attention! The delfile node is not recommended for use on servers. I am not responsible for any losses incurred.
ComfyUI-WJNodes explain
Node list:
load image from path
: Load image from pathsave image to path
: Overwrite and save image via pathsave image out
: Save image to output and output the pathselect images batch
: Batch selection and re-combination of batchesload image adv
: Load image with masked inversion and path outputadv crop
: Advanced cropping: Can quickly crop/expand/move/flip images. Can output background mask and custom fill.mask detection
: Mask detection: Detect if there is a mask, detect if it is all hard edges, detect if the mask is pure white/pure black/pure gray and output a value of 0-255.InvertChannelAdv
: Flip/Separate Image Channels, Convert Image RGBA to Mask Batchany_data
: Group any data. Known bug: Nested grouping will split.comfyui path
: Output commonly used paths of ComfyUI (root, output/input, plugins, models, cache, Python environment)path append
: Add prefix and suffix to a string (refer to KJNode)del file
: Detect if a file or path exists, whether to delete a file. Running requires an input signal. Deleting requires write permission.split path
: Path slicing. Input path, output: drive letter/path/file/extension + detect if it is a file.ComfyUI-WJNodes介绍
节点列表
load image from path
: 从路径加载图片save image to path
: 通过路径覆盖保存图片save image out
: 保存图片到output并输出该路径select images batch
: 批次选择和重新组合批次load image adv
: 带遮罩反转和路径输出的加载图片adv crop
: 高级裁剪:可快速裁剪/扩展/移动/翻转图片,可输出背景遮罩和自定义填充mask detection
: 遮罩检测:检测是否有遮罩,检测是否是全硬边,检测遮罩是否是纯白/纯黑/纯灰并输出值0-255InvertChannelAdv
: 翻转/分离图像通道,图像RGBA转遮罩批次any_data
: 将任意数据打组,已知bug:嵌套打组会裂开comfyui path
: 输出comfyui常用路径(根,输出/输入,插件,模型,缓存,python环境)path append
: 给字符串增加前缀后缀(参考KJNode)del file
: 检测文件或路径是否存在,是否删除文件,运行需输入信号,删除需有写入权限split path
: 路径切片,输入路径,输出:盘符/路径/文件/扩展名+检测是否是文件