Skip to main content

organize images by date

WORKFLOW

πŸ—‚οΈ EZ Organizer – ComfyUI WorkflowCreated by Me – a filmmaker & AI workflow designer. This smart tool automatically organises your image files by date, sorting them into a clean folder structure (Year/Month/Day). Perfect for taming chaotic photo archives, camera dumps, or any folder full of untitled images – all with one click.🧩 OverviewThis workflow uses my custom ImageDateOrganizer node to:Scan a source folder (and optionally its subfolders) for image files.Read the date created or EXIF date from each image.Copy or move the files into a structured hierarchy: Year/Month/Day/.Limit the number of files per day (to avoid overcrowded folders).Remove empty old folders after the operation.Everything is packed into a single custom node – clean, fast, and foolproof.1️⃣ Required Models & PrerequisitesNo AI models are needed – this workflow works entirely based on file metadata (dates).⚠️ Installation Required: This workflow uses my custom ImageDateOrganizer node. You must install it first:bashgit clone https://github.com/saeedkhalili/ComfyUI-Saeed-NodesPlace the cloned folder inside your ComfyUI custom_nodes/ directory and restart ComfyUI.3️⃣ How It Works (One‑Click Photo Organisation)Set source folder – enter the path to the folder containing your images (e.g., C:/Users/.../Camera Dump/).Choose operation – select move (files are moved to the new structure) or copy (files are duplicated).Set optional limits – decide whether to scan subfolders (recursive), choose the calendar system (Gregorian or Jalali), and set a maximum number of files per day (to avoid huge folders).Toggle cleanup – enable remove_empty_old_folders to automatically delete empty source folders after the operation.Run – the node processes all images, reads their dates, and organises them into a neat folder structure.A summary string is output, showing how many files were processed and where they were moved/copied.6️⃣ Advanced Settings (Optional)ParameterDescriptionsource_folderThe path to the folder you wan

organize images by date