- 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
37 lines
1000 B
JSON
37 lines
1000 B
JSON
{
|
|
"action_id": "woman_on_top_pov_il_2",
|
|
"action_name": "Woman On Top Pov Il 2",
|
|
"action": {
|
|
"full_body": "girl_on_top, straddling, leaning_forward, sitting_on_person",
|
|
"head": "looking_down, looking_at_viewer",
|
|
"eyes": "looking_at_viewer",
|
|
"arms": "leaning_on_person",
|
|
"hands": "hands_on_own_hips",
|
|
"torso": "hanging_breasts, leaning_forward",
|
|
"pelvis": "straddling",
|
|
"legs": "kneeling, spread_legs",
|
|
"feet": "out_of_frame",
|
|
"additional": "pov, from_below, low_angle, foreshortening"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Poses/Woman On Top POV-IL-2.safetensors",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": "woman on top, fetop, from below",
|
|
"lora_weight_min": 0.8,
|
|
"lora_weight_max": 0.8
|
|
},
|
|
"tags": [
|
|
"girl_on_top",
|
|
"straddling",
|
|
"leaning_forward",
|
|
"looking_down",
|
|
"from_below",
|
|
"pov",
|
|
"hanging_breasts",
|
|
"long_hair",
|
|
"looking_at_viewer",
|
|
"sitting_on_person",
|
|
"leaning_on_person"
|
|
]
|
|
}
|