6.4.0
2023-09-09
- Improved support for Stable Diffusion XL ControlNet
- Fixes and improvements
6.2.0
2023-07-29
- Fast progress, now you can choose to either show a fast version of the current latent or decode it to get an improved version at the cost of slower diffusion
6.1.1
2023-07-28
- Shortcuts support
- Stable Diffusion XL
- Inpainting support for every model
- Improvements and bug fixes
- Denoised progress
- Textual inversion
- Prompt history
- Token count
6.1.0
2023-07-21
- Shortcuts support
- Stable Diffusion XL
- Inpainting support for every model
- Improvements and bug fixes
- Denoised progress
- Textual inversion
5.0.0
2023-06-10
- Loading on demand for models, it's no longer necessary to manually load and unload the models
- Memory and performance improvements
4.1.0
2023-05-19
- Performance improvements
- Fixes in img2img with different scale ratios
4.0.0
2023-04-24
- Added new Samplers: DDIM, Euler, EulerA, DPM++ 2M Karras
- Added support for Stable Diffusion 2 based models, no more black screens! This does require converting the models with the new Guernika Model Converter 4.0.0
- Improve alignment between Guernika's output and python implementation output.
- Some bugs fixes and performance improvements
2.1
2023-03-27
- Prompt weighting, tokens between () are taken more into account and tokens between [] will be taken less into account.
- Initial support for Textual Inversion embeddings, embeddings can be added when converting the TextEncoder.
- Added token count.
- Other fixes.
2.0
2023-03-15
- Add support for newer models
- General improvements
1.9.1
2023-02-27
- Fix symbolic links, newly added symbolic links should work after app relaunch
- Improvements on model downloading
1.9
2023-02-24
- Allow creating links to models on external storage
- Fix problems downloading models
1.8
2023-02-13
- Improve model downloading
- Keep screen on while performing long task
1.6
2023-01-28
- Add initial support for Instruct Pix2Pix model, generate image variation using instruction ("make it look like a gold statue")
- Fixes
1.4
2023-01-11
- Improve support for different output sizes
- Allow choosing compute units
1.3
2023-01-08
- Added DPMSolver sampler
- Allow disabling progress images
- General fixes and improvements