All notable changes to this project will be documented in this file.
- Overhauled the message multiplier system to be more flexible and hopefully capable of producing better results
- New setting
max_messages
: This is the maximum number of recent messages that will be injected into the negative prompt - New setting
max_multiplier
: This is the maximum multiplier that will be applied to a message (in other words, the repeat count) - New setting
scaling
: This is the scaling algorithm that will be applied to the multiplier for each message, currently supportsconstant
,linear
,exponential
andlogarithmic
history_multiplier
settinglast_message_multiplier
setting
- Default tab support
- Notebook tab support
- Print debug info for Blacklist
- New setting
context_delimiter
: Allows you to specify expected history format for Notebook and Default tabs, defaults to\n
- Renamed
Message Delimiter
toNegative Delimiter
- Blank history messages are now ignored
- New Blacklist feature: Allows you to exclude certain terms from being injected into your negative prompt, with support for * wildcard and regex
CHANGELOG.md
to track changes
- Increased default
history_multiplier
from 0 to 1 (I'm still experimenting with different defaults; your feedback is appreciated)
- Fixed missing key for
enable
parameter - Fixed
history_length
datatype issue - Corrected typos in README
- Initial release