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

further improvements to initial load #2330

Merged
merged 8 commits into from
Jan 18, 2023
Merged

further improvements to initial load #2330

merged 8 commits into from
Jan 18, 2023

Commits on Jan 15, 2023

  1. further improvements to initial load

    - Migration process will not crash if duplicate model files are found,
      one in legacy location and the other in new location.
      The model in the legacy location will be deleted in this case.
    
    - Added a hint to stable-diffusion-2.1 telling people it will work best
      with 768 pixel images.
    
    - Added the anything-4.0 model.
    lstein committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f86c8b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    5fa8f8b View commit details
    Browse the repository at this point in the history
  2. make SD-1.5 the default again

    Lincoln Stein committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d6ac0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a0382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9460763 View commit details
    Browse the repository at this point in the history
  5. further tweaks to model management

    - Work around problem with OmegaConf.update() that prevented model names
      from containing periods.
    - Fix logic bug in !delete_model that didn't check for existence of model
      in config file.
    Lincoln Stein committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    088cd2c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

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