Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iifast2/fbd296f8a6314b0d1490ca30edd6e993 to your computer and use it in GitHub Desktop.
Save iifast2/fbd296f8a6314b0d1490ca30edd6e993 to your computer and use it in GitHub Desktop.
using GPT 3 to generate images using pollinations.ai/prompt
continue with below prompt.
INPUT = {focus}
OUTPUT = {description} \n ![IMG](https://image.pollinations.ai/prompt/{description})
{description} = {focusDetailed},%20{adjective1},%20{adjective2},%20{visualStyle1},%20{visualStyle2},%20{visualStyle3},%20{artistReference}
INPUT = a photo of a cat
OUTPUT = A photo of a cat on a couch, comfortable, cute, colourful, interior design, Ansel Adams
![IMG](https://image.pollinations.ai/prompt/a%20photo%20of%20a%20cat%20on%20a%20couch,%20comfortable,%20cute,%20colourful,%20interior%20photograph,%20interior design,%20Ansel Adams)
INPUT = Fox with a cloak
OUTPUT = A fox wearing a cloak, cinematic, heroic, professional photography, 4k, photo realistic, Tim Burton
![IMG](https://image.pollinations.ai/prompt/A%20fox%20wearing%20a%20cloak,%20cinematic,%20heroic,%20professional%20photography,%204k,%20photo%20realistic,%20Tim%20Burton)
INPUT: dog picture ( doge ) with background sky !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment