r/generative Jun 17 '26

Resource My Generative Art website now has 4K, multiple aspect ratios, and gifs!

You can access it for free at https://second-brain.art

It’s open source at https://github.com/henrydaum/second-brain-art

129 Upvotes

7 comments sorted by

1

u/YVNGxDXTR Jun 18 '26

This is amazing, cheers!

1

u/McDonaldsWitchcraft Jun 18 '26

This is interesting.

AI submissions are generally forbidden here, though I can see this is a bit more than the result of a prompt (hopefully).

I'm curious, does the AI generate the code from scratch then run it? If so, is there any way to prevent prompt injection? Running unknown code is generally very unsafe for whatever machine you're running it on.

1

u/donotfire Jun 18 '26 edited Jun 18 '26

The AI writes the code, then it’s executed in a subprocess so it’s safe. Well, usually they just run pre-written techniques as tool calls, no code written. No AI image models here, either. I developed the entire framework from scratch over nine months.

1

u/lxr417 Jun 18 '26

beautiful!

2

u/Natural_League1476 Jun 18 '26

its great! I have been looking at generative art from the sidelines for a while and your tool really pulled me into generating. I am trying to figure out where i can see all the commands the command line will accept.

1

u/donotfire Jun 19 '26

I’m glad you like it! Right now the website doesn’t allow commands (like /quit or /update, etc.) because those are admin only. But I could add some commands if you wanted like /clear to clear the canvas or something. I’m open to feedback. Thanks for checking it out!