Skip to content

v22.3.0

Compare
Choose a tag to compare
@bmaltais bmaltais released this 06 Dec 22:49
· 675 commits to master since this release
b3ea59c
  • 2023/12/06 (v22.3.0)
  • Merge sd-scripts updates:
    • finetune\tag_images_by_wd14_tagger.py now supports the separator other than , with --caption_separator option. Thanks to KohakuBlueleaf! PR #913
    • Min SNR Gamma with V-predicition (SD 2.1) is fixed. Thanks to feffy380! PR#934
      • See #673 for details.
    • --min_diff and --clamp_quantile options are added to networks/extract_lora_from_models.py. Thanks to wkpark! PR #936
      • The default values are same as the previous version.
    • Deep Shrink hires fix is supported in sdxl_gen_img.py and gen_img_diffusers.py.
      • --ds_timesteps_1 and --ds_timesteps_2 options denote the timesteps of the Deep Shrink for the first and second stages.
      • --ds_depth_1 and --ds_depth_2 options denote the depth (block index) of the Deep Shrink for the first and second stages.
      • --ds_ratio option denotes the ratio of the Deep Shrink. 0.5 means the half of the original latent size for the Deep Shrink.
      • --dst1, --dst2, --dsd1, --dsd2 and --dsr prompt options are also available.
    • Add GLoRA support

What's Changed

Full Changelog: v22.2.2...v22.3.0