Tags: Comfy-Org/comfy-cli
Tags
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>
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>
PreviousNext