From ab10d3fd30edd18be202bfb3816d2592194b67a2 Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 24 Dec 2024 17:02:31 -0800 Subject: [PATCH] fix chagenlog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ed4a32..b1b8fb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2 - Added file sizes to the Checkpoint Manager tab - Added the Discrete Model Sampling addon for Inference samplers, allows selecting different sampling methods, such as v_prediction, lcm, or x0, and optionally adjusts the model’s noise reduction strategy with the zero-shot noise ratio (ZSNR) toggle. - Added Default GPU override in Settings -> System Settings -> Default GPU -- Added the ability to copy more generation parameters from the Inference gallery context menu +- Added new "Copy" menu to the Inference gallery context menu, allowing you to copy generation parameters as well as the image - Added "StableDiffusion" folder as an option when downloading Flux models in the CivitAI model browser - Added support for SD3.5 in Inference - Added CLIP_G to HuggingFace model browser @@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2 - Added zipping of log files and "Show Log in Explorer" button on exceptions dialog for easier support - Added max concurrent downloads option & download queueing for most downloads - Added the ability to change the Models directory separately from the rest of the Data directory. This can be set in `Settings > Select new Models Folder` -- Added "Copy" menu to the Inference gallery context menu, allowing you to copy the image or the seed (other params coming soon™️) - Added InvokeAI model sharing option ### Changed - Improved Packages Page grid layout to dynamically stretch to fill available space