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

[MM] Install and load Stable Diffusion 3 models #6512

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. add draft SD3 probing; there is an issue with FromOriginalControlNetM…

    …ixin in backend.util.hotfixes due to new diffusers
    Lincoln Stein committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    002f824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b9d17 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    c79d9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c970bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbd2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4123603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78f704e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lstein/feat/sd3-model-loading' of github.com:invoke-ai/…

    …InvokeAI into lstein/feat/sd3-model-loading
    Lincoln Stein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ac0396e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. return correct base type for sd3 VAEs

    Lincoln Stein committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    554809c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65d50a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    be14fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b5c03 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. scale default RAM cache by size of system evirtual memory

    Lincoln Stein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9dce4f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    cd99ef2 View commit details
    Browse the repository at this point in the history
  2. fix: Make TE5 Optional

    blessedcoolant committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c403efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66260fd View commit details
    Browse the repository at this point in the history
  4. add sd3 to starter models

    Lincoln Stein committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    445561e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    95377ea View commit details
    Browse the repository at this point in the history
  2. unpin dependencies; fix typo in sd3.py

    Lincoln Stein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    28f1d25 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. fix installer logic for tokenizer_3 and text_encoder_3

    Lincoln Stein committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    39881d3 View commit details
    Browse the repository at this point in the history