Chronicle / examples /rpg_character_cynaid.json
topguy's picture
feat: stabilize Hugging Face integration and update Gemini models
be1294b
{
"features": {
"race": "Elf",
"class": "Wizard",
"gender": "Female",
"age": "Young Adult",
"expression": "Serene",
"pose": "Meditating",
"hair_color": "White",
"hair_style": "Braided",
"eye_color": "Hazel",
"build": "Slender",
"skin_tone": "Fair",
"distinguishing_feature": "Tattoos",
"armor": "Elegant Robes",
"weapon": "Staff",
"accessory": "Amulet",
"material": "Pristine",
"background": "Tavern",
"lighting": "Dim Torchlight",
"atmosphere": "Dusty",
"vfx": "Shadow Tendrils",
"style": "Realistic Photo",
"mood": "Dark/Mysterious",
"camera": "Low Angle",
"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,
"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": ""
}
}