Releases: Comfy-Org/comfy-cli
Releases · Comfy-Org/comfy-cli
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.
v0.0.30
v0.0.29
What's Changed
comfy install
command - invalid check logic for already existing path by @ltdrdata in #78- fix: pipe error from tqdm in launch --background by @ltdrdata in #79
- fix: invalid logics when execute command based on not installed workspace by @ltdrdata in #82
- fix: remove useless isolated env checker in launch by @ltdrdata in #84
Full Changelog: v0.0.28...v0.0.29
Fix bug with charset-normalizer dependency
Full Changelog: v0.027...v0.0.28
v0.0.26
Fixed: comfy node publish
was zipping files incorrectly.
Added comfy node pack
to only zip the tar file without uploading it.
What's Changed
- Fix escape sequence in print. by @robinjhuang in #65
- improve: display error message if failed to background launching by @ltdrdata in #66
- fix(requirements.txt): ensure typing-extensions >= 4.7.0 by @snomiao in #61
- fix: launch --background issue in windows by @ltdrdata in #67
- fix: remove broken char in windows by @ltdrdata in #68
- typer version should be 0.9.0 or later by @ltdrdata in #70
- Improve error messages for Publishing nodes. by @robinjhuang in #72
- Fixed: Zip the correct files in the custom node directory. by @robinjhuang in #73
New Contributors
Full Changelog: v0.0.25...0.0.26
v0.0.25
v0.0.24
What's Changed
- Add pylint precommit hook by @yoland68 in #20
- Add beta support for Intel Arc GPU installation by @yoland68 in #51
- fix: don't fail silently by @ltdrdata in #55
- improve and fix: comfy node command by @ltdrdata in #56
- Feat: add support for civitai url model download by @yoland68 in #60
- Feat: Add CivitAI API token support for download by @yoland68 in #62
Full Changelog: v0.0.23...v0.0.24