๐ 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?
- Prepare your environment: https://github.com/Dodelidoo-Labs/imagus#preparations
- Run the code: https://github.com/Dodelidoo-Labs/imagus#usage
- Enjoy your comic!
๐ Developer Notes:
- The program currently uses the
text-davinci-003model 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.