Files
character-browser/data/actions/glass_box.json
2026-03-21 18:21:00 +00:00

28 lines
833 B
JSON

{
"action_id": "glass_box",
"action_name": "Glass Box",
"action": {
"base": "trapped, inside glass box, glass wall",
"head": "face pressed against glass, cheek squishing, looking at viewer",
"upper_body": "leaning forward, pressed against glass",
"lower_body": "standing, crouching",
"hands": "hands on glass, palms pressed against glass, fingers spread",
"feet": "standing on floor",
"additional": "condensation on glass, fogged glass, breath on glass, reflection"
},
"participants": {
"solo_focus": "true",
"orientation": "MF"
},
"lora": {
"lora_name": "Illustrious/Poses/glass_box.safetensors",
"lora_weight": 1.0,
"lora_triggers": "glass_box",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
},
"tags": {
"participants": "solo",
"nsfw": false
}
}