Add outfit gallery and AI-powered creation for characters and outfits

- Add outfit gallery with CRUD operations (create, read, update, delete)
- Add AI-powered profile generation for both characters and outfits
- Add toggle to switch between AI generation and manual creation
- Auto-generate filenames from names with incrementing for duplicates
- Add 'full_body' and 'bottom' fields to wardrobe structure
- Update all character and outfit JSON files with new wardrobe fields
- Reorganize data into data/characters and data/clothing directories
- Update README with new features and JSON structure documentation
This commit is contained in:
Aodhan Collins
2026-02-19 18:34:46 +00:00
parent 369c92e3ea
commit c0e6cff7b7
87 changed files with 2325 additions and 384 deletions

View File

@@ -0,0 +1,57 @@
{
"character_id": "aerith_gainsborough",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long brown hair, braided, ",
"eyes": "green eyes",
"hands": "pink nails",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "pink hair ribbon"
},
"defaults": {
"expression": "gentle smile, looking at viewer",
"pose": "handing flower to viewer",
"scene": "city street, night"
},
"wardrobe": {
"default": {
"full_body": "long pink dress",
"headwear": "",
"top": "red bolero jacket",
"bottom": "",
"legwear": "",
"footwear": "brown boots",
"hands": "",
"accessories": "gold bracelets, flower basket"
},
"red_dress": {
"full_body": "long dress, frilled dress, red dress",
"headwear": "red hair ribbons",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "white high heels",
"hands": "red nails",
"accessories": "gold bracelets"
}
},
"styles": {
"aesthetic": "floral, final fantasy vii style",
"primary_color": "pink",
"secondary_color": "red",
"tertiary_color": "brown"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Final Fantasy VII"
],
"character_name": "Aerith Gainsborough"
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "android_18",
"character_name": "Android 18",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "shoulder-length blonde hair, tucked behind one ear",
"eyes": "blue eyes",
"hands": "blue nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "neutral",
"pose": "tucking hair behind ear",
"scene": "wasteland, mountains, "
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "blue denim vest,black long sleeved shirt, striped sleeves",
"bottom": "blue denim skirt",
"legwear": "black stockings",
"footwear": "brown boots",
"hands": "",
"accessories": "gold hoop earrings"
}
},
"styles": {
"aesthetic": "anime, dragon ball style",
"primary_color": "blue",
"secondary_color": "black",
"tertiary_color": "white"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Dragon Ball Z"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "anya_(spy_x_family)",
"character_name": "Anya Forger",
"identity": {
"base_specs": "1girl, small build, loli, fair skin",
"hair": "short pink hair, two small horns (hair ornaments)",
"eyes": "green eyes",
"hands": "pink nails",
"arms": "",
"torso": "flat chest",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "black Eden Academy uniform, gold trim",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "black shoes, white socks",
"hands": "",
"accessories": "black and gold hair cones"
}
},
"styles": {
"aesthetic": "cute, academic, spy x family style",
"primary_color": "pink",
"secondary_color": "black",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Spy x Family"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "biwa_hayahide_(Umamusume)",
"character_name": "Biwa Hayahide",
"identity": {
"base_specs": "1girl, horse ears, horse tail, tall",
"hair": "long grey hair, wild hair",
"eyes": "purple eyes, red framed glasses",
"hands": "",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "thinking",
"pose": "reading",
"scene": "library, sun beam"
},
"wardrobe": {
"default": {
"full_body": "tracen school uniform",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "heeled shoes",
"hands": "",
"accessories": ""
}
},
"styles": {
"aesthetic": "anime,umasumame",
"primary_color": "maroon",
"secondary_color": "white",
"tertiary_color": "grey"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Umamusume"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "bulma",
"character_name": "Bulma Briefs",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "turquoise hair, ponytail",
"eyes": "blue eyes",
"hands": "turquoise nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "black playboy bunny",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "pantyhose",
"footwear": "red high heels",
"hands": "detatched cuffs",
"accessories": "red hair ribbon"
}
},
"styles": {
"aesthetic": "wasteland, anime, dragon ball style",
"primary_color": "pink",
"secondary_color": "turquoise",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Dragon Ball"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "camilla_(fire_emblem)",
"character_name": "Camilla Nohr",
"identity": {
"base_specs": "1girl, curvaceous build, fair skin",
"hair": "long wavy lavender hair, hair covering one eye",
"eyes": "purple eyes",
"hands": "purple nails",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "black tiara"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "black armor, gold trim",
"headwear": "",
"top": "belt between breasts, cleavage",
"bottom": "purple sash, pelvic curtain, black panties",
"legwear": "black armored thigh boots",
"footwear": "gold heels",
"hands": "purple velvet gloves",
"accessories": "purple cape, large axe"
}
},
"styles": {
"aesthetic": "battlefield,night,gothic, fire emblem style",
"primary_color": "black",
"secondary_color": "gold",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "Illustrious/Looks/fecamilla-illu-nvwls-v2.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Fire Emblem"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "cammy",
"character_name": "Cammy White",
"identity": {
"base_specs": "1girl, muscular build, fair skin",
"hair": "long blonde hair, twin braids",
"eyes": "blue eyes",
"hands": "green nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "scar on left cheek, green camouflage paint on legs"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "green high-leg leotard",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "bare legs",
"footwear": "black combat boots, green socks",
"hands": "red gauntlets",
"accessories": "red beret"
}
},
"styles": {
"aesthetic": "aurora,above valley,stone bridge, street fighter style",
"primary_color": "green",
"secondary_color": "red",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Street Fighter"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "chun_li",
"character_name": "Chun-Li",
"identity": {
"base_specs": "1girl, muscular build, fair skin, asian",
"hair": "black hair, hair buns",
"eyes": "brown eyes",
"hands": "blue nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "thick thighs",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "confident",
"pose": "fighting stance",
"scene": "market, daytime"
},
"wardrobe": {
"default": {
"full_body": "blue qipao, gold embroidery, white accents",
"headwear": "",
"top": " puffy shoulders",
"bottom": "brown tights",
"legwear": "",
"footwear": "white lace-up boots",
"hands": "",
"accessories": "white hair ribbons, spiked bracelets"
}
},
"styles": {
"aesthetic": "chinese style, ",
"primary_color": "blue",
"secondary_color": "white",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Street Fighter"
]
}

47
data/characters/ciri.json Normal file
View File

@@ -0,0 +1,47 @@
{
"character_id": "ciri",
"character_name": "Ciri",
"identity": {
"base_specs": "1girl, athletic build",
"hair": "ashen grey hair, messy bun",
"eyes": "emerald green eyes, mascara",
"hands": "green nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "scar over eye"
},
"defaults": {
"expression": "serious",
"pose": "fighting stance, holding sword",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "white blouse",
"bottom": "brown leather trousers",
"legwear": "",
"footwear": "brown leather boots",
"hands": "brown leather gloves",
"accessories": "silver sword on back, witcher medallion"
}
},
"styles": {
"aesthetic": "fantasy, witcher style",
"primary_color": "white",
"secondary_color": "brown",
"tertiary_color": "silver"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"The Witcher 3"
]
}

View File

@@ -0,0 +1,48 @@
{
"character_id": "delinquent_mother_flim13",
"character_name": "Delinquent Mother",
"identity": {
"base_specs": "1girl, milf, gyaru, tall",
"hair": "blonde hair, long hair",
"eyes": "sharp eyes, black eyes, white pupil,",
"hands": "red nails",
"arms": "",
"torso": "very large breasts",
"pelvis": "wide hips",
"legs": "",
"feet": "painted nails",
"extra": ""
},
"defaults": {
"expression": "naughty face",
"pose": "spread legs, leopard print panties",
"scene": "sitting on couch, from below"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "light brown sweater, cleavage",
"bottom": "leopard print skirt",
"legwear": "",
"footwear": "red high heels",
"hands": "",
"accessories": "necklace, rings,"
}
},
"styles": {
"aesthetic": "living room",
"primary_color": "pink",
"secondary_color": "black",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "Illustrious/Looks/Gyaru_mom_Flim13_IL_V1.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Original",
"flim13"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "gold_city_(Umamusume)",
"character_name": "Gold City",
"identity": {
"base_specs": "1girl, horse ears, horse tail, tall",
"hair": "blonde hair, wavy hair",
"eyes": "blue eyes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "bored",
"pose": "looking at phone",
"scene": "sitting on bench"
},
"wardrobe": {
"default": {
"full_body": "tracen school uniform",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "heeled shoes",
"hands": "",
"accessories": "choker, earrings"
}
},
"styles": {
"aesthetic": "modeling,school yard",
"primary_color": "gold",
"secondary_color": "white",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Umamusume"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "gold_ship_(Umamusume)",
"character_name": "Gold Ship",
"identity": {
"base_specs": "1girl, horse ears, horse tail, tall",
"hair": "grey hair, short hair",
"eyes": "red eyes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "smile",
"pose": "running toward viewer",
"scene": "horse race track, sunshine"
},
"wardrobe": {
"default": {
"full_body": "tracen school uniform",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "heeled shoes",
"hands": "",
"accessories": "ear covers, hat"
}
},
"styles": {
"aesthetic": "horse race track,energetic, sporty",
"primary_color": "red",
"secondary_color": "white",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Umamusume"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "hatsune_miku",
"character_name": "Hatsune Miku",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long turquoise hair, twin tails, floor-length",
"eyes": "turquoise eyes",
"hands": "turquoise nails",
"arms": "01 tattoo on left shoulder",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "grey sleeveless shirt, turquoise tie",
"bottom": "",
"legwear": "grey miniskirt, turquoise trim",
"footwear": "black thigh-high boots, turquoise trim",
"hands": "black arm warmers, turquoise trim",
"accessories": "hair ornament, headset"
}
},
"styles": {
"aesthetic": "concert, stage, vocaloid, futuristic, anime style",
"primary_color": "teal",
"secondary_color": "grey",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Vocaloid"
]
}

View File

@@ -0,0 +1,49 @@
{
"character_id": "jasmine_disney",
"character_name": "Jasmine",
"identity": {
"base_specs": "1girl, dark skin, ",
"hair": "black hair, long hair, voluminous hair, banded hair, sectioned hair",
"eyes": "brown eyes, ",
"hands": "teal nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "narrow waist",
"legs": "",
"feet": "",
"extra": "heavy eyeliner, winged eyeliner"
},
"defaults": {
"expression": "gentle smile",
"pose": "hand in water",
"scene": "sitting beside fountain, sunshine"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "teal crop top, tube top, off-shoulder, cleavage",
"bottom": "teal harem pants",
"legwear": " baggy pants, sheer fabric",
"footwear": "gold shoes, curling toes, pointed shoes",
"hands": "",
"accessories": "gold hoop earrings, large gold necklace, blue headband, jewel on headband"
}
},
"styles": {
"aesthetic": "desert arabian, disney, cartoon, ",
"primary_color": "teal",
"secondary_color": "gold",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/Jasmine-IL_V2.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Aladdin",
"princess",
"disney"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "jessica_rabbit",
"character_name": "Jessica Rabbit",
"identity": {
"base_specs": "1girl, tall,",
"hair": "long red hair, side part, hair over one eye",
"eyes": "green eyes, heavy makeup, purple eyeshadow",
"hands": "purple elbow gloves",
"arms": "",
"torso": "large breasts",
"pelvis": "very narrow waist",
"legs": "",
"feet": "",
"extra": "red lips"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "red sequin evening gown",
"headwear": "",
"top": "strapless, backless",
"bottom": "high slit",
"legwear": "side slit",
"footwear": "red high heels",
"hands": "purple opera gloves",
"accessories": "gold earrings, glitter"
}
},
"styles": {
"aesthetic": "jazz club,noir,",
"primary_color": "red",
"secondary_color": "purple",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "Illustrious/Looks/JessicaRabbitXL_character-12-IL.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Who Framed Roger Rabbit"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "jessie_(pokemon)",
"character_name": "Jessie",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long magenta hair, curved back",
"eyes": "blue eyes",
"hands": "white nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "green earrings"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black crop top,white Team Rocket uniform jacket, red R logo",
"bottom": "midriff, white miniskirt",
"legwear": "",
"footwear": "black thigh-high boots",
"hands": "black elbow gloves",
"accessories": "green earrings"
}
},
"styles": {
"aesthetic": "villainous, anime, pokemon style",
"primary_color": "white",
"secondary_color": "magenta",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Pokemon"
]
}

47
data/characters/jinx.json Normal file
View File

@@ -0,0 +1,47 @@
{
"character_id": "jinx_(league_of_legends)",
"character_name": "Jinx",
"identity": {
"base_specs": "1girl, slender build, pale skin,",
"hair": "long aqua hair, twin braids, very long hair, bangs",
"eyes": "pink eyes, ",
"hands": "black and pink nails",
"arms": "",
"torso": "flat chest,",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "cloud tattoo,"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "pink and black bikini, asymmetrical_bikini ",
"bottom": "pink shorts",
"legwear": "single pink stocking",
"footwear": "combat boots",
"hands": "black fingerless gloves, fishnet elbow gloves,",
"accessories": "ammo belts, choker, bullet necklace,"
}
},
"styles": {
"aesthetic": "punk, chaotic,",
"primary_color": "pink",
"secondary_color": "black",
"tertiary_color": "aqua"
},
"lora": {
"lora_name": "Illustrious/Looks/jinx_default_lol-000021.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"League of Legends"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "kagamine_rin",
"character_name": "Kagamine Rin",
"identity": {
"base_specs": "1girl, petite",
"hair": "blonde hair, short hair, hair bow",
"eyes": "blue eyes",
"hands": "",
"arms": "detached sleeves",
"torso": "flat chest",
"pelvis": "",
"legs": "leg warmers",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "white shirt, sailor collar",
"bottom": "black shorts, yellow belt",
"legwear": "knee-high socks",
"footwear": "white shoes",
"hands": "",
"accessories": "headset, hair bow"
}
},
"styles": {
"aesthetic": "concert, stage, vocaloid, cyber",
"primary_color": "yellow",
"secondary_color": "white",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Vocaloid"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "kagari_atsuko",
"character_name": "Kagari Atsuko",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long brown hair, half-ponytail, bangs",
"eyes": "red eyes",
"hands": "",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "luna nova school uniform",
"headwear": "",
"top": "white shirt,dark blue witch robes",
"bottom": "dark blue skirt",
"legwear": "white socks",
"footwear": "brown boots",
"hands": "",
"accessories": "pointed witch hat, brown belt, magic wand"
}
},
"styles": {
"aesthetic": "fantasy, magical girl, little witch academia style",
"primary_color": "dark blue",
"secondary_color": "brown",
"tertiary_color": "red"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Little Witch Academia"
]
}

View File

@@ -0,0 +1,50 @@
{
"character_id": "k/da_all_out_ahri",
"character_name": "Ahri",
"identity": {
"base_specs": "1girl, slender build, fair skin, fox ears",
"hair": "long blonde hair, flowing",
"eyes": "yellow eyes",
"hands": "silver nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "whisker markings on cheeks, crystal tails"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "silver crop top, white and silver jacket",
"bottom": "black leather shorts",
"legwear": "",
"footwear": "black thigh-high boots",
"hands": "",
"accessories": "crystal heart, silver jewelry"
}
},
"styles": {
"aesthetic": "pop star, mystical, k/da style",
"primary_color": "silver",
"secondary_color": "white",
"tertiary_color": "blue"
},
"lora": {
"lora_name": "Illustrious/Looks/KDA AhriIlluLoRA.safetensors",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"League of Legends",
"K/DA",
"KDA",
"K-Pop"
]
}

View File

@@ -0,0 +1,50 @@
{
"character_id": "k/da_all_out_akali",
"character_name": "Akali",
"identity": {
"base_specs": "1girl, athletic build, fair skin",
"hair": "long dark blue hair, blonde streaks, high ponytail",
"eyes": "blue eyes",
"hands": "blue nails",
"arms": "tattoos on arms",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black crop top, blue and silver motorcycle jacket",
"bottom": "black leather pants",
"legwear": "",
"footwear": "blue sneakers",
"hands": "black fingerless gloves",
"accessories": "kama and kunai"
}
},
"styles": {
"aesthetic": "pop star, street, k/da style",
"primary_color": "blue",
"secondary_color": "purple",
"tertiary_color": "silver"
},
"lora": {
"lora_name": "Illustrious/Looks/KDAAkaliIlluLoRA.safetensors",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"League of Legends",
"K/DA",
"KDA",
"K-Pop"
]
}

View File

@@ -0,0 +1,50 @@
{
"character_id": "k/da_all_out_evelynn",
"character_name": "Evelynn",
"identity": {
"base_specs": "1girl, curvaceous build, fair skin",
"hair": "light blue hair,",
"eyes": "yellow glowing eyes, slit pupils",
"hands": "metal claws",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "two long lashers (shadow tendrils)"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black leather bra, iridescent blue jacket, fur collar",
"bottom": "black leather skirt",
"legwear": "",
"footwear": "black high-heeled boots",
"hands": "",
"accessories": "diamond earrings"
}
},
"styles": {
"aesthetic": "pop star, glamorous, k/da style",
"primary_color": "blue",
"secondary_color": "purple",
"tertiary_color": "silver"
},
"lora": {
"lora_name": "Illustrious/Looks/KDA EvelynnIlluLoRA.safetensors",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"League of Legends",
"K/DA",
"KDA",
"K-Pop"
]
}

View File

@@ -0,0 +1,50 @@
{
"character_id": "k/da_all_out_kai'sa",
"character_name": "Kai'Sa",
"identity": {
"base_specs": "1girl, athletic build, fair skin",
"hair": "long hair, purple hair, hair ornament, ponytail, green highlights",
"eyes": "purple eyes",
"hands": "silver nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "silver bodysuit",
"headwear": "",
"top": "white and silver jacket",
"bottom": "",
"legwear": "silver leggings",
"footwear": "silver high-heeled boots",
"hands": "",
"accessories": "crystal shoulder pods"
}
},
"styles": {
"aesthetic": "pop star, futuristic, k/da style",
"primary_color": "silver",
"secondary_color": "white",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "Illustrious/Looks/KDA KaisaIlluLoRA.safetensors",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"League of Legends",
"K/DA",
"KDA",
"K-Pop"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "komi_shouko",
"character_name": "Komi Shouko",
"identity": {
"base_specs": "1girl, slender build, pale skin, asian",
"hair": "long dark purple hair, hime cut,",
"eyes": "dark purple eyes,",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "black pantyhose",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "shy,",
"pose": "holding notebook",
"scene": "classroom"
},
"wardrobe": {
"default": {
"full_body": "itan private high school uniform",
"headwear": "",
"top": "blazer, striped bow tie, white shirt",
"bottom": "plaid skirt",
"legwear": "black pantyhose",
"footwear": "loafers",
"hands": "",
"accessories": ""
}
},
"styles": {
"aesthetic": "blackboard,anime, manga, clean lines",
"primary_color": "purple",
"secondary_color": "magenta",
"tertiary_color": "white"
},
"lora": {
"lora_name": "",
"lora_weight": 0.8,
"lora_triggers": "komi shouko, itan private high school uniform"
},
"tags": [
"Komi Can't Communicate"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "lara_croft_classic",
"character_name": "Lara Croft",
"identity": {
"base_specs": "1girl, athletic build,",
"hair": "long brown hair, single braid",
"eyes": "brown eyes",
"hands": "",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "teal tank top,",
"bottom": "brown shorts",
"legwear": "thigh holsters",
"footwear": "brown combat boots, red laces",
"hands": "black fingerless gloves",
"accessories": "dual thigh pistol holsters, brown leatherbackpack, red round sunglasses"
}
},
"styles": {
"aesthetic": "adventurer, ruins, retro, 90s style",
"primary_color": "teal",
"secondary_color": "brown",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/LaraCroft_ClassicV2_Illu_Dwnsty.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Tomb Raider"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "lisa_(genshin_impact)",
"character_name": "Lisa Minci",
"identity": {
"base_specs": "1girl, tall, mature female",
"hair": "brown hair, wavy hair, side ponytail",
"eyes": "green eyes",
"hands": "",
"arms": "detached sleeves",
"torso": "large breasts",
"pelvis": "wide hips",
"legs": "black pantyhose",
"feet": "",
"extra": "beauty mark"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "purple dress, corset",
"top": "purple shawl",
"bottom": "slit skirt",
"legwear": "",
"footwear": "black heels",
"hands": "purple gloves",
"accessories": "witch hat, rose, necklace"
}
},
"styles": {
"aesthetic": "library, genshin impact, witch",
"primary_color": "purple",
"secondary_color": "white",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Genshin Impact"
]
}

47
data/characters/lulu.json Normal file
View File

@@ -0,0 +1,47 @@
{
"character_id": "lulu (ff10)",
"character_name": "Lulu",
"identity": {
"base_specs": "1girl, curvaceous build, fair skin",
"hair": "long black hair, complex braids, hairpins",
"eyes": "red eyes",
"hands": "black nails",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "dark purple lipstick"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black fur-trimmed dress, many belts on front, black corset",
"bottom": "long skirt made of belts",
"legwear": "",
"footwear": "black boots",
"hands": "",
"accessories": "moogle doll, silver jewelry"
}
},
"styles": {
"aesthetic": "exotic flowers, gothic, ornate, final fantasy x style",
"primary_color": "black",
"secondary_color": "white",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "Illustrious/Looks/Lulu DG illuLoRA_1337272.safetensors",
"lora_weight": 0.9,
"lora_triggers": ""
},
"tags": [
"Final Fantasy X"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "majin_android_21",
"character_name": "Majin Android 21",
"identity": {
"base_specs": "1girl, curvaceous build, pink skin",
"hair": "long voluminous white hair",
"eyes": "red eyes, black sclera",
"hands": "black claws, pink nails",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "pink skin, long tail, pointy ears"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black tube top",
"bottom": "white harem pants",
"legwear": "baggy pants",
"footwear": "black and yellow boots",
"hands": "black sleeves",
"accessories": "gold bracelets, gold neck ring, hoop earrings,pink donut"
}
},
"styles": {
"aesthetic": "wasteland,pink ,anime, dragon ball style",
"primary_color": "pink",
"secondary_color": "white",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "Illustrious/Looks/Android_21v2.1.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Dragon Ball FighterZ"
]
}

View File

@@ -0,0 +1,57 @@
{
"character_id": "marin_kitagawa",
"character_name": "Marin Kitagawa",
"identity": {
"base_specs": "1girl, slender build, fair skin, asian",
"hair": "long blonde hair, pink tips",
"eyes": "pink eyes (contacts)",
"hands": "long pink nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "piercings"
},
"defaults": {
"expression": "happy",
"pose": "v",
"scene": "sewing room"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "white school shirt, loosely tied blue tie",
"bottom": "",
"legwear": "blue plaid miniskirt",
"footwear": "black loafers, black socks",
"hands": "",
"accessories": "choker, colored bracelets"
},
"bikini": {
"full_body": "",
"headwear": "",
"top": "black bikini with yellow flower print",
"bottom": "",
"legwear": "",
"footwear": "barefoot",
"hands": "",
"accessories": "choker, colored bracelets"
}
},
"styles": {
"aesthetic": "gyaru, modern, anime style,",
"primary_color": "white",
"secondary_color": "blue",
"tertiary_color": "pink"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"My Dress-Up Darling"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "megurine_luka",
"character_name": "Megurine Luka",
"identity": {
"base_specs": "1girl, tall, mature female",
"hair": "pink hair, long hair",
"eyes": "blue eyes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "crop top, detached sleeves, gold trim",
"bottom": "lace-up skirt",
"legwear": "side slit",
"footwear": "thinghighs, lace-up boots, gold boots, gold armlet",
"hands": "",
"accessories": "headset"
}
},
"styles": {
"aesthetic": "concert, stage,vocaloid, elegant",
"primary_color": "black",
"secondary_color": "gold",
"tertiary_color": "pink"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Vocaloid"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "meiko",
"character_name": "Meiko",
"identity": {
"base_specs": "1girl, mature female",
"hair": "brown hair, short hair",
"eyes": "brown eyes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "red crop top, sleeveless",
"top": "",
"bottom": "red skirt, mini skirt",
"legwear": "",
"footwear": "brown boots",
"hands": "",
"accessories": "choker"
}
},
"styles": {
"aesthetic": "concert, stage, vocaloid, casual",
"primary_color": "red",
"secondary_color": "brown",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Vocaloid"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "nessa",
"character_name": "Nessa",
"identity": {
"base_specs": "1girl, athletic build, dark skin",
"hair": "long hair, light blue highlights",
"eyes": "blue eyes",
"hands": "blue nails",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "blue trim",
"headwear": "",
"top": "white crop top, gym uniform, number '049'",
"bottom": "midriff,white and blue shorts, black trim",
"legwear": "",
"footwear": "white and blue sandals, orange trim",
"hands": "fingerless gloves",
"accessories": "wristband, small life buoy, pokeball, gold hoop earrings"
}
},
"styles": {
"aesthetic": "arena,water,aquatic, pokemon style",
"primary_color": "blue",
"secondary_color": "white",
"tertiary_color": "orange"
},
"lora": {
"lora_name": "Illustrious/Looks/NessaBeaIXL_v2.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Pokemon"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "olivier_mira_armstrong",
"character_name": "Olivier Mira Armstrong",
"identity": {
"base_specs": "1girl, tall, mature female",
"hair": "blonde hair, long hair, hair over one eye",
"eyes": "blue eyes, sharp eyes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "thick lips"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "blue military coat, fur collar, black shirt",
"bottom": "black pants",
"legwear": "",
"footwear": "black boots",
"hands": "black gloves",
"accessories": "sword"
}
},
"styles": {
"aesthetic": "military, amestris uniform",
"primary_color": "blue",
"secondary_color": "black",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Fullmetal Alchemist"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "princess_peach",
"character_name": "Princess Peach",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long blonde hair, voluminous, crown",
"eyes": "blue eyes, long eyelashes",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "pink lips, blue earrings"
},
"defaults": {
"expression": "smile",
"pose": "hands together",
"scene": "throne room"
},
"wardrobe": {
"default": {
"full_body": "pink ball gown",
"headwear": "gold crown",
"top": "white petticoat, puffy sleeves, dark pink panniers",
"bottom": "",
"legwear": "floor length skirt",
"footwear": "red high heels",
"hands": "white opera gloves",
"accessories": "gold crown with red and blue jewels, blue brooch"
}
},
"styles": {
"aesthetic": "royal, whimsical, nintendo style",
"primary_color": "pink",
"secondary_color": "gold",
"tertiary_color": "blue"
},
"lora": {
"lora_name": "Illustrious/Looks/Princess_Peach_Shiny_Style_V4.0_Illustrious_1652958.safetensors",
"lora_weight": 0.8,
"lora_triggers": "princess peach, crown, pink dress, shiny skin, royal elegance"
},
"tags": [
"Super Mario"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "princess_zelda_botw",
"character_name": "Princess Zelda",
"identity": {
"base_specs": "1girl, slender build, fair skin, pointed ears",
"hair": "long blonde hair, braided, gold hair clips",
"eyes": "green eyes",
"hands": "gold nails",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "tri-force symbol, elf ears"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "blue champion's tunic, ",
"bottom": "brown leather belts, tan trousers",
"legwear": "",
"footwear": "brown leather boots",
"hands": "brown fingerless gloves",
"accessories": "sheikah slate, gold jewelry"
}
},
"styles": {
"aesthetic": "fantasy, adventurous, zelda style",
"primary_color": "blue",
"secondary_color": "gold",
"tertiary_color": "brown"
},
"lora": {
"lora_name": "Illustrious/Looks/Zelda.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"The Legend of Zelda"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "rice_shower_(Umamusume)",
"character_name": "Rice Shower",
"identity": {
"base_specs": "1girl, petite, horse ears, horse tail",
"hair": "long dark brown hair, bangs, hair over one eye",
"eyes": "purple eyes",
"hands": "",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "tracen school uniform",
"headwear": "hair flower, small hat",
"top": "white shirt",
"bottom": "pleated skirt",
"legwear": "",
"footwear": "heeled shoes",
"hands": "",
"accessories": "blue rose"
}
},
"styles": {
"aesthetic": "outdoors,umbrella,rain,gothic lolita, elegant",
"primary_color": "purple",
"secondary_color": "blue",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Umamusume"
]
}

47
data/characters/riju.json Normal file
View File

@@ -0,0 +1,47 @@
{
"character_id": "riju",
"character_name": "Riju",
"identity": {
"base_specs": "1girl, young, dark skin, gerudo",
"hair": "short red hair, braided ponytail, gold hair ornament",
"eyes": "green eyes",
"hands": "",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "dark blue lipstick,"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "black top, gold trim",
"bottom": "black sarong, pelvic curtain",
"legwear": "",
"footwear": "black high heels, gold trim",
"hands": "",
"accessories": "gold jewelry, earrings,"
}
},
"styles": {
"aesthetic": "lightning,fantasy, desert, gerudo, zelda style",
"primary_color": "gold",
"secondary_color": "black",
"tertiary_color": "red"
},
"lora": {
"lora_name": "Illustrious/Looks/RijuTotK_IXL_v3.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"The Legend of Zelda"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "rosalina",
"character_name": "Rosalina",
"identity": {
"base_specs": "1girl, tall, slender build, fair skin",
"hair": "long platinum blonde hair, side-swept bangs covering one eye",
"eyes": "light blue eyes",
"hands": "turquoise nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "star-shaped earrings"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "turquoise gown, silver trim",
"headwear": "silver crown",
"top": "bare shoulders",
"bottom": "",
"legwear": "long skirt",
"footwear": "silver high heels",
"hands": "",
"accessories": "silver crown with blue jewels, star wand, luma"
}
},
"styles": {
"aesthetic": "celestial, elegant, mario style, stars, night,",
"primary_color": "turquoise",
"secondary_color": "silver",
"tertiary_color": "yellow"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Super Mario"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "rouge_the_bat",
"character_name": "Rouge the Bat",
"identity": {
"base_specs": "1girl, anthro, bat girl, white fur",
"hair": "short white hair",
"eyes": "teal eyes, blue eyeshadow",
"hands": "white gloves",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "bat wings, eyeshadow"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "black skin-tight jumpsuit",
"headwear": "",
"top": "pink heart-shaped chest plate, bare shoulders, cleavage",
"bottom": "",
"legwear": "",
"footwear": "white boots, pink heart motifs",
"hands": "white gloves, pink cuffs",
"accessories": ""
}
},
"styles": {
"aesthetic": "gems,jewels, sleek, spy, sonic style",
"primary_color": "white",
"secondary_color": "pink",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/Rouge_the_bat_v2.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Sonic the Hedgehog"
]
}

View File

@@ -0,0 +1,48 @@
{
"character_id": "ryouko_(tenchi_muyou!)",
"character_name": "Ryouko Hakubi",
"identity": {
"base_specs": "1girl, slim build,",
"hair": "long teal hair, spiky, voluminous",
"eyes": "golden eyes, cat-like pupils",
"hands": "",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "red gem on forehead,"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "long white dress",
"headwear": "",
"top": "black and orange long sleeve jacket with purple trim, plunging neckline",
"bottom": "black belt, red trousers",
"legwear": "side slit",
"footwear": "",
"hands": "red gloves, red gem on back of hand",
"accessories": "wristbands"
}
},
"styles": {
"aesthetic": "90s anime, sci-fi",
"primary_color": "teal",
"secondary_color": "white",
"tertiary_color": "red"
},
"lora": {
"lora_name": "",
"lora_weight": 0.8,
"lora_triggers": "ryouko hakubi, space pirate"
},
"tags": [
"Tenchi Muyou!",
"Tenchi Muyo!"
]
}

View File

@@ -0,0 +1,51 @@
{
"character_id": "sam_totally_spies",
"character_name": "Sam",
"identity": {
"base_specs": "1girl, slim body, fair skin",
"hair": "long hair, orange hair, wavy hair, loose hair",
"eyes": "green eyes",
"hands": "green nails",
"arms": "",
"torso": "small breasts",
"pelvis": "narrow hips",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "green bodysuit, catsuit, skin tight",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "heels ",
"hands": "green bodysuit",
"accessories": "silver belt, heart buckle"
}
},
"styles": {
"aesthetic": "western cartoon, 2000s style, cel shaded, girly, hearts, pastel",
"primary_color": "green",
"secondary_color": "orange",
"tertiary_color": "silver"
},
"lora": {
"lora_name": "",
"lora_weight": 0.8,
"lora_triggers": "sam (totally spies!), green bodysuit, orange hair"
},
"tags": [
"sam (totally spies!)",
"totally spies!",
"solo",
"western cartoon",
"spy"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "samus_aran",
"character_name": "Samus Aran",
"identity": {
"base_specs": "1girl, athletic build, fair skin",
"hair": "long blonde hair, ponytail",
"eyes": "blue eyes",
"hands": "blue nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "beauty mark on chin"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "blue skin-tight bodysuit, zero suit, pink lines",
"headwear": "",
"top": "",
"bottom": "",
"legwear": "",
"footwear": "metal high-heeled boots, yellow glow",
"hands": "zero suit",
"accessories": "paralyzer pistol"
}
},
"styles": {
"aesthetic": "sci-fi, sleek, metroid style",
"primary_color": "blue",
"secondary_color": "pink",
"tertiary_color": "yellow"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Metroid"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "sarah_miller_(the_last_of_us)",
"character_name": "Sarah Miller",
"identity": {
"base_specs": "1girl, loli, small build",
"hair": "blonde hair, short hair",
"eyes": "blue eyes",
"hands": "",
"arms": "",
"torso": "flat chest",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "smile",
"pose": "leaning back",
"scene": "living room, couch, low lighting"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "grey t-shirt,",
"top": "",
"bottom": "",
"legwear": "pajama pants",
"footwear": "barefoot",
"hands": "",
"accessories": "wristwatch"
}
},
"styles": {
"aesthetic": "casual, 2013 fashion,",
"primary_color": "grey",
"secondary_color": "blue",
"tertiary_color": "white"
},
"lora": {
"lora_name": "Illustrious/Looks/SarahMillerOGILf_1328931.safetensors",
"lora_weight": 0.6,
"lora_triggers": ""
},
"tags": [
"The Last of Us"
]
}

View File

@@ -0,0 +1,53 @@
{
"character_id": "scarlet_ff7",
"character_name": "Scarlet",
"identity": {
"base_specs": "1girl, mature female, voluptuous, ",
"hair": "blonde hair, wavy hair, short hair, swept back",
"eyes": "blue eyes, narrow eyes, eyeshadow",
"hands": "manicured nails, red nails",
"arms": "",
"torso": "large breasts, cleavage",
"pelvis": "curvy, wide hips",
"legs": "",
"feet": "",
"extra": "red lipstick, heavy makeup"
},
"defaults": {
"expression": "smirk",
"pose": "stepping on viewer, from below",
"scene": "penthouse office, night"
},
"wardrobe": {
"default": {
"full_body": "red dress, formal dress, pencil dress",
"headwear": "",
"top": "sleeveless, chest cutout",
"bottom": "high slit",
"legwear": "side slit, black stockings",
"footwear": "high heels, red heels, stiletto heels",
"hands": "",
"accessories": "jewelry, gold earrings, necklace"
}
},
"styles": {
"aesthetic": "corporate, sci-fi, low lighting",
"primary_color": "red",
"secondary_color": "gold",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/ffscarlet-illu-nvwls-v2.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"final fantasy vii",
"shinra",
"antagonist",
"milf",
"red dress",
"blonde hair",
"smirk"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "shantae",
"character_name": "Shantae",
"identity": {
"base_specs": "1girl, dark skin, pointy ears",
"hair": "purple hair, very long hair, ponytail",
"eyes": "blue eyes",
"hands": "",
"arms": "gold bracelets",
"torso": "small breasts, perky breasts",
"pelvis": "wide hips",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "smile",
"pose": "belly dancing, hands above head",
"scene": "desert town, oasis"
},
"wardrobe": {
"default": {
"full_body": "gold trim",
"headwear": "",
"top": "red bikini top",
"bottom": "red harem pants",
"legwear": "",
"footwear": "gold shoes",
"hands": "",
"accessories": "gold tiara, hoop earrings"
}
},
"styles": {
"aesthetic": "genie, dancer, arabian",
"primary_color": "red",
"secondary_color": "gold",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Shantae"
]
}

View File

@@ -0,0 +1,48 @@
{
"character_id": "sorceress_dragons_crown",
"character_name": "Sorceress",
"identity": {
"base_specs": "1girl, mature female,",
"hair": "long hair, red hair, wavy hair",
"eyes": "green eyes, ",
"hands": "painted nails",
"arms": "bare shoulders, sleeveless",
"torso": "huge breasts, cleavage, ",
"pelvis": "wide hips, ",
"legs": "thick thighs, ",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "witch hat",
"top": "black corset, white top, clothing cutout, low cut",
"bottom": "skirt, high slit, black skirt",
"legwear": "side slit",
"footwear": "boots",
"hands": "",
"accessories": "staff, necklace, bracelets, jewelry, wooden staff"
}
},
"styles": {
"aesthetic": "fantasy, vanillaware, oil painting (style), exaggerated proportions",
"primary_color": "black",
"secondary_color": "purple",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "Illustrious/Looks/Sorceress iIlluLoRA DG.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"dragon's crown",
"witch"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "sucy_manbavaran",
"character_name": "Sucy Manbavaran",
"identity": {
"base_specs": "1girl, lanky build, pale skin",
"hair": "light purple hair, hair covering one eye",
"eyes": "red eyes",
"hands": "black nails",
"arms": "",
"torso": "small breasts",
"pelvis": "narrow waist",
"legs": "",
"feet": "",
"extra": "dark circles under eyes"
},
"defaults": {
"expression": "neutral expression",
"pose": "looking at mushroom",
"scene": "dark forest"
},
"wardrobe": {
"default": {
"full_body": "luna nova school uniform, dark purple witch robes",
"headwear": "pointed witch hat",
"top": "oversized sleeves",
"bottom": "",
"legwear": "long skirt with frayed edges",
"footwear": "brown boots",
"hands": "",
"accessories": "potion bottle, mushroom"
}
},
"styles": {
"aesthetic": "gothic, magic, little witch academia style",
"primary_color": "purple",
"secondary_color": "mauve",
"tertiary_color": "green"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Little Witch Academia"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "tifa_lockhart",
"character_name": "Tifa Lockhart",
"identity": {
"base_specs": "1girl, athletic build, fair skin",
"hair": "long black hair, tied end",
"eyes": "red eyes",
"hands": "dark red nails",
"arms": "",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "smile",
"pose": "leaning on counter, looking at viewer",
"scene": "tavern, bartending"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "white tank top, black sports bra,black suspenders",
"bottom": "black miniskirt",
"legwear": "thigh high black socks",
"footwear": "red boots",
"hands": "red fingerless gloves",
"accessories": "silver earrings"
}
},
"styles": {
"aesthetic": "martial arts, final fantasy style",
"primary_color": "white",
"secondary_color": "black",
"tertiary_color": "red"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Final Fantasy VII"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "tracer",
"character_name": "Tracer",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "short spiky brown hair",
"eyes": "brown eyes",
"hands": "",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "freckles"
},
"defaults": {
"expression": "smile",
"pose": "dashing, blue afterimage",
"scene": "futuristic city"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "brown flight jacket, yellow vest",
"bottom": "orange leggings",
"legwear": "",
"footwear": "white and orange sneakers",
"hands": "fingerless gloves",
"accessories": "chronal accelerator, yellow goggles"
}
},
"styles": {
"aesthetic": "sci-fi, pilot, overwatch style",
"primary_color": "orange",
"secondary_color": "brown",
"tertiary_color": "white"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Overwatch"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "urbosa",
"character_name": "Urbosa",
"identity": {
"base_specs": "1girl, tall, muscular, dark skin, gerudo",
"hair": "long red hair, wild hair",
"eyes": "green eyes",
"hands": "gold nails",
"arms": "muscular arms",
"torso": "abs, medium breasts",
"pelvis": "wide hips",
"legs": "muscular legs",
"feet": "",
"extra": "dark blue lipstick, gerudo markings"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "blue top, green sash, green shoulder guards,",
"bottom": "",
"legwear": "blue sarong",
"footwear": "anklet, gold heels",
"hands": "",
"accessories": "gold jewelry, scimitar"
}
},
"styles": {
"aesthetic": "oasis,desert ruins,fantasy, warrior, gerudo style",
"primary_color": "gold",
"secondary_color": "blue",
"tertiary_color": "red"
},
"lora": {
"lora_name": "Illustrious/Looks/Urbosa_-_The_Legend_of_Zelda_Illustrious.safetensors",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"The Legend of Zelda"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "widowmaker",
"character_name": "Widowmaker",
"identity": {
"base_specs": "1girl, slender build, blue skin",
"hair": "long purple hair, ponytail",
"eyes": "yellow eyes",
"hands": "",
"arms": "spider tattoo on arm",
"torso": "large breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "light smile",
"pose": "sniping, prone",
"scene": "rooftop, night"
},
"wardrobe": {
"default": {
"full_body": "purple bodysuit, skintight",
"headwear": "",
"top": " plunging neckline",
"bottom": "",
"legwear": "",
"footwear": "purple high-heeled boots",
"hands": "purple gauntlets",
"accessories": "sniper rifle, visor"
}
},
"styles": {
"aesthetic": "sci-fi, assassin, overwatch style",
"primary_color": "purple",
"secondary_color": "black",
"tertiary_color": "pink"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Overwatch"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "yor_briar",
"character_name": "Yor Briar",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "long black hair, styled with gold headband",
"eyes": "red eyes",
"hands": "black nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "serious",
"pose": "leaping",
"scene": "rooftop, night, red sky, blood splatter"
},
"wardrobe": {
"default": {
"full_body": "black halter dress",
"headwear": "",
"top": "backless, pattern inside",
"bottom": "",
"legwear": "black thigh-high boots",
"footwear": "black boots",
"hands": "black fingerless gloves",
"accessories": "gold rose-themed headband, gold needle weapons"
}
},
"styles": {
"aesthetic": "elegant, assassin,red rose, spy x family style",
"primary_color": "black",
"secondary_color": "red",
"tertiary_color": "gold"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Spy x Family"
]
}

View File

@@ -0,0 +1,48 @@
{
"character_id": "y'shtola_rhul",
"character_name": "Y'shtola Rhul",
"identity": {
"base_specs": "1girl, miqo'te, slender build, fair skin, cat ears",
"hair": "short white hair, bangs",
"eyes": "blind, white eyes",
"hands": "black nails",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "facial markings, cat tail"
},
"defaults": {
"expression": "",
"pose": "",
"scene": ""
},
"wardrobe": {
"default": {
"full_body": "black sorceress robes, ",
"headwear": "",
"top": "bare shoulders, fur trim",
"bottom": "",
"legwear": "",
"footwear": "black boots",
"hands": "",
"accessories": "wooden staff"
}
},
"styles": {
"aesthetic": "library, magical, scholarly, final fantasy xiv style",
"primary_color": "black",
"secondary_color": "white",
"tertiary_color": "purple"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Final Fantasy XIV",
"mi'qote"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "yuffie_kisaragi",
"character_name": "Yuffie Kisaragi",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "short black hair, bob cut",
"eyes": "brown eyes",
"hands": "",
"arms": "black sleeve on one arm",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "headband"
},
"defaults": {
"expression": "cheeky smile",
"pose": "holding glass orb, materia",
"scene": "forest, sunlight"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "green turtleneck sweater vest, midriff",
"bottom": "beige shorts",
"legwear": "single kneehigh sock",
"footwear": "boots, ",
"hands": "fingerless glove on one hand, large gauntlet on one arm",
"accessories": "shuriken"
}
},
"styles": {
"aesthetic": "ninja, japanese, final fantasy style",
"primary_color": "green",
"secondary_color": "beige",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": ""
},
"tags": [
"Final Fantasy VII"
]
}

View File

@@ -0,0 +1,47 @@
{
"character_id": "yuna_(ff10)",
"character_name": "Yuna",
"identity": {
"base_specs": "1girl, slender, fair skin",
"hair": "short brown hair, bob cut",
"eyes": "heterochromia, blue eye, green eye",
"hands": "",
"arms": "",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": ""
},
"defaults": {
"expression": "serene",
"pose": "dancing",
"scene": "standing on water, sunset, pink sky, "
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "white kimono top, yellow obi, detached sleeves",
"bottom": "long blue skirt, floral pattern",
"legwear": "",
"footwear": "black boots",
"hands": "",
"accessories": "summoner staff, necklace"
}
},
"styles": {
"aesthetic": "shrine maiden,fantasy, final fantasy x style",
"primary_color": "white",
"secondary_color": "blue",
"tertiary_color": "yellow"
},
"lora": {
"lora_name": "",
"lora_weight": 0.8,
"lora_triggers": ""
},
"tags": [
"Final Fantasy X"
]
}