Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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

Profilbild von Matt DesLauriers
Matt DesLauriersvor 3 Jahren

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...

Profilbild von Emanuele Pasin
Emanuele Pasinvor 3 Jahren

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?

Profilbild von Matt DesLauriers
Matt DesLauriersvor 3 Jahren

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”

Profilbild von FHAS
FHASvor 3 Jahren

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.

Profilbild von William Mapan
William Mapanvor 3 Jahren

nice! ⚡️

Profilbild von // glitchstroke //
// glitchstroke //vor 3 Jahren

// 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 //

Profilbild von jiwa 🔆
jiwa 🔆vor 3 Jahren

very cool man 🙌

Profilbild von ilithya
ilithyavor 3 Jahren

🤩

Profilbild von henry
henryvor 3 Jahren

Really nice 👌

Profilbild von gde
gdevor 3 Jahren

It's like controlnet?

Profilbild von Matt DesLauriers
Matt DesLauriersvor 3 Jahren

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

Ähnliche Videos

This is probably the most complex workflow I’ve ever built, only with open-source tools. It took my 4 days. It takes four inputs: author, title, and style; and generates a full visual animated story in one click in ComfyUI . I worked on it for four days. There are still some bugs, but here’s the first preview. Here’s a quick breakdown: - The four inputs are sent to LLMs with precise instructions to generate: first, prompts for images and image modifications; second, prompts for animations; third, prompts for generating music. - All voices are generated from the text and timed precisely, as they determine the length of each animation segment. - The first image and video are generated to serve as the title, but also as the guide for all other images created for the video. - Titles and subtitles are also added automatically in Comfy. - I also developed a lot of custom nodes for minor frame calculations, mostly to match audio and video. - The full system is a large loop that, for each line of text, generates an image and then a video from that image. The loop was the hardest part to build in this workflow, so it can process either a 20-second video or a 2-minute video with the same input. - There are multiple combinations of LLMs that try to understand the text in the best way to provide the best prompts for images and video. - The final video is assembled entirely within ComfyUI. - The music is generated based on the LLM output and matches the exact timing of the full animation. - Done! For reference, this workflow uses a lot of models and only works on an RTX 6000 Pro with plenty of RAM. My goal is not to replace humans, as I’ll try to explain later, this workflow is highly controlled and can be adapted or reworked at any point by real artists! My aim was to create a tool that can animate text in one go, allowing the AI some freedom while keeping a strict flow. I don’t know yet how I’ll share this workflow with people, I still need to polish it properly, but maybe through Patreon. Anyway, I hope you enjoy my research, and let’s always keep pushing further! :)

Lovis Odin

58,571 Aufrufe • vor 9 Monaten