v0.48.12
What's Changed
- 0.48.6 by @artokun in #395
- fix(download): reject truncated/0-byte model downloads (#343) by @artokun in #396
- fix(orchestrator): normalize preferred_models in set_config guard + civitai ensureReachable (codex follow-ups) by @artokun in #398
- fix(state): invalidate stale caches/snapshots after restart+edit (WS-3) by @artokun in #402
- fix(chat): serialize structured error/user payloads instead of [object Object] (WS-9) by @artokun in #405
- fix(manager): route node ops by Manager generation + live object_info fallback + manifest robustness (WS-4) by @artokun in #408
- feat(report-bug): fix-then-file default + async Worker submit/poll client by @artokun in #410
- fix(resolve): adopt default workspace / Manager route when COMFYUI_PATH unset (#415 #416 #386 #409) by @artokun in #418
- release: 0.48.7 by @artokun in #419
- fix(download): follow HF Xet CAS redirect (#411) by @artokun in #427
- fix(civitai): surface distinct upstream/auth/timeout failures vs valid-empty (#204) by @artokun in #428
- fix(crash-log): don't false-positive on swallowed "Exception ignored in: del" tracebacks (#341) by @artokun in #429
- fix(job-status): report present-but-empty ShowText outputs (#373) by @artokun in #430
- fix(model-explorer): actionable message when model-explorer node absent (#363) by @artokun in #431
- fix(node-info): refresh stale /object_info before reporting a node missing (#404) by @artokun in #432
- fix(get_image): structured not-found for non-image /view payloads (#385) by @artokun in #435
- fix(templates): align get_template_schema with list_workflow_templates (#391) by @artokun in #434
- release: 0.48.8 by @artokun in #436
- fix(env): probe the ComfyUI venv python, not the host (#401) by @artokun in #433
- release: 0.48.9 by @artokun in #437
- fix(train): fail fast on persistent Claude auth failure in caption_dataset (#438) by @artokun in #439
- fix(reconnect): preserve/re-resolve ComfyUI base so download resume survives reconnect (#420) by @artokun in #440
- release: 0.48.10 by @artokun in #442
- fix(codex): serialize run-finished callback payload, don't clobber streamed reply (#421 #422) by @artokun in #443
- fix(packs): Krea 2 manifest — drop ComfyUI-Manager dep + correct UNET mapping (#441 #407) by @artokun in #445
- release: 0.48.11 by @artokun in #446
- fix(comfy-cli): idle-timeout downloads so live progress isn't killed at 60s (#417) by @artokun in #451
- fix(converter): don't silently swap an unavailable model for the first installed one (#407) by @artokun in #452
- fix(audio): update ace_step_15 template to current nodes_ace schema (#448) by @artokun in #453
- fix(download): harden #343 resume + cloud/cache-hit integrity edges by @artokun in #454
- fix(process-control): detect ComfyUI liveness via reachable server, not locale-bound netstat (#449) by @artokun in #455
Full Changelog: v0.48.6...v0.48.12