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

Comparing changes

Choose two 8000 branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Comfy-Org/comfy-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.9
Choose a base ref
...
head repository: Comfy-Org/comfy-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    6d35be1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    d9d4248 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. 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>
    robinjhuang and claude authored May 29, 2025
    Configuration menu
    Copy the full SHA
    2e36f33 View commit details
    Browse the repository at this point in the history
Loading
0