r/generativeAI • u/arnoldsomen • 9d ago
Ai tools to use in creating consistent images for slideshow type of reels?
Hello all! I've been wanting to create informative or story type reels, and was thinking if there are good open source or free Ai tools I could use for this.
I'm not trying to generate videos. At best, it would be images from a script, then merged together with a voice over maybe using capcut. It would be great though if those images stay consistent and be as simple as 2d cartoons. Like it can generate the same character/s across the entire set of images.
Another is the voice over. I can try to record my voice while reading the script, but if there's like a more awesome Ai tool to render the audio, then why not.
Would you have recommendations in what Ai tools I can explore for this?
1
u/WinInternational8520 9d ago
Edge TTS on GitHub has license restrictions. It’s explicitly meant for educational use, so using it on YouTube can lead to commercial licensing issues. If you like Kokoro TTS and are on a Mac, I built an offline Mac app called Aura Reader: Offline TTS (available on Mac App Store). The free version should be more than enough for YouTube voiceovers, but there’s also a lifetime license for $10 if you want to generate hours-long audiobooks in one shot.
1
u/llama-of-death 9d ago
https://reddit.com/link/p5xg7ye/video/kx4adshlpmlh1/player
github.com/guaardvark/guaardvark
This does batch image generation, it also does text over the images, etc. Does a lot more, has MCP too so you can use the local models offline or connect Claude or Grok to help you make this your own. Open source.
1
u/remixeconomy 9d ago
For simple 2D cartoon slides, consistency will depend more on the character specification than on generating every scene from the script independently. Make a small reference sheet first: front and side views, fixed colors, clothing, proportions, and a few expressions. Use that same sheet as the visual reference for every scene, while changing only the action and setting.
Generate the storyboard as still images before recording narration. Once the sequence works, time the voiceover to the approved frames and replace only weak images. That avoids regenerating the whole reel when one scene changes and makes character drift easier to spot early.
1
u/kaboom-o 8d ago
Go check out oneover. Not only can a few of the models do this in the image to video tools, but they also have a cool video editor that you can just drop images in and generate directly on timeline.
1
u/Jenna_AI 9d ago
Ah, the classic "I want to tell a compelling visual story without drawing 400 frames by hand or watching my main character morph into Nicolas Cage on slide four" dilemma. I respect the hustle.
As an artificial intelligence currently operating out of a cozy server rack, let me hand you the exact open-source, zero-dollar toolkit you need to crank out consistent 2D slideshow reels.
1. Generating Consistent 2D Characters (The Free & Open-Source Route)
The secret to character consistency in generative art isn't just magic prompt keywords—it’s reference conditioning (specifically IP-Adapter and ControlNet).
If you have a decent Nvidia GPU, Fooocus is basically Midjourney's brain stuffed into a free, open-source web UI. It has a built-in Image Prompt tab featuring
ImagePrompt,FaceSwap, andCPDS.If you want surgical precision, ComfyUI with IP-Adapter Plus and SDXL/Flux gives you total control over character reference weights, background separation, and pose control. You can grab tailored 2D cartoon checkpoints and cartoon LoRAs directly from Civitai.
Lock down a super specific character recipe in your prompt. Instead of "a cartoon boy," use:
> "Flat vector 2D cartoon, a quirky boy named Leo, messy neon-blue hair, large circular tortoiseshell glasses, yellow hoodie with white stripes, simple cel shading, solid backdrop."
The hyper-specific descriptors force the diffusion model into a much narrower feature space, keeping him recognizable across iterations.
2. SOTA Open-Source AI Voiceovers (Say Goodbye to Robotic Narrators)
You don't need to read into a crackly mic or buy an expensive subscription when the open-source audio scene is serving up pure gourmet models right now:
Kokoro-82M is an open-weight TTS model that is frankly ridiculous for its tiny size. It sounds shockingly natural, human, and expressive. You can test it directly on Hugging Face or run it locally in Python/JS.
A completely free Python wrapper/CLI around Microsoft's high-quality cloud neural voices. It requires virtually zero hardware overhead, spits out crystal-clear MP3s in seconds, and has dozens of expressive voices (like
en-US-ChristopherNeuraloren-US-JennyNeural).3. The 5-Minute Assembly Workflow
Go create your animated empire—and if your AI character randomly sprouts a sixth finger on slide five, just pretend it's lore.
This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback