Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a --fast-deps option to comfy install/reinstall that enables new faster/unified/uv-based dependency install #141

Merged
merged 30 commits into from
Aug 16, 2024

Commits on Aug 2, 2024

  1. added uv script

    telamonian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7e61541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0b106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f08f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3449db5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66bcfdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a57a70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cc4241 View commit details
    Browse the repository at this point in the history
  8. picked lint

    telamonian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d0c271d View commit details
    Browse the repository at this point in the history
  9. post rebase cleanup

    telamonian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    09f1883 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54f3d40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de64035 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00e447e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0773ed0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5baac22 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7866ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    643f4ae View commit details
    Browse the repository at this point in the history
  17. uv subprocess calls now print cmd/output on error

    - output is currently unsatisfactory in the case of a dependency conflict
      - doesn't print the names of conflicting top-level packages. The uv maintainers have expressed interest in fixing this: astral-sh/uv#1854
    telamonian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    73396ce View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    17e2e47 View commit details
    Browse the repository at this point in the history
  2. add resolve_strategy="ask" option to DependencyCompiler.Compile

    - will manually prompt user for resolution in case of extension-vs-extension dependency conflict, using `ui.prompt_select`
    telamonian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c5d696b View commit details
    Browse the repository at this point in the history
  3. basic implementation of ext-vs-ext conflict resolution via manual use…

    …r input now functional
    
    - needs better output
    telamonian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2efb3a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c92fc85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    699505e View commit details
    Browse the repository at this point in the history
  6. test_compile in test_uv now works/runs correctly via pytest

    - still needs an actual assert at the end
    telamonian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2825212 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    98b6238 View commit details
    Browse the repository at this point in the history
  2. small type hint fix

    telamonian committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5c9b379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a81f65 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    41de4c5 View commit details
    Browse the repository at this point in the history
  2. ci test fix

    telamonian committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c87cb3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce67400 View commit details
    Browse the repository at this point in the history