Files
natiris/test/comfyui_integration.json

38 lines
1.2 KiB
JSON

{
"bridge_status": {
"exists": true,
"has_api_call": true,
"has_workflow": true,
"has_prompt": true,
"has_trust_mapping": true
},
"comfyui_connection": {
"url": "http://localhost:8188",
"reachable": false,
"status_code": "000"
},
"improvements": [
{
"feature": "Trust-basierte Bildgenerierung",
"priority": "Hoch",
"description": "Bilder sollten basierend auf Trust-Level unterschiedlich intim sein",
"implementation": "\nif trust < 3:\n image_type = \"neutral_portrait\"\nelif trust < 6:\n image_type = \"casual_clothed\"\nelif trust < 8:\n image_type = \"familiar_relaxed\"\nelse:\n image_type = \"intimate_personal\"\n"
},
{
"feature": "Bild-Caching",
"priority": "Mittel",
"description": "Bilder f\u00fcr gleiche Trust/State-Kombinationen cachen"
},
{
"feature": "Asynchrone Generierung",
"priority": "Hoch",
"description": "Bildgenerierung nicht blockierend, Callback-basiert"
},
{
"feature": "Graceful Degradation",
"priority": "Hoch",
"description": "Bei ComfyUI-Fehler: Fallback auf Default-Bild oder Text-only"
}
],
"ready_for_production": false
}