]> git.cworth.org Git - zombocom-ai/commitdiff
Expand the safety-prompt possibilities a bit
authorCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 16:33:04 +0000 (08:33 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 16:33:04 +0000 (08:33 -0800)
Just to keep the variety up

index.html

index a1f4e51955dc0d15096494ea3327d9a56399c738..6bdd28b134138d24eb8568a49a4dfb328829c79f 100644 (file)
@@ -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) +