BACK_TO_FEEDAICRIER_2
ComfyUI, image APIs chase storybook consistency
OPEN_SOURCE ↗
REDDIT · REDDIT// 3d agoINFRASTRUCTURE

ComfyUI, image APIs chase storybook consistency

The thread asks for a stateless way to generate illustrated kids' stories with a local LLM and API-based image generation, while keeping recurring characters visually consistent. The real problem is whether you can avoid a full ComfyUI-style workflow and still preserve identity across scenes.

// ANALYSIS

Hot take: this is mostly a state-management problem, not an image-model problem.

  • You can keep generation serverless, but character consistency still needs durable external state: a character bible, reference images, fixed seeds, or stored style tokens.
  • ComfyUI now has cloud/API options, but the tradeoff is still workflow complexity; it is stronger for graph-heavy control than for a lightweight app backend.
  • OpenAI's image API and Responses API can work with image context, but the docs still warn that recurring characters can drift between generations.
  • For kids' storybooks, the cleanest setup is local LLM for scene planning, remote image API for rendering, and a thin persistence layer for character assets and prompts.
// TAGS
comfyuiimage-genapillmself-hostedcloud

DISCOVERED

3d ago

2026-04-08

PUBLISHED

4d ago

2026-04-08

RELEVANCE

6/ 10

AUTHOR

No_Afternoon_4260