Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@kohya-ss kohya-ss released this 24 Jan 12:00
· 151 commits to main since this release
82f8e9f

Updates at Jan 24 2023, 2023/1/24:

  • Fix the LoRA model trained with sd-scripts 0.4.0 for SD2.x is not working.
  • sd-scripts の0.4.0以降で学習されたSD2.x用のLoRAが正しく動作しない不具合を修正しました。

Updates at Jan 23 2023, 2023/1/23:

  • Fix an error with a model saved with bf16 in .pt or .ckpt format.
    • If you use bf16 with .pt/.ckpt, it seems to be required to disable safe-unpickle temporarily with --disable-safe-unpickle option for web UI. Please use .safetensors format for bf16.
  • bf16 で保存された.ptまたは.ckptのモデルが読み込めない不具合を修正しました。
    • これらのモデルをweb UIで読み込むには、--disable-safe-unpickle で一時的にweb UIの safe-unpickle を無効にする必要があるようです。bf16 での保存には .safetensors をお使いください。