Creative Writing Control Vectors
Collection
So you like happy endings? Look elsewhere!!! :D
•
12 items
•
Updated
NOTE: See creative-writing-control-vectors-v3.0 for the current main control-vector repo.
IMPORTANT: Make sure you have the latest version of llama.cpp to use these:
llama.cpp
will just silently load the first control vector (and none of the others) if the layer index of the final direction in each file does not match...To use these control vectors effectively you will need to use the "--control-vector-scaled
" option like this:
llama-cli --model <model name>.gguf --control-vector-scaled <model name>-positive.gguf -1.0 --control-vector-scaled <model name>-dark.gguf 1.0 --control-vector-scaled <model name>-law.gguf -1.0 --control-vector-scaled <model name>-chaos.gguf 1.0 [the rest of your CLI arguments...]
or:
llama-cli --model <model name>.gguf --control-vector-scaled <model name>-positive.gguf -0.5 --control-vector-scaled <model name>-dark.gguf 0.5 --control-vector-scaled <model name>-law.gguf -0.5 --control-vector-scaled <model name>-chaos.gguf 0.5 [the rest of your CLI arguments...]
or:
llama-cli --model <model name>.gguf --control-vector-scaled <model name>-positive.gguf -0.5 --control-vector-scaled <model name>-dark.gguf 1.0 --control-vector-scaled <model name>-law.gguf -0.5 --control-vector-scaled <model name>-chaos.gguf 1.0 [the rest of your CLI arguments...]
NOTE:
-0.5
or -0.75
(unless you like really Grim stories! :D).1.5
or 2.0
before the model starts to repeat gibberish.0.0
for any traits you don't want to use.--control-vector-scaled
" command line arguments for "llama-server
" as in the above "llama-cli
" examples.