Skip to content

v1.1.1 — Tkinter Setup Bugfix

Latest

Choose a tag to compare

@aivrar aivrar released this 28 Feb 13:00
· 1 commit to master since this release

ComfyUI Portable Installer v1.1.1

Bug Fixes

  • Fix tkinter setup SyntaxError on install (#2) — %~dp0 always returns a path with a trailing backslash (e.g. L:\comfyui-portable-installer\). When embedded in a Python raw string literal r'%SCRIPT_DIR%', the trailing \ escaped the closing quote, producing SyntaxError: unterminated string literal. Fixed by appending . so the path resolves identically without breaking the string.

Upgrade

Download the zip below and extract, or pull the latest if you cloned the repo. No other files changed.

Requirements

  • Windows 10/11 (64-bit)
  • Internet connection (first run only)
  • No admin rights needed