Releases: Comfy-Org/comfy-cli
Releases · Comfy-Org/comfy-cli
v1.1.7
Fixes the utils.get_proc()
function to work correctly on more platforms.
What's Changed
- fix test_e2e by @telamonian in #172
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Replace runway models link with Comfy Org one by @robinjhuang in #171
- Adding mac / windows specific tests for standalone command. by @robinjhuang/@telamonian in #169
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
Fixed bugs related to running standalone
command on Windows
- Fixed: Running pip commands on Windows by @robinjhuang in #168
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
Correctly reference python executable path for standalone builds on Windows
- Fix pip executable path for windows in standalone command. by @robinjhuang in #167
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Bug fix:
Fix python download url for standalone on windows
v1.1.2
What's Changed
- Fix calling pip wheel when requirements is a list of paths. by @robinjhuang in #165
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Bug fixes:
- reqFile should be a list of paths. by @robinjhuang in #164
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
v1.0.36
What's Changed
- Allowing picking of specific branch in
--url
/--manager-url
options forcomfy install
command by @telamonian in #147 - Update README.md by @huchenlei in #151
- Update README.md by @Amorano in #153
New Contributors
Full Changelog: v1.0.35...v1.0.36
v1.0.35
What's Changed
- Add node bisect by @huchenlei in #126
- Fixed: types for skip_prompt & enable_telemetry. by @robinjhuang in #133
- Fixed: Type ui select inputs with generics. by @robinjhuang in #134
- Integration tests for model/custom-nodes commands by @james03160927 in #138
- Support new license format. by @robinjhuang in #144
Full Changelog: v1.0.34...v1.0.35