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

Configuration and model installer for new model layout #3547

Merged
merged 46 commits into from
Jun 28, 2023

Commits on Jun 16, 2023

  1. rewrite of widget display - marshalling needs rewrite

    Lincoln Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ada7399 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    f28d500 View commit details
    Browse the repository at this point in the history
  2. add direct-call script for model installer

    Lincoln Stein committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    15f8132 View commit details
    Browse the repository at this point in the history
  3. make configure script work properly on empty rootdir

    Lincoln Stein committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ddb3f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d53b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. test and fix edge cases

    Lincoln Stein committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    294b1e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lstein/installer-for-new-model-layout' of github.com:in…

    …voke-ai/InvokeAI into lstein/installer-for-new-model-layout
    Lincoln Stein committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    678bb4f View commit details
    Browse the repository at this point in the history
  3. address some of ebr issues

    Lincoln Stein committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ac6403f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fc19d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90df316 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. better window size behavior under alacritty & terminator

    Lincoln Stein committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b727442 View commit details
    Browse the repository at this point in the history
  2. punctuation fix in user message

    Lincoln Stein committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1c31efa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. migration script working well

    Lincoln Stein committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    33b04f6 View commit details
    Browse the repository at this point in the history
  2. migration now integrated into invokeai-configure

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

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    c7b7e08 View commit details
    Browse the repository at this point in the history
  2. correctly migrate models that have relative paths

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a910403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d0e80 View commit details
    Browse the repository at this point in the history
  4. make relative model paths work in model manager

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    56bd873 View commit details
    Browse the repository at this point in the history
  5. merge

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    afd19ab View commit details
    Browse the repository at this point in the history
  6. implement vae passthru

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3043af4 View commit details
    Browse the repository at this point in the history
  7. merge with main

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    58d1857 View commit details
    Browse the repository at this point in the history
  8. adjust for change in list_models() API

    Lincoln Stein committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    54b7442 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    466ec3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    539d1f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. rename ModelType.Pipeline to ModelType.Main

    Lincoln Stein committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    ba1371a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f7426 View commit details
    Browse the repository at this point in the history
  3. implemented Stalker's suggested improvements

    Lincoln Stein committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c3c4a71 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Remove upcast_attention and prediction_type from stable diffusion mod…

    …el logic, fix ckpt conversion according to this
    StAlKeR7779 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    a3c22b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b37b7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'lstein/installer-for-new-model-layout' of github.com:in…

    …voke-ai/InvokeAI into lstein/installer-for-new-model-layout
    lstein committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c91d1ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    160b5d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    23c22ac View commit details
    Browse the repository at this point in the history
  2. Fixes

    StAlKeR7779 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1ba94a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b97639 View commit details
    Browse the repository at this point in the history
  4. query for 'main' model type when populating UI lists

    to support renaming of 'pipeline' models to 'main'
    ebr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    47e6512 View commit details
    Browse the repository at this point in the history
  5. fix add_model() logic

    Lincoln Stein committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a2ddb38 View commit details
    Browse the repository at this point in the history
  6. merge with main

    Lincoln Stein committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    011adfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f67dec7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7e9d09 View commit details
    Browse the repository at this point in the history
  9. prompt user for prediction type when autoimporting a v2 model without…

    … .yaml file
    
    don't ask user for prediction type of a config.yaml provided
    Lincoln Stein committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    823e098 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'lstein/installer-for-new-model-layout' of github.com:in…

    …voke-ai/InvokeAI into lstein/installer-for-new-model-layout
    Lincoln Stein committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8c74f49 View commit details
    Browse the repository at this point in the history
  11. remove dangling debug statement

    Lincoln Stein committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    044fe6b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. improved wording of v2 selection prompt

    Lincoln Stein committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f15d28d View commit details
    Browse the repository at this point in the history
  2. autoimport from embedding/controlnet/lora folders designated in start…

    …up file
    Lincoln Stein committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e8ed0fa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    72209d0 View commit details
    Browse the repository at this point in the history
  2. warn but do not crash when model scan finds random cruft in models

    …directory
    Lincoln Stein committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    79fc708 View commit details
    Browse the repository at this point in the history