This is a simple image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.
Generate an API KEY at OpenAI and add it to the .env file.
Install the dependencies
npm installRun server
npm startVisit http://localhost:5000 in your browser.
Hosted Link:https://aiimagify7.onrender.com/
Note: If link is not working probably Api key is expired or Account has exhausted the limit. OPEENAI api is not free anymore so API will not be woking trying to build again with stable diffusion api
