← Back to context

Comment by naet

6 hours ago

What is your workflow for making these?

The designs are outputs from my own site. This has an overview of the process: https://diffui.ai/learn/new-site

The gist of it though is I take a prompt, expand it into a json blob specifying structure/palette/positioning of elements/etc, feed that into a diffusion model to output a few choices. Once I lock in a choice I take the pixel output + json blob and use it as input into followup pages. The json helps preserve the brand across multiple pages.

Once I have all the inputs I take their corresponding image+json blobs and feed them into an agent to create a web implementation.

For image models, diffui currently uses gpt-image-2.5, mai-image-2.6, and very, very rarely a post-trained version of flux 2 dev I've made for web design, though that one will be deprecated soon.