Skip to content

Releases: Comfy-Org/comfy-cli

v1.1.2

27 Aug 23:08
2ce5e92
Compare
Choose a tag to compare

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

27 Aug 21:19
743f8bc
Compare
Choose a tag to compare

Bug fixes:

v1.1.0

27 Aug 18:03
Compare
Choose a tag to compare

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

v1.0.36

13 Aug 17:11
fe102a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.35...v1.0.36

v1.0.35

29 Jul 23:14
bf3a042
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.34...v1.0.35

v1.0.34

18 Jul 00:16
002f8ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.33...v1.0.34

v1.0.33

03 Jul 17:50
af189ce
Compare
Choose a tag to compare

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 running comfy install --nvidia
  • Add tests using gpu runners. by @robinjhuang in #100

New Contributors

Full Changelog: v0.0.32...v1.0.33

v1.0.32

15 Jun 22:47
c96aafb
Compare
Choose a tag to compare

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

15 Jun 22:35
c96aafb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.31...v0.0.32

v0.0.31

03 Jun 21:35
Compare
Choose a tag to compare

Disable publishing to testpypi.