generate_story
Generate storyboards, comics, or tutorials by providing a single prompt that interleaves text and images. Saves images to a directory and outputs markdown with inline image paths.
Instructions
Generate interleaved text + images from one prompt: storyboards, comics, recipes with step photos, illustrated explainers, tutorials. Saves numbered images to a directory and returns the narrative as markdown with image paths inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Optional image resolution (omit to let the model decide) | |
| model | No | pro gives the best interleaved quality | pro |
| ratio | No | Optional aspect ratio for the images (omit to let the model decide) | |
| prompt | Yes | What to create, e.g. 'A 6-panel storyboard of a fox learning to fly, illustrations interleaved with captions' | |
| basename | No | Filename prefix for saved images | story |
| output_dir | Yes | Directory to save the images |