Skip to content

Fixes for release v2.3.3-rc2 - #3056

Closed
lstein wants to merge 4 commits into
v2.3from
release/v2.3.3-rc2
Closed

Fixes for release v2.3.3-rc2#3056
lstein wants to merge 4 commits into
v2.3from
release/v2.3.3-rc2

Conversation

@lstein

@lstein lstein commented Mar 28, 2023

Copy link
Copy Markdown
Collaborator

Updating Root directory

  • Introduced new mechanism for updating the root directory when necessary. Currently only used to update the invoke.sh script using new dialog colors.
  • Fixed ROCm torch module version number

Loading legacy 2.0/2.1 models

  • Due to not converting the torch.dtype precision correctly, the load_pipeline_from_original_stable_diffusion_ckpt() was returning models of dtype float32 regardless of the precision setting. This caused a precision mismatch crash.
  • Problem now fixed (also see Fix bugs in online ckpt conversion of 2.0 models #3057 for the same fix to main)

lstein added 3 commits March 27, 2023 21:10
- installer now installs the pretty dialog-based console launcher
- added dialogrc for custom colors
- add updater to download new launcher when users do an update
This commit fixes bugs related to the on-the-fly conversion and loading of
legacy checkpoint models built on SD-2.0 base.

- When legacy checkpoints built on SD-2.0 models were converted
  on-the-fly using --ckpt_convert, generation would crash with a
  precision incompatibility error.

- In addition, broken logic was causing some 2.0-derived ckpt files to
  be converted into diffusers and then processed through the legacy
  generation routines - not good.
@lstein

lstein commented Mar 28, 2023

Copy link
Copy Markdown
Collaborator Author

This is now superseded.

@lstein lstein closed this Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant