basebody / text_prompts_hair.json
hwajjala's picture
Add hairclassifier to the model
2de9666
raw history blame
No virus
2.02 kB
{
"hair": [
"does character have hair on its head",
"does character not have hair on its head"
],
"bald": [
"is character bald",
"is character not bald"
],
"hat": [
"is character wearing a hat",
"is character not wearing a hat"
],
"helmet": [
"is character wearing a helmet",
"is character not wearing a helmet"
],
"headband": [
"is character wearing a headband",
"is character not wearing a headband"
],
"tiara": [
"is character wearing a tiara",
"is character not wearing a tiara"
],
"turban": [
"is character wearing a turban",
"is character not wearing a turban"
],
"crown": [
"is character wearing a crown",
"is character not wearing a crown"
],
"bandana": [
"is character wearing a bandana",
"is character not wearing a bandana"
],
"hood": [
"is character wearing a hood",
"is character not wearing a hood"
],
"wig": [
"is character wearing a wig",
"is character not wearing a wig"
],
"headphones": [
"is character wearing headphones",
"is character not wearing headphones"
],
"earmuffs": [
"is character wearing earmuffs",
"is character not wearing earmuffs"
],
"veil": [
"is character wearing a veil",
"is character not wearing a veil"
],
"feathers": [
"are there feathers on the character's head",
"there are no feathers on the character's head"
],
"horns": [
"does character have horns on its head",
"does character not have horns on its head"
],
"antenna": [
"does character have antenna on its head",
"does character not have antenna on its head"
],
"head-decoration": [
"is there any decoration on the character's head",
"there is no decoration on the character's head"
]
}