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

Use Diffusers 0.30.0 / Enable offline single file model loading #6740

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

Commits on Aug 14, 2024

  1. pass original_config_file to load_single_file()

    Lincoln Stein committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b5ec04f View commit details
    Browse the repository at this point in the history
  2. renamed deprecated original_config_file argument

    Lincoln Stein committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5bde4ea View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. enable offline loading of main sd-1, sd-2 and sdxl models

    Lincoln Stein committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6af8443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b296d3 View commit details
    Browse the repository at this point in the history
  3. pass configuration templates to from_single_file() using the config o…

    …ption
    Lincoln Stein committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7a9a169 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/lstein/feat/diffuse…

    …rs-v0.30' into lstein/feat/diffusers-v0.30
    Lincoln Stein committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5daaaa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. use correct controlnet config file

    Lincoln Stein committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4556343 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. fixed SDXL controlnet probe

    Lincoln Stein committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3487def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63dbf38 View commit details
    Browse the repository at this point in the history
  3. fix formatting errors

    Lincoln Stein committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    32cdd42 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lstein/feat/diffusers-v0.30' of github.com:invoke-ai/In…

    …vokeAI into lstein/feat/diffusers-v0.30
    Lincoln Stein committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    03210bd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 4, 2024

  1. Merge branch 'main' into lstein/feat/diffusers-v0.30

    Lincoln Stein committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9e097b6 View commit details
    Browse the repository at this point in the history
  2. tweak name of folder containing model base config files

    Lincoln Stein committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    471dbf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 23, 2024

  1. fix(package): update package paths for model base config files in pyp…

    …roject.toml
    Eugene Brodsky committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2916d05 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. remove full path name from controlnet config file

    Lincoln Stein committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b9d8e19 View commit details
    Browse the repository at this point in the history