- 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
1011 B
JSON
37 lines
1011 B
JSON
{
|
|
"action_id": "pov_sitting_on_lap_illustrious_000005",
|
|
"action_name": "Pov Sitting On Lap Illustrious 000005",
|
|
"action": {
|
|
"full_body": "pov, sitting_on_lap, straddling",
|
|
"head": "looking_at_viewer, from_above",
|
|
"eyes": "looking_at_viewer",
|
|
"arms": "reaching_towards_viewer, arms_around_neck",
|
|
"hands": "reaching_towards_viewer",
|
|
"torso": "leaning_forward",
|
|
"pelvis": "sitting, squatting, straddling",
|
|
"legs": "legs_apart, straddling, kneeling",
|
|
"feet": "kneeling",
|
|
"additional": "1girl, 1boy, sexual_innuendo"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Poses/Pov_Sitting_on_Lap_Illustrious-000005.safetensors",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": "pov sitting on lap",
|
|
"lora_weight_min": 1.0,
|
|
"lora_weight_max": 1.0
|
|
},
|
|
"tags": [
|
|
"pov",
|
|
"sitting_on_lap",
|
|
"straddling",
|
|
"looking_at_viewer",
|
|
"reaching_towards_viewer",
|
|
"squatting",
|
|
"1girl",
|
|
"1boy",
|
|
"from_above",
|
|
"from_below",
|
|
"facing_away"
|
|
]
|
|
}
|