dgo2dance / sitcom-simulator

A tool that combines ChatGPT, Stable Diffusion, FakeYou, and FreePD to create AI-generated videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitcom Simulator

A highly-customizable tool that automatically creates AI-generated meme videos

pip install sitcom-simulator

Documentation

View the documentation for setup instructions and code samples.

Example Videos

And several hundred more.

Features

  • AI-generated scripts
  • AI-generated images
  • Deepfaked character voices
  • Automatic background music finder
  • Limitless customizability
  • (coming soon) Automatic YouTube uploading

Usage

Sitcom Simulator is designed to be simple to use, but also supports extreme customizability for power users who know exactly what they want. Sitcom Simulator can be used from the command line or can be imported in Python scripts.

Command Line

The most basic usage is simply running the sitcom-simulator command with no arguments. Many optional arguments are supported as well. Note that you must set your API key environment variables before it will work.

sitcom-simulator --prompt "Elon Musk teleports a toaster into the ocean" --style "beautiful renaissance oil painting" 

Python

Sitcom Simulator can also be imported in Python scripts:

from sitcom_simulator import create_sitcom

# generate a short meme video and save it in the project folder
create_sitcom(
    prompt="Mario hits Luigi with a stapler",
)

How it Works

Sitcom Simulator is essentially duct tape that combines multiple different AI tools into one unholy abomination.

  1. ChatGPT generates the video script
  2. FakeYou generates voices for the characters
  3. Stable Diffusion generates images for the characters
  4. Freepd provides the background music
  5. FFmpeg connects the images and voices into a movie

Contributions

Want to help work on this project? I'm down! Contact me if you want to contribute or have any questions :)

Have fun!!!

Links

About

A tool that combines ChatGPT, Stable Diffusion, FakeYou, and FreePD to create AI-generated videos.

License:MIT License


Languages

Language:Python 100.0%