fabricatio_novel.workflows.illustration
Illustrated novel generation workflows.
Chains novel generation with ComfyUI illustration and EPUB export.
Attributes
Generate novel → illustrate → dump to EPUB in one go. |
|
Use this workflow to debug each stage including illustration. |
|
Use when a Novel is already generated — only run illustration + dump. |
|
Use when a Novel JSON file already exists on disk — only run load → illustrate → dump. |
|
generate → validate → illustrate → dump. |
|
RAG writing style injection → illustration → dump. |
|
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.