Add Janeway and Shinen

This commit is contained in:
henk717 2022-03-02 09:51:25 +01:00
parent c8ece04b1d
commit f9ac23ba4e
2 changed files with 10 additions and 6 deletions

14
.gitignore vendored
View File

@ -1,24 +1,26 @@
# Ignore client settings file
settings/*
settings
# Ignore stories file except for test_story
stories/*
stories
!stories/sample_story.json
# Ignore stuff that would polute our Git
/.project
*.bak
miniconda3/*
miniconda3
*.settings
__pycache__
*.log
cache/*
userscripts/*
cache
userscripts
!userscripts/examples
!userscripts/kaipreset_*.lua
!userscripts/Readme.*
!userscripts/api_documentation.*
softprompts/*
softprompts
models
!models/models go here.txt
# Ignore PyCharm project files.
.idea

View File

@ -69,8 +69,10 @@ modellist = [
["Load a model from its directory", "NeoCustom", ""],
["Load an old GPT-2 model (eg CloverEdition)", "GPT2Custom", ""],
["Skein 6B (Hybrid)", "KoboldAI/GPT-J-6B-Skein", "16GB"],
["Janeway 6B (Novel)", "KoboldAI/GPT-J-6B-Janeway", "16GB"],
["Adventure 6B", "KoboldAI/GPT-J-6B-Adventure", "16GB"],
["Lit 6B (NSFW)", "hakurei/lit-6B", "16GB"],
["Shinen 6B (NSFW)", "KoboldAI/GPT-J-6B-Shinen", "16GB"],
["C1 6B (Chatbot)", "hakurei/c1-6B", "16GB"],
["Janeway 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Janeway", "8GB"],
["Adventure 2.7B", "KoboldAI/GPT-Neo-2.7B-AID", "8GB"],