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

[feat] Reduce peak VRAM memory usage of IP adapter #6453

Merged
merged 12 commits into from
Jun 3, 2024

Commits on May 29, 2024

  1. reduce peak VRAM memory usage of IP adapter

    Lincoln Stein committed May 29, 2024
    Configuration menu
    Copy the full SHA
    363ceba View commit details
    Browse the repository at this point in the history
  2. handle case of no IP adapters requested

    Lincoln Stein committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a671a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98abdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da4ad0d View commit details
    Browse the repository at this point in the history
  5. refactor redundant code and fix typechecking errors

    Lincoln Stein committed May 29, 2024
    Configuration menu
    Copy the full SHA
    13c7183 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lstein/optimization/ip-image-encoder-vram' of github.co…

    …m:invoke-ai/InvokeAI into lstein/optimization/ip-image-encoder-vram
    Lincoln Stein committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c182116 View commit details
    Browse the repository at this point in the history
  7. added a few comments to document design choices

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

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

Commits on May 30, 2024

  1. use zip to iterate over image prompts and adapters

    Lincoln Stein committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ac1e89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57ab8b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Update invokeai/app/invocations/latent.py

    Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
    lstein and RyanJDick authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    841c3bc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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