Added scene and actions browser.

This commit is contained in:
Aodhan Collins
2026-02-22 23:44:28 +00:00
parent bb65486995
commit 615c400024
361 changed files with 13438 additions and 15 deletions

32
data/actions/ooframe.json Normal file
View File

@@ -0,0 +1,32 @@
{
"action_id": "ooframe",
"action_name": "Ooframe",
"action": {
"full_body": "character standing, performing a framing gesture with hands",
"head": "facing forward, peering through the gap created by fingers",
"eyes": "focused, one eye possibly closed as if looking through a viewfinder",
"arms": "raised to eye level, elbows bent outwards",
"hands": "thumbs and index fingers touching to form a rectangular frame shape",
"torso": "facing viewer, upper body focus",
"pelvis": "neutral stance",
"legs": "standing straight or partially obscured",
"feet": "planted on ground",
"additional": "mimicking a camera, director pose, perspective focus"
},
"participants": {
"solo_focus": "true",
"orientation": "MF"
},
"lora": {
"lora_name": "Illustrious/Poses/OOFrame.safetensors",
"lora_weight": 1.0,
"lora_triggers": "OOFrame"
},
"tags": [
"finger frame",
"framing",
"hands up",
"looking through fingers",
"gesture"
]
}