Skip to content

v1.1.0

Compare
Choose a tag to compare
@robinjhuang robinjhuang released this 27 Aug 18:03
· 26 commits to main since this release

What's Changed

Lot of changes related to adding uv support for installing dependencies:

  1. --fast-deps flag to use uv to install custom nodes
  2. standalone command to install
  • Add a --fast-deps option to comfy install/reinstall that enables new faster/unified/uv-based dependency install by @telamonian in #141
  • Ensure GPU URL before writing override configuration by @yoland68 in #156
  • added support for ruff linting and autoformatting by @telamonian in #149
  • Initial apply of ruff formatting by @telamonian in #157
  • Add builder for standalone python for comfy by @telamonian in #158
  • Fixed: MAC_M_SERIES enum not found by @robinjhuang in #161
  • Add .rehydrate_comfy_deps method to StandalonePython by @telamonian in #162

Full Changelog: v1.0.36...v1.1.0