8000 Tags · Comfy-Org/comfy-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Comfy-Org/comfy-cli

Tags

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle case when Github releases rate limit is reached. (#204)

* Handle case when Github releases rate limit is reached.

* Attach GITHUB_TOKEN to releases request if available.

* Fix test.

* Fix test.

* Ruff fix.

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
comfy standalone: numpy < 2.0 for all OS (#202)

* Numpy < 2.0 for all OS.

* Fix ruff issues.

* update uv unittest to reflect numpy < 2 forced requirement

---------

Co-authored-by: telamonian <telamonian@users.noreply.github.com>

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove comfy-cli as a dependency for standalone. (#195)

v1.2.6

Toggle v1.2.6's commit message
Remove uv pinning.

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for HF token (#193)

v1.2.4

Toggle v1.2.4's commit message
Update default python version to 3.12.7

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
default to not packing/unpacking wheels into standalone python bundle (

…#184)

* only pack/unpack wheels into the python bundle if `pack-wheels` arg is passed to `standalone` cmd

* fix typing nits

v1.2.2

Toggle v1.2.2's commit message
Fixed: gpu == None is needed by uv.

Temporary fix.

v1.2.1

Toggle v1.2.1's commit message
Remove emojis in console (breaks on Powershell).

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Install stable versions of ComfyUI (#178)

* Max line length 120.

* Install stable releases.

* Fix ruff.

* Fix rprint bug.

* Add tests.
0