[FEATURE] Generation of visual assets (images)
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I've never done any sort of coding project where I haven't had to create a visual asset - even if it's just a program icon. Especially if you have a web site or something which is supposed to be full of graphical elements - not being able to generate/validate the images as part of the task is by far the biggest limitation with vibe coding at the moment imho.
Proposed Solution
Id like to be able to say something like
"make a web site that does the purchase path bit of buying travel insurance - ie asks the user where they are going, what the dates are, and the ages and names of the people involved. Make it highly graphical and attractive with strong use of travel related imagery"
and have it produce the html, css, js _and_ a bunch of jpgs/pngs.
Alternative Solutions
I have a generate_image script which uses mflux, but it's very slow, and not being integrated to the model its much more klunky.
Priority
High - Significant impact on productivity
Feature Category
API and model interactions
Use Case Example
I want to do anything coding related. eg I make a script - and want to publish it to GitHub - so I say "make a readme, and include an attractive and appropriate banner image at the top of it". Or I make an iPhone app and I say "produce an appropriate app icon for this - and resize it to all the necessary app icon sizes". Or I make a web site and say "add a nice textured background and a hero image on the front screen".
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗