Minimal skeleton for the ComfyExplore project — tools to explore and manipulate images produced by SwarmUI/ComfyUI.
Usage examples:
Quick usage examples:
- List files:
python -m comfy_explore --list
- Count files:
python -m comfy_explore --count
The samples/
folder in the repository contains example images used by the project.
Documentation
Detailed project notes and design documents live in the docs/
folder. Files included:
docs/PROJECT_OVERVIEW.md
— project goals and scopedocs/FEATURES.md
— planned and implemented featuresdocs/ARCHITECTURE.md
— package layout and design contractsdocs/ROADMAP.md
— milestones and roadmapdocs/CONTRIBUTING.md
— local setup and contribution guide
Refer to those files for development guidance and project context.