mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
DreamGen Lucid
This commit is contained in:
@@ -923,6 +923,10 @@ export function getCurrentDreamGenModelTokenizer() {
|
||||
return tokenizers.YI;
|
||||
} else if (model.id.startsWith('opus-v1-xl')) {
|
||||
return tokenizers.LLAMA;
|
||||
} else if (model.id.startsWith('lucid-v1-medium')) {
|
||||
return tokenizers.NEMO;
|
||||
} else if (model.id.startsWith('lucid-v1-extra-large')) {
|
||||
return tokenizers.LLAMA3;
|
||||
} else {
|
||||
return tokenizers.MISTRAL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user