Our framework operates as a collaborative multi-agent system with access to a shared memory that maintains a dynamic Consistency Index (CI), the current panel set, and the latest consistency report. First, Story Initialization Agent, which takes a user-provided sequence of story prompts and character descriptions, and generates initial story panels using a set of off-the-shelf story visualization methods, including both Flux and SD-based models. Once the initial panels are generated, the Audit Agent evaluates each panel using a VLM, updates the CI, and produces a detailed consistency report. This is followed by the Repair Phase, where the Repair Agent applies localized edits to inconsistent panels using editing tools such as Flux-ControlNet. The Consistency Director Agent oversees the entire process, iteratively triggering the Audit and Repair phases until the CI reaches a predefined threshold or a maximum number of refinement iterations is completed.