- app.py: add subprocess import; add _ensure_mcp_repo() to clone/pull danbooru-mcp from https://git.liveaodh.com/aodhan/danbooru-mcp into tools/danbooru-mcp/ at startup; add ensure_mcp_server_running() which calls _ensure_mcp_repo() then starts the Docker container if not running; add GET /api/status/comfyui and GET /api/status/mcp health endpoints; fix call_llm() to retry up to 3 times on unexpected response format (KeyError/IndexError), logging the raw response and prompting the LLM to respond with valid JSON before each retry - templates/layout.html: add ComfyUI and MCP status dot indicators to navbar; add polling JS that checks both endpoints on load and every 30s - static/style.css: add .service-status, .status-dot, .status-ok, .status-error, .status-checking styles and status-pulse keyframe animation - .gitignore: add tools/ to exclude the cloned danbooru-mcp repo
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"action_id": "princess_carry_fellatio_r1",
|
|
"action_name": "Princess Carry Fellatio R1",
|
|
"action": {
|
|
"full_body": "Female character standing upright, holding a male character horizontally across her chest in a bridal carry (princess carry) position.",
|
|
"head": "Looking down towards the male's groin area, mouth open or engaged in fellatio.",
|
|
"eyes": "Focused downwards on the male.",
|
|
"arms": "Curved under the male's back and knees, supporting his full weight.",
|
|
"hands": "Firmly gripping the male's body or legs for support.",
|
|
"torso": "Strong posture, leaning slightly back to counterbalance the weight.",
|
|
"pelvis": "Squared forward, stable base.",
|
|
"legs": "Standing with a wide, stable stance to support the weight.",
|
|
"feet": "Planted firmly on the ground.",
|
|
"additional": "The female is typically depicted as larger/taller/stronger than the male (size difference); male is often nude while female is clothed."
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Poses/Princess_Carry_Fellatio_r1.safetensors",
|
|
"lora_weight": 0.85,
|
|
"lora_triggers": "Princess Carry Fellatio, Female carrying male, hetero, clothed female, nude male, size difference, larger female, from side",
|
|
"lora_weight_min": 0.85,
|
|
"lora_weight_max": 0.85
|
|
},
|
|
"tags": [
|
|
"princess_carry",
|
|
"carrying",
|
|
"fellatio",
|
|
"standing",
|
|
"size_difference",
|
|
"tall_female",
|
|
"hetero"
|
|
]
|
|
}
|