Example Gallery

Explore real-world examples with full source code and explanations. Learn how to build consistent AI videos from simple demos to complex narratives.

View All on GitHubJoin Community

Basic Usage

Beginner

Get started with MiniStudio - generate your first AI video with consistent characters. This example uses the mock provider, so no API keys are required!

This is the perfect starting point. It demonstrates how to create a Ministudio instance, configure a provider, and generate a simple concept video. The mock provider allows you to test the workflow without any API credentials.

Getting Startedbasic_usage.py
View on GitHub →

Character Demo

Beginner

Create videos with persistent character identity across multiple shots. Define a character once, use it everywhere with perfect consistency.

This example showcases MiniStudio's core innovation: character consistency. You define a character's appearance, motion, and style once using StyleConfig, then generate multiple videos where the character maintains the exact same appearance. This solves the biggest problem in AI video generation.

Characterscharacter_demo.py
View on GitHub →

Consistent Story Demo

Intermediate

Build a multi-scene narrative with maintained character and environment consistency throughout the entire story.

Storytellingconsistent_story_demo.py
View on GitHub →

Complex Story Demo

Advanced

Advanced storytelling with multiple characters, environments, and seamless scene transitions.

Storytellingcomplex_story_demo.py
View on GitHub →

Ghibli Studio Demo

Intermediate

Create Studio Ghibli-style animated videos with custom visual styling and artistic direction.

Stylingghibli_studio_demo.py
View on GitHub →

Quantum TikTok Demo

Advanced

Create short-form educational content with engaging visuals explaining complex quantum mechanics concepts.

Educationquantum_tiktok_demo.py
View on GitHub →

Want to See More?

We have 12 total examples covering everything from basic usage to advanced storytelling.

Browse All Examples on GitHub

Ready to Create Your Own?

Start with our Quick Start guide and build your first AI video in minutes.

Get StartedView Documentation