This custom node set provides useful utilities for file operations and image loading in ComfyUI.
- π File Manager v2: Move, copy, or delete a file with feedback.
- πΌοΈ Load Image from Path: Load a local image file into ComfyUI workflow.
- π If Text Equals: Logic node to compare two strings.
git clone https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils.git
Then place it into your ComfyUI/custom_nodes/ directory.
Dependencies Install required libraries:
pip install -r requirements.txt
Nodes πΉ File Manager v2 Supports move, copy, delete
Outputs status message
Accepts any input/output types
πΉ Load Image from Path Reads an image from a local path and loads into ComfyUI
πΉ If Text Equals Compares two strings and returns True or False