发布

  • fix bugs in online ckpt conversion of 2.0 models

    frostbyte_neo 发布于 2023-03-28 04:11:37 +00:00

    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.

    下载附件