Skip to content

v1.12.0 — comfy logs + local saved-workflow

Choose a tag to compare

@mattmillerai mattmillerai released this 07 Jul 01:33
4010614

Highlights

  • comfy logs — background ComfyUI logs are now persisted to <workspace>/user/comfyui_<port>.log and readable via comfy logs --tail N. A failed comfy launch --background is debuggable instead of a black box (#491).
  • Local saved-workflow support — the saved-workflow verbs now work with --where local via ComfyUI's /userdata (#486).
  • comfy download copies on-disk local outputs instead of refusing them (#485).
  • Python 3.14comfy launch --background no longer crashes on the removed implicit event loop (#481).
  • ROCm 7.2 support added and set as the default (#476).

Hardening & internals

  • Shared IPv6-aware host:port resolver for comfy run (#488)
  • Consolidated redirect-refusal and SSRF loopback guards into comfy_cli/http.py (#487, #482)
  • Centralized the where default config read via where.resolve_default() (#477)
  • Module-local _emit_http_error helper in models/search (#484)

CI & repo

  • CLA Assistant workflow + author-only allowlist (#473, #489)
  • Label-triggered Cursor review workflow (#483)
  • Bump actions/checkout 6 → 7 (#475)

Full changelog: v1.11.1...v1.12.0