fabricatio_novel.workflows.illustration

Illustrated novel generation workflows.

Chains novel generation with ComfyUI illustration and EPUB export.

Attributes

WriteIllustratedNovelWorkflow

Generate novel → illustrate → dump to EPUB in one go.

DebugIllustratedNovelWorkflow

Use this workflow to debug each stage including illustration.

IllustrateOnlyWorkflow

Use when a Novel is already generated — only run illustration + dump.

IllustrateLoadedNovelWorkflow

Use when a Novel JSON file already exists on disk — only run load → illustrate → dump.

ValidatedIllustratedNovelWorkflow

generate → validate → illustrate → dump.

WriteRAGIllustratedNovelWorkflow

RAG writing style injection → illustration → dump.

DebugRAGIllustratedNovelWorkflow

Debug each stage of RAG + illustrated pipeline.

Module Contents

fabricatio_novel.workflows.illustration.WriteIllustratedNovelWorkflow

Generate novel → illustrate → dump to EPUB in one go.

fabricatio_novel.workflows.illustration.DebugIllustratedNovelWorkflow

Use this workflow to debug each stage including illustration.

fabricatio_novel.workflows.illustration.IllustrateOnlyWorkflow

Use when a Novel is already generated — only run illustration + dump.

fabricatio_novel.workflows.illustration.IllustrateLoadedNovelWorkflow

Use when a Novel JSON file already exists on disk — only run load → illustrate → dump.

fabricatio_novel.workflows.illustration.ValidatedIllustratedNovelWorkflow

generate → validate → illustrate → dump.

Type:

Production-grade

fabricatio_novel.workflows.illustration.WriteRAGIllustratedNovelWorkflow

RAG writing style injection → illustration → dump.

fabricatio_novel.workflows.illustration.DebugRAGIllustratedNovelWorkflow

Debug each stage of RAG + illustrated pipeline.