feat(ml): auto-commit con 20 cambios

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-24 01:26:38 +02:00
parent 1311c7e585
commit d7245efa59
20 changed files with 383 additions and 27 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ params:
- name: clip_node
desc: "node_id cuya salida CLIP (slot 1) alimentara el LoRA. Si None, se detecta la fuente que hoy alimenta los CLIPTextEncode.clip. keyword-only."
output: "copia del workflow con un nodo LoraLoader insertado (node_id = max id numerico + 1) y reconectado entre la fuente model/clip y sus consumidores."
tested: false
tests: []
test_file_path: ""
tested: true
tests: ["no muta el dict de entrada (pureza)", "inserta LoraLoader con strength correcto", "reconecta KSampler.model al LoRA"]
test_file_path: "python/functions/ml/tests/test_comfyui_inject_lora.py"
file_path: "python/functions/ml/comfyui_inject_lora.py"
---