日本語ページ   ▶AI art top   ▶AI art blog   ▶Image top  

🤖🖼 AI Art Blog 🅰🅸 🅰🆁🆃

A blog related to original AI artworks. I make AI artworks using coined words and emoji as prompts.


Answered a function call when I heard a funny spell on ChatGPT

2023-02-19 07:51

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.

2d3t84_y scwq7eh0

sdblur(sdnoise(), 10, 10)

1yz6hsrx N7pBfgKi_1676725898859

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.

hdpy-jnh _n0vemsf

cew2_ofk s3_srauf

2l7kcetj


Dasyn.com デイシン
Created: 2023-02-19 07:51   Edited: 2024-03-26