Chronicle / examples /rpg_character_frida.json
topguy's picture
feat: Adjust supported aspect ratios and add Alfred & Frida examples
df5838f
{
"features": {
"race": "Human",
"class": "Rogue",
"gender": "Female",
"age": "Young Adult",
"expression": "Enigmatic",
"pose": "Ready Stance",
"hair_color": "Blonde",
"hair_style": "Ponytail",
"eye_color": "Green",
"build": "Athletic",
"skin_tone": "Pale",
"distinguishing_feature": "Freckles",
"armor": "Light Leather Armor",
"weapon": "Rapier",
"accessory": "Cloak",
"accessory2": "Hood",
"material": "Weathered",
"background": "City Street",
"lighting": "Soft Golden Hour",
"atmosphere": "Rainy",
"vfx": "None",
"style": "Realistic Photo",
"mood": "Heroic",
"camera": "Dynamic3/4",
"aspect_ratio": "3:4"
},
"randomization": {
"race": false,
"class": false,
"gender": false,
"age": false,
"expression": false,
"pose": false,
"hair_color": false,
"hair_style": false,
"eye_color": false,
"build": false,
"skin_tone": false,
"distinguishing_feature": false,
"armor": false,
"weapon": false,
"accessory": false,
"accessory2": false,
"material": false,
"background": false,
"lighting": false,
"atmosphere": false,
"vfx": false,
"style": false,
"mood": false,
"camera": false,
"aspect_ratio": false
},
"extra_info": {
"identity": "",
"appearance": "",
"equipment": "",
"environment": "",
"style": ""
}
}