v1.1.0
What's Changed
Lot of changes related to adding uv support for installing dependencies:
--fast-deps
flag to useuv
to install custom nodesstandalone
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 toStandalonePython
by @telamonian in #162
Full Changelog: v1.0.36...v1.1.0