A custom node for ComfyUI that allows you to:
- List all files (including hidden files) in a specified directory.
- Read and output the content of a specified file.
- Dynamic Path Input: Change the directory path in real-time through the UI.
- File Content Retrieval: Download files directly from the UI.
- Error Handling: Provides informative error messages for invalid paths or filenames.
- Open ComfyUI.
- Navigate to the Manager tab.
- Click on Install from URL.
- Enter the GitHub repository URL:
- Click Install.
- Restart ComfyUI to load the new node.
- Clone the repository into your
custom_nodes
directory:
cd path_to_ComfyUI/custom_nodes/
git clone https://github.com/ankur8613/comfyui-file-manager-node.git