Skip to content
Permalink

Comparing changes

Choose two 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.2.5
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: main
Choose a head ref
  • 15 commits
  • 11 files changed
  • 6 contributors

Commits on Oct 8, 2024

  1. Remove uv pinning.

    robinjhuang committed Oct 8, 2024
    Copy the full SHA
    44e1dd8 View commit details

Commits on Oct 9, 2024

  1. Remove comfy-cli as a dependency for standalone. (#195)

    robinjhuang authored Oct 9, 2024
    Copy the full SHA
    1760cad View commit details

Commits on Oct 22, 2024

  1. bug: handle subfolder missing in image output (#194)

    ssheng authored Oct 22, 2024
    Copy the full SHA
    03e78bb View commit details
  2. Update README.md

    robinjhuang authored Oct 22, 2024
    Copy the full SHA
    6cab8f1 View commit details

Commits on Oct 31, 2024

  1. --listen doesn't work on launch command (#201)

    Doing:
    ```
    comfy launch --background -- --listen 0.0.0.0 --cpu
    ```
    doesn't work because of a typo.
    
    Here a small fix.
    nvdamien authored Oct 31, 2024
    Copy the full SHA
    9f86f60 View commit details
  2. 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>
    robinjhuang and telamonian authored Oct 31, 2024
    Copy the full SHA
    93ab01b View commit details

Commits on Nov 7, 2024

  1. 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.
    robinjhuang authored Nov 7, 2024
    Copy the full SHA
    6525338 View commit details

Commits on Nov 12, 2024

  1. [Optional] Checkout specific commit for ComfyUI-Manager (#207)

    * Handle case when Github releases rate limit is reached.
    
    * Attach GITHUB_TOKEN to releases request if available.
    
    * Fix test.
    
    * Fix test.
    
    * Ruff fix.
    
    * Checkout specific commit for ComfyUI-Manager.
    robinjhuang authored Nov 12, 2024
    Copy the full SHA
    2ff6f6e View commit details

Commits on Nov 13, 2024

  1. Continue on update node cache error when installing ComfyUI-Manager (#…

    …208)
    
    * Add.
    
    * Catch errro..
    
    * Update ruff.
    
    * Revert.
    robinjhuang authored Nov 13, 2024
    Copy the full SHA
    b2ba7d0 View commit details

Commits on Nov 21, 2024

  1. fix: specify commit hash (#213)

    sko00o authored Nov 21, 2024
    Copy the full SHA
    7711db0 View commit details

Commits on Dec 20, 2024

  1. feat: add eval/exec checks for Python files before publishing nodes

    Implemented security checks using Ruff to identify specific violations (S102, S307) in Python files.
    yoland68 committed Dec 20, 2024
    Copy the full SHA
    cc38cc8 View commit details
  2. refactor: update security checks in publish command and add tests

    Replaced the previous security check implementation with a subprocess call to 'ruff' for better error handling and output. Added tests to verify behavior on security violations, missing 'ruff' installation, and successful publishing with a token. This enhances the reliability and maintainability of the publish process.
    yoland68 committed Dec 20, 2024
    Copy the full SHA
    e031120 View commit details
  3. refactor: enhance security checks in publish command and update tests

    Updated the security check implementation in the publish command to use 'ruff' with an '--exit-zero' flag, changing the output handling to display warnings instead of errors. Adjusted the test cases to reflect these changes, ensuring that security warnings are correctly asserted. This improves the clarity of security feedback during the publishing process.
    yoland68 committed Dec 20, 2024
    Copy the full SHA
    0601faa View commit details
  4. Add -q flag for not say shit when no errors were found

    yoland68 committed Dec 20, 2024
    Copy the full SHA
    ae9b0aa View commit details

Commits on Dec 21, 2024

  1. Create validate command for ppl to test using the ruff checks

    yoland68 committed Dec 21, 2024
    Copy the full SHA
    3f0cf4f View commit details
Loading