From ec46a9c275e5aa7006e4a62de2087edf86c5f525 Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 12 Mar 2024 03:46:17 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20dd2e4..9fe6fa59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html). ## v2.10.0-dev.2 +### Added +- Added Reference-Only mode for Inference ControlNet, used for guiding the sampler with an image without a pretrained model. Part of the latent and attention layers will be connected to the reference image, similar to Image to Image or Inpainting. ### Changed - Inference Primary Sampler Addons (i.e. ControlNet, FreeU) are now inherited by Hires Fix Samplers, this can be overriden from the Hires Fix module's settings menu by disabling the "Inherit Primary Sampler Addons" option. - Revisited the way images are loaded on the outputs page, with improvements to loading speed & not freezing the UI while loading ### Fixed - Fixed Outputs page not remembering where the user last was in the TreeView in certain circumstances +- Fixed Inference extension upgrades not being added to missing extensions list for prompted install ## v2.10.0-dev.1 ### Added