Chronicle / examples /rpg_character_alfred.json
topguy's picture
feat: Adjust supported aspect ratios and add Alfred & Frida examples
df5838f
{
"features": {
"race": "Human",
"class": "Fighter",
"gender": "Male",
"age": "Elderly",
"expression": "Joyful",
"pose": "Action",
"hair_color": "Grey",
"hair_style": "Messy",
"eye_color": "Green",
"build": "Scrawny",
"skin_tone": "Dark",
"distinguishing_feature": "Scars",
"armor": "Chainmail",
"weapon": "Katana",
"accessory": "Feathered Hat",
"accessory2": "Silk Scarf",
"material": "Polished",
"background": "Forest",
"lighting": "Dramatic Side-lighting",
"atmosphere": "Foggy",
"vfx": "Arcane Runes",
"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": ""
}
}