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

28 lines
723 B
JSON

{
"action_id": "petplay",
"action_name": "Petplay",
"action": {
"base": "all_fours, crawling",
"head": "head_tilt, collar, wide_eyes, looking_at_viewer, pleading_eyes",
"upper_body": "arched_back, leaning_forward",
"lower_body": "hips_up, on_knees, buttocks_up",
"hands": "palms_on_floor",
"feet": "curled_toes",
"additional": "leash, animal_ears, animal_tail"
},
"participants": {
"solo_focus": "true",
"orientation": "MF"
},
"lora": {
"lora_name": "Illustrious/Poses/Petplay.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Petplay",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
},
"tags": {
"participants": "solo",
"nsfw": true
}
}