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

DO NOT MERGE #6497

Closed
wants to merge 59 commits into from
Closed

DO NOT MERGE #6497

wants to merge 59 commits into from

Commits on Apr 4, 2024

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

Commits on Apr 12, 2024

  1. add simplified model manager install API to InvocationContext

    Lincoln Stein authored and lstein committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    af1b57a View commit details
    Browse the repository at this point in the history
  2. add invocation_context.load_ckpt_from_url() method

    Lincoln Stein committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    df5ebdb View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    Lincoln Stein committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3a26c7b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. port dw_openpose, depth_anything, and lama processors to new model do…

    …wnload scheme
    Lincoln Stein committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    41b909c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddd7ce View commit details
    Browse the repository at this point in the history
  3. add simplified model manager install API to InvocationContext

    Lincoln Stein authored and lstein committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    34438ce View commit details
    Browse the repository at this point in the history
  4. add invocation_context.load_ckpt_from_url() method

    Lincoln Stein authored and lstein committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c140d3b View commit details
    Browse the repository at this point in the history
  5. port dw_openpose, depth_anything, and lama processors to new model do…

    …wnload scheme
    Lincoln Stein authored and lstein committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3ead827 View commit details
    Browse the repository at this point in the history
  6. change names of convert and download caches and add migration script

    Lincoln Stein authored and lstein committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fa6efac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge branch 'lstein/feat/simple-mm2-api' of github.com:invoke-ai/Inv…

    …okeAI into lstein/feat/simple-mm2-api
    Lincoln Stein committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f055e1e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into lstein/feat/simple-mm2-api

    Lincoln Stein committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f1e79d5 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts with main

    Lincoln Stein committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    470a399 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 25, 2024

  1. Address change requests in first round of PR reviews.

    Pending:
    
    - Move model install calls into model manager and create passthrus in invocation_context.
    - Consider splitting load_model_from_url() into a call to get the path and a call to load the path.
    Lincoln Stein committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d72f272 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. refactor load_ckpt_from_url()

    Lincoln Stein committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    70903ef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into lstein/feat/simple-mm2-api

    Lincoln Stein committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    bb04f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a26667d View commit details
    Browse the repository at this point in the history
  4. support VRAM caching of dict models that lack to()

    Lincoln Stein committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7c39929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f65c7e2 View commit details
    Browse the repository at this point in the history
  6. fix safe_filename() on windows

    Lincoln Stein committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    57c8314 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcb071f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fe90c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3b64e7a View commit details
    Browse the repository at this point in the history
  2. fix ruff error

    Lincoln Stein committed May 3, 2024
    Configuration menu
    Copy the full SHA
    38df6f3 View commit details
    Browse the repository at this point in the history
  3. refactor DWOpenPose and add type hints

    Lincoln Stein committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e9a2005 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 6, 2024

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

Commits on May 9, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    0bf14c2 View commit details
    Browse the repository at this point in the history
  2. clean up type checking for single file and multifile download job cal…

    …lbacks
    Lincoln Stein committed May 13, 2024
    Configuration menu
    Copy the full SHA
    287c679 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 16, 2024

  1. add tests for model install file size reporting

    Lincoln Stein committed May 16, 2024
    Configuration menu
    Copy the full SHA
    911a244 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. more refactoring; HF subfolders not working

    Lincoln Stein committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2dae5eb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. refactor multifile download code

    Lincoln Stein committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d968c6f View commit details
    Browse the repository at this point in the history
  2. fix test to run on 32bit cpu

    Lincoln Stein committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8aebc29 View commit details
    Browse the repository at this point in the history
  3. fix ruff error

    Lincoln Stein committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e77c7e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    987ee70 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. merge with main and resolve conflicts

    Lincoln Stein committed May 28, 2024
    Configuration menu
    Copy the full SHA
    34e1eb1 View commit details
    Browse the repository at this point in the history
  2. add migration_11; fix typo

    Lincoln Stein committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cd12ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead1748 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    2276f32 View commit details
    Browse the repository at this point in the history
  2. tidy(app): remove unnecessary changes in invocation_context

    - Any mypy issues are a misconfiguration of mypy
    - Use simple conditionals instead of ternaries
    - Consistent & standards-compliant docstring formatting
    - Use `dict` instead of `typing.Dict`
    psychedelicious committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    132bbf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a70e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b124440 View commit details
    Browse the repository at this point in the history
  5. tidy(nodes): cnet processors

    - Set `self._context=context` instead of changing the type signature of `run_processor`
    - Tidy a few typing things
    psychedelicious committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ccdecf2 View commit details
    Browse the repository at this point in the history
  6. tidy(nodes): infill

    - Set `self._context=context` instead of passing it as an arg
    psychedelicious committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    521f907 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat(download): add type for callback_name

    Just a bit of typo protection in lieu of full type safety for these methods, which is difficult due to the typing of `DownloadEventHandler`.
    psychedelicious committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6cc6a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58ac1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9695e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9941325 View commit details
    Browse the repository at this point in the history
  5. tidy(mm): remove extraneous docstring

    It's inherited from the ABC.
    psychedelicious committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c7f22b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7513f6 View commit details
    Browse the repository at this point in the history
  7. chore: ruff

    psychedelicious committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a9962fd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add support for generic loading of diffusers directories

    Lincoln Stein authored and psychedelicious committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f81b8bc View commit details
    Browse the repository at this point in the history
  2. ruff fixes

    Lincoln Stein authored and psychedelicious committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9f93796 View commit details
    Browse the repository at this point in the history
  3. replace load_and_cache_model() with load_remote_model() and load_loca…

    …l_odel()
    Lincoln Stein authored and psychedelicious committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc13493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b34976 View commit details
    Browse the repository at this point in the history