A blog related to original AI artworks. I make AI artworks using coined words and emoji as prompts.
I asked ChatGPT, “Could you tell me a short spell that makes an interesting image with Stable Diffusion 1.5?” Then, some programs came back as answers. An example is
1. Generate random noise
sdnoise[0] out_color("type=octave, lacunarity=2, persistence=0.5, octaves=6, seed=1"); out_color = out_color * 2 - 1; out_color = sdscale(out_color, 0.5, 0.5, 0.5, 0); out_color = sdcurl(out_color, 1);This prompt generated random noise. The generated noise is a special type of noise called curl noise. Performing this spell reveals random patterns and creates interesting images.
However, what I want is an English prompt, not a program. I had no choice but to run some of the returned programs.
sdswirl(sdfieldnoise(), 0.5)
Entering this as a prompt certainly produces a rather interesting image.
sdblur(sdnoise(), 10, 10)
But I donʼt understand why such a program works as a prompt. I asked ChatGPT where the manual for Stable Diffusion 1.5 is, but I still donʼt know which manual I can refer to. I still donʼt know where GhatGPT got this knowledge from.
Here are some other examples.