Skip to content

Commit

Permalink
add drawing prompt preset
Browse files Browse the repository at this point in the history
  • Loading branch information
relsqui committed Dec 29, 2023
1 parent b8287ce commit 136145a
Showing 1 changed file with 272 additions and 0 deletions.
272 changes: 272 additions & 0 deletions src/static/presets/drawing-prompts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
{
"title": "Drawing Prompts",
"description": "Inspired by (but not affiliated with) the Drawfee Show.",
"link": "https://www.youtube.com/@drawfee",
"schemaVersion": "0.1.0",
"contentVersion": "",
"generators": {
"Subject + Modifier": [
"Draw <subject> <modifier>."
],
"Character Description": [
"This is a <height> <body-type> character with <hair-type> <hair-color> hair.",
"They're wearing <clothes-type> clothes in <clothes-color>, and carrying <prop>.",
"They seem <attitude> but <attitude>."
],
"Franchise Crossover": [
"Draw a <franchise> character in the style of <franchise>, or vice versa."
],
"Nonhuman Crossover": [
"Draw <nonhuman> crossed with <nonhuman>."
],
"Pose": [
"Their right arm is <pose-limb> and their left arm is <pose-limb>.",
"Their right leg is <pose-limb> and their left leg is <pose-limb>.",
"Their body is <pose-center> and their head is <pose-center>."
],
"Random Nonhuman": [
"<nonhuman>"
],
"Random Franchise": [
"<franchise>"
]
},
"tables": {
"subject": [
"yourself",
"each other",
"a famous artwork",
"a celebrity",
"a character you love",
"a character you're not familiar with",
"your OC",
"a historical figure",
"a mythological figure",
"someone from the Character Description tab",
"something from the Random Nonhuman tab"
],
"modifier": [
"as an animal",
"as a Pokemon",
"as described by AI",
"as an anime character",
"in a random shape",
"from a description only",
"upside down",
"stretched",
"in a style from the Random Franchise tab",
"as a monster",
"with your eyes closed",
"in each other's style",
"as a superhero",
"in different genres",
"but much more exciting",
"but much more mundane",
"but much cuter",
"using a random brush",
"as a video game boss",
"with inverted colors",
"in a costume",
"in the distant future",
"as creepy as possible",
"as their opposite",
"in a pose from the Pose tab",
"as a villain",
"crossed with something from the Random Nonhuman tab",
"using a random palette",
"with your offhand",
"from a cropped screenshot",
"as a pro wrestler",
"based only on vibes",
"as a kid"
],
"nonhuman": [
"a flower",
"a cocktail",
"a pet",
"an insect",
"a lizard",
"an alien",
"a cryptid",
"a vegetable",
"a bird",
"a toy",
"junk food",
"a fruit",
"a dessert",
"a color",
"a kaiju",
"a spider",
"a Neopet",
"a dream",
"a fear",
"a tarot card",
"a robot",
"a dinosaur",
"a mushroom",
"an inkblot shape",
"a planet",
"a holiday"
],
"franchise": [
"Disney",
"Elden Ring",
"the Simpsons",
"Pokemon",
"Steven Universe",
"Star Wars",
"Invader Zim",
"Yu-Gi-Oh",
"the Muppets",
"Dragonball Z",
"Dungeons & Dragons",
"She-Ra",
"Neopets",
"Animal Crossing",
"Looney Tunes",
"Scooby Doo",
"Hollow Knight",
"Drawtectives",
"Sanrio",
"Beastars",
"JoJo's Bizarre Adventure",
"Heathcliff",
"Sailor Moon",
"Studio Ghibli",
"Spongebob",
"Legend of Zelda"
],
"pose-limb": [
"raised",
"stretched out",
"tucked close to their body",
"tense",
"slightly bent",
"relaxed"
],
"pose-center": [
"straight",
"turned to the left",
"turned to the right",
"leaning forward",
"leaning back"
],
"body-type": [
"toned",
"muscular",
"burly",
"chiseled",
"stocky",
"chubby",
"curvy",
"pear-shaped",
"slender",
"waifish",
"stick-thin",
"sleek"
],
"hair-type": [
"close-cropped",
"short",
"curly",
"frizzy",
"neatly combed",
"messy",
"voluminous",
"shoulder length",
"flowing",
"disheveled",
"elaborately styled",
"tied-back",
"wild"
],
"attitude": [
"pensive",
"aggressive",
"intense",
"friendly",
"airheaded",
"wise",
"creative",
"energetic",
"worried",
"driven",
"curious",
"bossy",
"flirty",
"distracted",
"humble",
"withdrawn",
"confident",
"silly",
"confused",
"adventurous",
"wholesome",
"dangerous",
"peaceful"
],
"hair-color": [
"black",
"silver",
"white",
"brown",
"blonde",
"red",
"brightly dyed"
],
"clothes-type": [
"athletic",
"professional",
"formal",
"casual",
"stylish",
"revealing",
"silly",
"comfortable",
"practical",
"baggy",
"tight-fitting",
"dirty",
"impractical",
"makeshift",
"fancy",
"cozy",
"breezy",
"expensive"
],
"height": [
"very tall",
"tall",
"medium height",
"medium height",
"short",
"very short"
],
"prop": [
"a plant",
"a computer",
"a small animal",
"a light source",
"a book",
"a weapon",
"food",
"a piece of art",
"another person",
"a bag",
"a drink",
"tools",
"a little bit too much",
"luggage",
"papers",
"a musical instrument"
],
"clothes-color": [
"earth tones",
"warm colors",
"cool colors",
"neutral colors",
"jewel tones",
"dark colors"
]
}
}

0 comments on commit 136145a

Please sign in to comment.