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.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Send additional metadata to registry service during node creation (#279)

* Parse the supporting metadata and send to backend while publishing a node

* Add/update tests

* fix ruff formatting

* fix bug

---------

Co-authored-by: coderfromthenorth93 <codefromthenorth93@comfy.org>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Windows Unicode error in node commands (#277)

* Fix Windows Unicode error in node commands

Fixes UnicodeDecodeError when running `comfy node show all` on Windows by explicitly setting UTF-8 encoding with error handling for subprocess calls to ComfyUI-Manager.

The error occurred because Windows defaults to cp1252 encoding which cannot decode certain Unicode characters (byte 0x9d) output by ComfyUI-Manager scripts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Format.

---------

Co-authored-by: Claude <noreply@anthropic.com>

v1.3.9

Toggle v1.3.9's commit message
Fixed: pypa/gh-action-pypi-publish actio name.

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify function calls. (#243)

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use keyword arguments for cm-cli. (#241)

* Remove standalone tests.

* Remove.

* Fix return code for comfy launch.

* Use comfy launch.

* Fix tests for mac.

* Use keyword arguments for cm-cli.

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use torch CUDA 12.6 as default (#237)

v1.3.5

Toggle v1.3.5's commit message
Raise error for upload_file_to_signed_url function

v1.3.4

Toggle v1.3.4's commit message
Add E702 to validation

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Generate xml coverage. (#227)

* Generate xml coverage.

* Remove coverage.xml

* Specific pytest project.

* Don't run for changes in most files.

* Test everything.

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove comfyui related prefix from node names. (#220)

0