Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@kohya-ss kohya-ss released this 29 Jan 13:09
· 120 commits to main since this release
4e383e2

Updates at 27 Jan. 2023, 2023/1/27

  • Fix an error with SD2.x LoRA without alpha (trained by the scripts before 0.4.0).
  • alphaのないSD2.xのLoRAモデル(0.4.0以前のバージョンで学習されたモデル)が正しく適用されない不具合を修正しました。

Updates at 26 Jan. 2023, 2023/1/26

  • Fix an error when preload.py is not loaded for some reason.
  • 何らかの理由で preload.py が存在しない場合、読み込めない場合のエラーを修正しました。

Updates at 25 Jan. 2023, 2023/1/25

  • Support the latest web UI X/Y/Z plot.
  • Improve hashing algorithm to avoid unintended changes to model hash by updating metadata. Thanks to space-nuko!
  • Now the list of models in X/Y/Z plot can be retrieved with the next button. Thanks to space-nuko!
    • Please select any model in Model ? at Additional Networks in order to make the button work. Models in the same folder as the model will be listed.
    • Swap axes buttons do not seem to swap the model listing button. Please do not use the swap axes buttons. This seems to be the web UI issue.
  • Experimenatal --addnet-max-model-count option is added to web UI to use more than 5 models in the same time. Thanks to Fannovel16!
    • like webui.bat --addnet-max-model-count 8
  • Web UI最新版のX/Y/Z plotに対応しました。
  • メタデータの更新によりモデルのハッシュ値が変わるのを避けるため、ハッシュ計算のアルゴリズムを更新しました。space-nuko氏に感謝します。
  • X/Y/Z plotのモデルリストが、選択肢の隣にあるボタンで取得できるようになりました。 space-nuko氏に感謝します。
    • いずれかのモデルを Additional NetworksModel ? で選択しておいてください。そのモデルと同じフォルダにあるモデルの一覧が取得されます。
    • Swap axes ボタンはモデルリストボタンについて正しく動作しないようです。Web UIの問題のようです。Swap axesボタンを使用せず運用願います。
  • 実験的オプション --addnet-max-model-countオプションがWeb UIに追加されます。 5より多くの任意の数のLoRAモデル等を同時に指定できるようになります。Fannovel16氏に感謝します。
    • webui.bat --addnet-max-model-count 8 のように指定してください。