- fix: default model config was broken - feature: print version with `--version` - feature: ability to load safetensors - feature: 🎉 outpainting. Examples: `--outpaint up10,down300,left50,right50` or `--outpaint all100` or `--outpaint u100,d200,l300,r400`
7.4.3
- fix: handle old pytorch lightning imports with a graceful failure (fixes 161) - fix: handle failed image generations better (fixes 83)
7.4.2
- fix: run face enhancement on GPU for 10x speedup
7.4.1
- fix: incorrect config files being used for non-1.0 models
7.4.0
- feature: 🎉 finetune your own image model. kind of like dreambooth. Read instructions on ["Concept Training"](docs/concept-training.md) page - feature: image prep command. crops to face or other interesting parts of photo - fix: back-compat for hf_hub_download - feature: add prune-ckpt command - feature: allow specification of model config file
7.3.0
- feature: 🎉 depth-based image-to-image generations (and inpainting) - fix: k_euler_a produces more consistent images per seed (randomization respects the seed again)