Skip to content

v21.5.11

Compare
Choose a tag to compare
@bmaltais bmaltais released this 15 May 19:19
· 1602 commits to master since this release
f4a9d48
  • 2023/07/15 (v21.5.11)
    • Added an option --dim_from_weights to train_network.py to automatically determine the dim(rank) from the weight file. PR #491 Thanks to AI-Casanova!
      • It is useful in combination with resize_lora.py. Please see the PR for details.
    • Fixed a bug where the noise resolution was incorrect with Multires noise. PR #489 Thanks to sdbds!
      • Please see the PR for details.
    • The image generation scripts can now use img2img and highres fix at the same time.
    • Fixed a bug where the hint image of ControlNet was incorrectly BGR instead of RGB in the image generation scripts.
    • Added a feature to the image generation scripts to use the memory-efficient VAE.
      • If you specify a number with the --vae_slices option, the memory-efficient VAE will be used. The maximum output size will be larger, but it will be slower. Please specify a value of about 16 or 32.
      • The implementation of the VAE is in library/slicing_vae.py.
    • Fix for wandb #ebabchick
    • Added English translation of documents by darkstorm2150. Thank you very much!
    • The prompt for sample generation during training can now be specified in .toml or .json. PR #504 Thanks to Linaqruf!
      • For details on prompt description, please see the PR.