Project Brief
Create a tool that helps users generate images in a specific, consistent visual style (e.g., 1950s sci-fi comic book art, or modern corporate vector illustrations).
Core Tasks
- Choose an image generation model to work with (e.g., DALL-E 3 via API, or an open-source model like Stable Diffusion).
- Develop a "master prompt" or a set of style descriptors that consistently produces your target aesthetic. This will require significant experimentation.
- Create a simple interface where a user can input a subject (e.g., "a cat riding a bicycle") and your tool will automatically combine it with your master style prompt before sending it to the image generation API.
- Display the generated image to the user.
Stretch Goals
- Allow the user to select from multiple pre-defined visual styles.
- Add negative prompts (describing what you *don't* want to see in the image) to improve output quality.