Skip to content

v1.6.0

Compare
Choose a tag to compare
@gadicc gadicc released this 12 Jul 11:53
· 23 commits to main since this release

1.6.0 (2023-07-12)

Bug Fixes

  • BaseStorage: mv misplaced .query from BaseArchive to BaseStorage (0c7a757)
  • conversion: recognize "safetensor" anywhere in filename (1ceab7d)
  • deps: bump diffusers to b9feed8, lock bitsandbytes==0.39.1 (be1c322)
  • deps: diffusers to 0.17.0 + latest commits, other packages (a6e9db0)
  • pipelines: pass revision/precision for community pipelines too (20311cf)
  • safety_checker: drop DummySafetyChecker and just use None (e4fbf22)

Features

  • checkpoints: support #fname query in HTTPStorage (0cb839d)
  • dreambooth: update / merge in all upstream changes to date (a40129a)
  • loras: use load_lora_weights (works with A1111 files too) (7a64846)
  • storage: allow #a=1&b=2 params; HTTP can use #fname=XXX (4fe13ef)