Releases: Comfy-Org/comfy-cli
Releases · Comfy-Org/comfy-cli
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
v1.0.34
What's Changed
- Add debug guide to dev readme by @huchenlei in #106
- Fixed: Correctly add optional type annotations by @robinjhuang in #107
- Fixed: Install --here by @robinjhuang in #109
- Add test on install command by @huchenlei in #110
- Move
test_cmdline.py
totest/
by @huchenlei in #112 - Add E0401 check by @huchenlei in #113
- Fix W-series lint errors by @huchenlei in #114
- Enforce line length with black by @huchenlei in #116
- Revert "Enforce line length with black" by @huchenlei in #117
- Fix lint errors by @huchenlei in #118
- Auto sort imports with
isort
by @huchenlei in #119 - Enable C-series pylint checks by @huchenlei in #120
- Add pyright type checking to pylint GH action. by @robinjhuang in #115
- Revert "Add pyright type checking to pylint GH action." by @huchenlei in #125
- Disable flaky Window GPU test by @huchenlei in #127
- Fixed: license field conforms to pyproject.toml spec. by @robinjhuang in #129
New Contributors
- @huchenlei made their first contribution in #106
Full Changelog: v1.0.33...v1.0.34
v1.0.33
What's Changed
- Update generate deps command in README by @punitda in #99
- Fixed:
--version
is not mutually exclusive to other commands. by @robinjhuang in #102 - Added
--cuda-version
option when runningcomfy install --nvidia
- Add tests using gpu runners. by @robinjhuang in #100
New Contributors
Full Changelog: v0.0.32...v1.0.33
v1.0.32
Due to a previous failure to push a version as 0.27 instead of 0.0.27, all the existing users who are on 0.27 are stuck on it forever.
This major version bump is NOT a significant update and are done to avoid having users stuck on an older version number.
v0.0.32
What's Changed
- Change tar.gz to zip in saved filename by @christian-byrne in #92
- Add flag to check version by @hongil0316 in #91
- Add
comfy run
command by @pythongosssss in #80
New Contributors
- @christian-byrne made their first contribution in #92
- @pythongosssss made their first contribution in #80
Full Changelog: v0.0.31...v0.0.32
v0.0.31
Disable publishing to testpypi.