Video wird geladen...
Video konnte nicht geladen werden
Small prototype with AI + generative sketching workflow. Sketches are written as usual in code, and prompts can be used to augment/modify the artwork's inputs and parameters. 🤖 This is using OpenAI API with GPT 3.5, already showing a surprisingly good grasp of color for an LLM.
22,322 Aufrufe • vor 3 Jahren •via X (Twitter)
11 Kommentare

This uses an interface/schema (for OpenAI to ensure a JSON response) so it can work on any type of parameters for your sketch—colors, shapes, text. So far, using AI for abstract tasks like generating new color palettes seems like a reasonable use case, but open to other ideas...

I tried a couple of months ago using chatGPT to generate some palettes but those weren't so smooth. Do you give the prompt directly to chatGPT or is there something more running to smoothen the final colors?

no post processing , these colors are direct result of openAI API call. Using their new functions/JSON features and a little prompt that basically is “give me 5 hex colors matching the input prompt X”

I started experimenting with generating different textures (with different color palettes) as a base for 2d/3d genart systems. Early days still but I see some very promising directions ahead.

nice! ⚡️

// i was trying some experiments with chatgpt a while back // asking it to generate color palettes in hex codes // and then make the whole palette a little warmer // and the like //// was really quite impressed //// what you have done here // is beautiful //

very cool man 🙌

🤩

Really nice 👌

It's like controlnet?

Don’t know that , it’s just openAI GPT API at the moment!

