Skip to content

v0.4.1

Choose a tag to compare

@Chaoses-Ib Chaoses-Ib released this 13 Feb 10:11
· 117 commits to main since this release

New features

  • Runtime: Standalone virtual mode: Join ComfyUI (wait for all tasks to be done) at process exit by default (#23)

Changes

  • Runtime
    • String enums with members {'true', 'false'} and {'yes', 'no'} are now recognized as bool enums
    • Limit the maximum number of enum values to 2000 by default (#23)

Fixes

  • Runtime: Standalone: Restore the original event loop after starting ComfyUI (#23)
  • Runtime/Transpiler: Bugs related to empty id (#23, #22)