SillyTavern/public/scripts/extensions/cfg
kingbri cdbca6d9fd CFG: Include the entire prompt with negative prompt
CFG with LLMs works differently than stable diffusion. The main principle
is prompt mixing and utilizing the differences between the two prompts
rather than a full "negative prompt" of what the user doesn't want.

SillyTavern its own way of formatting a prompt sent to an LLM backend.
Therefore, take that prompt and add negatives to it.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-18 22:18:09 -04:00
..
index.js CFG: Include the entire prompt with negative prompt 2023-08-18 22:18:09 -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: Include the entire prompt with negative prompt 2023-08-18 22:18:09 -04:00
window.html Add hint for CFG scale 2023-08-14 12:50:00 +03:00