From d84f35c5cd6f88d299bb35565b587b6acd4fde0a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 8 Dec 2022 08:33:04 -0800 Subject: [PATCH] Expand the safety-prompt possibilities a bit Just to keep the variety up --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index a1f4e51..6bdd28b 100644 --- a/index.html +++ b/index.html @@ -242,6 +242,8 @@ mute.addEventListener("click", () => { "An image of", "A pencil sketch of", "A watercolor of", + "A 3D rendering of", + "A marble statue of", ]; const subject = [ " a modern home", @@ -254,6 +256,7 @@ mute.addEventListener("click", () => { " sci-fi buildings", " pastel purple clouds", " a Teenage Mutant Ninja Turtle", + " Pikachu", ]; const scenery = [ " in tropical surroundings", @@ -272,6 +275,7 @@ mute.addEventListener("click", () => { " on the streets of London at night with neon lights flashing", " that is part octopus", " melting into a puddle", + " on a birthday cake", ]; const artist = [ ", unreal engine 5", @@ -283,6 +287,8 @@ mute.addEventListener("click", () => { ", fantasy art, neon fog", ", epic lighting from above", ", trending on artstation", + " by Gustav Klimt", + " by Leonardo da Vinci", ]; prompt.value = random_from(art_type) + random_from(subject) + -- 2.43.0