From d5660aa13f447befa9d74c59b0f514b791645293 Mon Sep 17 00:00:00 2001 From: agent Date: Wed, 24 Jun 2026 17:46:45 +0200 Subject: [PATCH] =?UTF-8?q?docs(comfyui):=20a=C3=B1ade=20capacidad=2010=20?= =?UTF-8?q?ipadapter/referencia=20(en=20construcci=C3=B3n)=20al=20overview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El flujo de funciones+server está creando comfyui_build_ipadapter_workflow e comfyui_inject_multi_lora (vistos sin indexar en python/functions/ml/ el 24/06/2026). Se documentan como capacidad emergente para que el mapa esté completo; sus IDs reales se rellenarán cuando se ejecute fn index. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/capabilities/comfyui-overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/capabilities/comfyui-overview.md b/docs/capabilities/comfyui-overview.md index 1b170c21..bcf1785e 100644 --- a/docs/capabilities/comfyui-overview.md +++ b/docs/capabilities/comfyui-overview.md @@ -30,10 +30,14 @@ Filtros MCP: `mcp__registry__fn_search query="" tag="comfyui"` (y `tag="comfyui- | 07 | **3D** | imagen/texto → malla 3D (Hunyuan3D) + limpieza | `build_image_to_3d`, `build_textured_3d_multiview`, `image_to_3d_oneshot`, `text_to_3d_oneshot`, `mesh_cleanup_oneshot` | — | — | | 08 | **juez / calidad** | puntuar lo generado (gate de DoD y bucle de mejora) | `judge_image`, `score_aesthetic`, `score_clip_alignment`, `critique_image_llm` | — | — | | 09 | **operación / infra** | server, modelos, cola, encolar/esperar, I/O de workflows | `ensure_server`, `submit_workflow`, `wait_result`, `validate_workflow`, `download_model`, `run_foreign_workflow_oneshot` | — | — | +| 10 | **ipadapter / referencia** _(en construcción)_ | guiar por imagen de referencia (estilo/sujeto) sin LoRA + encadenar varios LoRAs en una llamada | `build_ipadapter_workflow`, `inject_multi_lora` _(añadiéndose ahora; no indexadas todavía)_ | — | — | Las capacidades 01-05 ya tienen grafo UI cargable; 06-08 están cubiertas por funciones del registry pero sin grafo UI todavía (se añade su subcarpeta cuando aparezca el primero). 09 es la maquinaria -transversal que habilita el resto, no una capacidad de generación. +transversal que habilita el resto, no una capacidad de generación. **10 está en construcción** por +el flujo de funciones+server (al 24/06/2026 vi `comfyui_build_ipadapter_workflow` e +`comfyui_inject_multi_lora` en `python/functions/ml/` sin indexar aún): se completará este mapa con +sus IDs reales cuando se ejecute `fn index`. ## Mapa capacidad → funciones del registry