sd-webui-infinite-image-bro.../docs/imgs
zanllp fcc3b66767 feat: add smart organize feature with AI-powered file organization
- Add smart organize feature that groups similar images based on prompt semantics
- AI generates meaningful folder names in user's preferred language
- Preview before action: review proposed organization, skip or adjust as needed
- Background processing for large folders
- Support move or copy, configurable min cluster size, include subfolders option

Backend changes:
- Add organize_files.py with job management and file operations
- Add recursive parameter to embedding and clustering APIs
- Default recursive=true for Topic Search (backward compatible)
- Default recursive=false for Smart Organize (first-level only)
- Update database on file move to preserve tags

Frontend changes:
- Add SmartOrganizeConfigModal for configuration
- Add OrganizeJobsPanel for progress tracking
- Add OrganizePreview for reviewing and confirming
- Add smart organize button to address bar
- Add i18n translations for zh-hans, zh-hant, en, de

Documentation:
- Update README.md and README-zh.md with feature description
- Update change.log.md with screenshots and video demo

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-17 17:14:02 +08:00
..
smart-organize-config-modal.png feat: add smart organize feature with AI-powered file organization 2026-02-17 17:14:02 +08:00
smart-organize-generate-title.png feat: add smart organize feature with AI-powered file organization 2026-02-17 17:14:02 +08:00
smart-organize-preview-list.png feat: add smart organize feature with AI-powered file organization 2026-02-17 17:14:02 +08:00
smart-organize-preview.png feat: add smart organize feature with AI-powered file organization 2026-02-17 17:14:02 +08:00