egutierrez
c79f33265e
fix(comfyui): pixelart_real_oneshot — sprite llena el frame + fondo transparente
...
Arregla los dos defectos reportados del pipeline comfyui_pixelart_real_oneshot:
el sujeto salía diminuto respecto al frame y siempre traía fondo (sin opción de
transparencia).
Causa raíz: comfyui_pixelize_image hacía convert("RGB") y descartaba el alpha;
comfyui_build_pixelart_workflow no inyectaba rembg (a diferencia de sus hermanos
item_icon/enemy_creature); y no había ningún paso de auto-crop al contenido.
Orden correcto del pipeline ahora:
generar (rembg) -> autocrop al bbox + cuadrar -> downscale (alpha aparte por
PixelOE) -> cuantización alpha-aware -> PNG RGBA transparente.
Piezas:
- comfyui_pixelize_image (1.1.0): keep_alpha/alpha_threshold. Con RGBA cuantiza
solo el RGB (fondo transparente relleno con la moda del sujeto, fuera de la
paleta) y preserva/binariza el alpha aparte. RGB sin alpha intacto.
- crop_to_content (NUEVA, pura PIL): bbox del contenido (alpha o diff-fondo) ->
recorta -> margen -> cuadra centrando. No-throw; imagen vacía -> copia intacta.
- comfyui_build_pixelart_workflow (1.1.0): transparent=True + rembg_model.
Inyecta nodo Image Rembg tras VAEDecode (patrón de item_icon).
- comfyui_pixelart_real_oneshot (1.1.0): transparent + autocrop + crop_pad_ratio
+ rembg_model. Recombina el alpha aparte tras PixelOE (trabaja en RGB). Campos
nuevos: has_alpha, autocrop_applied.
Verificado en GPU (knight 64px): RGBA con 4 esquinas alpha==0, contenido cubre
88% del frame (antes 48%), 16 colores, 64x64. 32 tests offline en verde.
Report: reports/0218-2026-06-28-pixelart-sprite-fix.md
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-28 15:59:26 +02:00
..
2026-06-28 15:27:13 +02:00
2026-05-13 00:50:34 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 12:36:18 +02:00
2026-06-27 12:36:18 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 20:50:34 +02:00
2026-06-27 20:50:34 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 20:36:55 +02:00
2026-06-27 20:36:55 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 02:52:51 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-26 23:01:08 +02:00
2026-06-27 02:40:50 +02:00
2026-06-26 23:01:08 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-26 22:50:07 +02:00
2026-06-28 07:27:32 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 04:02:54 +02:00
2026-06-24 00:30:30 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 04:02:54 +02:00
2026-06-24 00:30:30 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 04:02:54 +02:00
2026-06-24 01:16:37 +02:00
2026-06-27 16:33:03 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 15:09:33 +02:00
2026-06-24 15:09:33 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 14:54:32 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 01:16:37 +02:00
2026-06-24 01:16:37 +02:00
2026-06-24 16:58:11 +02:00
2026-06-24 16:58:11 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 15:35:12 +02:00
2026-06-28 04:46:47 +02:00
2026-06-27 20:35:46 +02:00
2026-06-24 19:25:31 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:23:59 +02:00
2026-06-24 15:35:12 +02:00
2026-06-24 15:35:12 +02:00
2026-06-28 04:46:47 +02:00
2026-06-27 20:50:34 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 12:53:40 +02:00
2026-06-24 12:53:40 +02:00
2026-06-24 12:53:40 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 09:02:24 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 13:50:25 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 01:52:46 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:23:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 04:55:39 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 14:54:32 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 00:30:30 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 04:46:47 +02:00
2026-06-27 20:35:46 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:23:59 +02:00
2026-06-24 02:05:43 +02:00
2026-06-24 02:05:43 +02:00
2026-06-24 19:25:31 +02:00
2026-06-24 19:25:31 +02:00
2026-06-24 19:25:31 +02:00
2026-06-26 19:43:47 +02:00
2026-06-27 02:40:50 +02:00
2026-06-26 19:43:47 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 00:30:30 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-24 02:52:51 +02:00
2026-06-24 02:52:51 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 00:30:30 +02:00
2026-06-28 07:30:59 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:23:59 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 14:54:32 +02:00
2026-06-28 07:30:59 +02:00
2026-06-24 14:54:32 +02:00
2026-06-24 15:35:12 +02:00
2026-06-24 15:35:12 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 00:30:30 +02:00
2026-06-24 02:05:43 +02:00
2026-06-24 02:05:43 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 02:52:51 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-24 15:09:33 +02:00
2026-06-24 15:09:33 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-27 18:24:52 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-06-28 15:59:26 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-06-01 22:23:12 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-06-28 15:24:15 +02:00
2026-06-28 15:24:15 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 01:22:02 +02:00
2026-05-13 01:22:02 +02:00
2026-05-13 01:22:02 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00