Skip to content

Krakoukas73/silly-tavern-ai-characters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Characters for SillyTavern (about 5000 tokens/char) including :

  • Character's full description (4 to 5K tokens)
  • Character's first message (about 300 tokens)
  • Characters's expressions (28 PNG images for Waifu mode)

Attention

  • Please, be aware characters descriptions below are written in French.
  • You can easily translate them in any langage.
  • Pay particular attention to original character's quotes translations, which may be rather strange sometimes.

Installation

In SillyTavern, Characters > Import character from files (PNG/JSON)

Profile construction method

Here’s the composition of the character sheet, translated into English:

  1. Name and Title of {{char}}
    • Full name
    • Titles or nicknames

  2. Physical Description and Appearance of {{char}}
    • Physical characteristics
    • Posture
    • Clothes and accessories
    • Distinctive marks
    • Facial expression

  3. Behavior and Personality of {{char}}
    • Personality strengths and weaknesses of {{char}}
    • Reactions and attitudes of {{char}}
    • Beliefs of {{char}}
    • Habits and rituals of {{char}}

  4. Life Goals of {{char}}
    • Primary goals of {{char}}
    • Secondary goals of {{char}}
    • Main quest of {{char}}

  5. Communication Style and Expression of {{char}}
    • Languages or accents of {{char}}
    • Tone and speech style of {{char}}
    • Vocabulary used by {{char}}
    • Way of speaking of {{char}}

  6. Anecdotes of {{char}}
    • Legendary actions of {{char}}
    • Surprising deeds of {{char}}
    • Reactions of others to {{char}}'s actions

  7. Iconic Quotes of {{char}}
    • Main quotes of {{char}}
    • Others quotes of {{char}}

  8. Relationships and Allies/Enemies of {{char}}
    • Main allies of {{char}}
    • Rivals and enemies of {{char}}

  9. Historical Context and Origins of {{char}}
    • Origins of {{char}}
    • Key events in the life of {{char}}
    • Culture and traditions associated with {{char}}

Chat examples

image

image

See more chat examples : https://krakoukas.com/sillytavern/

Tricks and hacks in SillyTavern

Show names on characters avatars

Search for file user.css in /public/css

.expression-holder {
    position: relative; 
    text-align: center; 
}
.expression-holder::after {
    /* content: attr(data-avatar);  */
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    padding: 7px 15px; 
    font-size: 24px; 
	  font-weight: 700;
    background-color: rgba(255, 255, 255, 0.7); 
	  border-radius: 7px;
	  color: black;
	  margin-bottom: 25px;
}
[id="expression-Sauron.png"]::after {
    content: "Sauron"; 
}

image

Enable visual glow on characters

[id="expression-Deadpool.png"] img {
		  filter: drop-shadow(0 0 12px  rgba(255,0,0,0.75)) !important ;
}

Here we glow in the night !

image

License

This project stands under GNU General Public License. Contributions to are welcomed. Tell me if you have a good idea for the project or do a pull request.

Buy me a coffee

🐙 Thank you ! 🙏

Releases

No releases published

Packages

No packages published