- 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
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"action_id": "fixed_perspective_v3_1558768",
|
|
"action_name": "Fixed Perspective V3 1558768",
|
|
"action": {
|
|
"full_body": "Character positioned with exaggerated depth, utilizing strong foreshortening to create a 3D effect aimed at the viewer",
|
|
"head": "Face centered and close to the camera, looking directly at the viewer",
|
|
"eyes": "Intense eye contact, detailed eyes",
|
|
"arms": "One or both arms reaching towards the lens, appearing larger due to perspective",
|
|
"hands": "Enlarged hands/fingers reaching out (foreshortened)",
|
|
"torso": "Angled to recede into the background",
|
|
"pelvis": "Visually smaller, further back",
|
|
"legs": "Trailing off into the distance, significantly smaller than the upper body",
|
|
"feet": "Small or out of frame due to depth",
|
|
"additional": "Fisheye lens effect, dramatic camera angle, depth of field, high distortion, 3D composition"
|
|
},
|
|
"participants": {
|
|
"solo_focus": "true",
|
|
"orientation": "MF"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Poses/fixed_perspective_v3_1558768.safetensors",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": "fixed_perspective_v3_1558768",
|
|
"lora_weight_min": 1.0,
|
|
"lora_weight_max": 1.0
|
|
},
|
|
"tags": [
|
|
"foreshortening",
|
|
"perspective",
|
|
"fisheye",
|
|
"reaching",
|
|
"dynamic angle",
|
|
"portrait",
|
|
"depth of field"
|
|
]
|
|
}
|