#iMagus - A Comic Generator powered by GPT & Dall-E or Leonardo AI

1 messages ยท Page 1 of 1 (latest)

vague flare
#

๐Ÿš€ Thrilled to introduce a small but fun project: iMagus - A Comic Generator powered by GPT and Dall-E.

๐ŸŽจ What is iMagus?
iMagus is a set of Python scripts that allow you to generate a PDF Comic, complete with images and descriptions for each panel, starting from a single initial "prompt". The code uses GPT to generate follow-up scenes and Dall-E to create an image for each described scene. The final output is a beautifully crafted PDF Comic with up to 4 comic-panels on each page, complete with a title, footnote, and page number in the footer.

๐Ÿ”ง How to Use?

  1. Prepare your environment: https://github.com/Dodelidoo-Labs/imagus#preparations
  2. Run the code: https://github.com/Dodelidoo-Labs/imagus#usage
  3. Enjoy your comic!

๐Ÿ“Œ Developer Notes:

  • The program currently uses the text-davinci-003 model for prompts.
  • Plans include adding a GUI, asynchronous image downloading, and support for newer GPT models and Dall-E 3.

I would love to see the comics you'll create! Check out the repository, and feel free to contribute.
The tools are under GNU License, so feel free to do with it whatever you like.

GitHub

A Comic Generator based on GPT and Dall-E. Contribute to Dodelidoo-Labs/imagus development by creating an account on GitHub.

vague flare
#

New Features

  • supports Leonardo AI (API Key needed). Grants much better quality images, but is also much slower.

Improvements

  • downloads images async, making the application faster.
  • some better terminal command experiences.