SverreNystad / gpt-dungeon-master

Welcome to the GPT Dungeon Master repository! This project harnesses the power of GPT models to create a dynamic and responsive Dungeon Master (DM) for tabletop role-playing games (RPGs). Whether you're a seasoned player looking for a quick rule reference or a group in need of an AI-driven DM for your next adventure, the GPT Dungeon Master is here
35 stars 2 forks source link

Generative Art Visualization #4

Closed SverreNystad closed 1 year ago

SverreNystad commented 1 year ago

While the GPT Dungeon Master provides rich and immersive textual descriptions, visualizing these descriptions can enhance the player's experience and immersion.

I propose the integration of a Generative Art feature that can translate the GPT DM's textual descriptions into real-time visual art. This would allow players to not only hear or read about a scene, character, or item but also see an artistic representation generated on-the-fly.

Proposed Features:

SverreNystad commented 1 year ago

OpenAIs docs on image generation: https://platform.openai.com/docs/guides/images

SverreNystad commented 1 year ago

An solution is to use DALL-E to generate pictures and have the GPT just make the prompt for DALL-E given the description

SverreNystad commented 1 year ago

First image generated generate_image(prompt="A painting of a dungeon master sitting at a table with a group of adventurers playing Dungeons and Dragons.") -> image

The generation of the image did not take very long time, This can make this part of the system easier to use in runtime