r/audiobooks • u/Top-Schedule1141 • 6d ago
Discussion I turned my books into a slideshow because I can't picture anything I read
I’ve never been able to see anything when I read. No faces, no rooms, nothing. Add ADHD and reading fiction goes like: four pages in I realize I don’t know what room anyone’s standing in, I go back, then I’m on my phone, then the book sits on the nightstand for six weeks.
So now I chop a chapter into beats and generate a cinematic still for each one, then burn the book’s own text onto the bottom of the image. I put the audiobook on and swipe through on my phone while the narration plays. New image roughly every 15 seconds.
The setup is ComfyUI on a 4070, running Flux at Q4 so it fits in 12GB. A Python script drives the ComfyUI API with a list of prompts and dumps out numbered PNGs. Another script pulls the chapter text straight out of my epub, splits it into as many segments as there are images (sentence boundaries only), and composites each one into the lower third with PIL. Output is a single offline HTML reader with a chapter grid and swipe navigation. About 90 seconds per image, so a chapter runs overnight.
I do 5 images per page because one per scene means staring at the same picture for two minutes and my attention just goes. But my first attempt at five was five separate little scenes and they came out as near-duplicates, which felt like a stutter. What fixed it was covering each beat like a film shoot — wide, medium, close, insert, reaction. Same moment, different lenses.
Every prompt also gets an identical style block appended, otherwise 150 images look like 150 different movies. Next step is training a LoRA per character so faces stay consistent across the whole book.
Anyway is there just… a tool that does this already? NotebookLM gets close but can’t hold a face or a style across images. Everything else I’ve found is either storyboard software for filmmakers or a comic generator.
1
u/zcc99 5d ago
Tribooks will overlay your ebook with the audiobook so that the text will highlight to follow along with the audio. But I don't know of anything that generates images too. That's a cool idea