mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-01 03:29:24 +02:00
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>