SillyTavern/public/scripts/extensions/cfg
kingbri 4a21ee0337 CFG: Add ability to combine negative prompts
This allows for flexibility with global, character, and chat negative
prompts. Combining prompts is very useful for users who want to maintain
a set of global negatives and then add extra layers on top of that. The
ordering is chat -> character -> global tags due to the specificity of
each.

The guidance scale follows the cascade of chat -> character -> global
due to being one number that is set when CFG is fired. If the guidance
scale is 1, nothing happens.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-12 16:25:35 -04:00
..
index.js CFG: Add ability to combine negative prompts 2023-08-12 16:25:35 -04:00
manifest.json Extensions: Add global CFG support 2023-08-11 01:39:15 -04:00
menuButton.html Extensions: Add global CFG support 2023-08-11 01:39:15 -04:00
style.css Extensions: Add global CFG support 2023-08-11 01:39:15 -04:00
util.js CFG: Add ability to combine negative prompts 2023-08-12 16:25:35 -04:00
window.html CFG: Add ability to combine negative prompts 2023-08-12 16:25:35 -04:00