Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SillyTavern-Content

Official content repository. Use the "Download Extensions & Assets" extension in SillyTavern to download these files into your installation.

All rights to copyrighted works are reserved by their respective owners. You should gain their permission if you'd like to redistribute these assets outside of SillyTavern's ecosystem. Please refer to the list below.

Extension submissions

This repository provides access to the list of endorsed third-party SillyTavern UI extensions. Want to contribute your extensions to the list? Please get in contact with our team!

To ensure that all extensions are safe and easy to use, we have a few requirements:

  1. Your extension must be open-source and have a libre license (see Choose a License). If unsure, AGPLv3 is a good choice.
  2. Extensions must be compatible with the latest release version of SillyTavern. Please be ready to update your extension if something in the core changes.
  3. Extensions must be well-documented. This includes a README file with installation instructions, usage examples, and a list of features.
  4. Extensions that have a server plugin requirement to function will not be accepted.

How to add an extension

  1. Make sure that your extension follows the submission rules (see above).
  2. Add a record at the end of extensions.json, following the structure: provide an id (extension folder name), type (always "extension"), name (human readable), description (a short summary), repository URL, and add "tool": true if it provides function tools.
  3. Run a Python script generate_index_json.py to regenerate the content index file.
  4. Commit the changes and open a pull request to the upstream main branch.

Example:

[
    // Rest of the file
    {
        "id": "AwesomeExtension",
        "type": "extension",
        "name": "An Awesome Extension",
        "description": "This extension is awesome and does some cool stuff",
        "url": "https://github.com/AwesomeDev/AwesomeExtension",
        "tool": true
    }
]

Artist credits

BGM

  • Deffcolony (https://soundcloud.com/deffcolony)
    • cup-of-cohee.ogg
    • deep-under-water-temple.ogg
    • inside-the-water-temple.ogg
    • sunken-water-temple.ogg
  • ReXommendation (https://rexommendation.bandcamp.com/)
    • energetic_1.ogg
    • finality.ogg
    • sad_ambience_1.ogg
    • sad_ambience_2.ogg
    • solemn_melody.ogg
    • calm-bittersweet.ogg
    • melancholy-bittersweet.ogg
    • solemn-bittersweet.ogg
    • chords-bittersweet.ogg
    • ambient_st_village_12.ogg

Ambient

  • Deffcolony (https://soundcloud.com/deffcolony)
    • bedroom-clean.mp3
    • bedroom-cyberpunk.mp3
    • cityscape-medieval-market.mp3
    • cityscape-postapoc.mp3
    • japan-classroom.mp3
    • japan-path-cherry-blossom.mp3
    • japan-university.mp3
    • landscape-autumn-great-tree.mp3
    • landscape-beach-day.mp3
    • landscape-beach-night.mp3
    • landscape-winter-lake-house.mp3

Blip

About

Analyze chat context with LLM to generate Danbooru tags for ComfyUI image generation. Supports DeepSeek/OpenAI/OpenRouter/Ollama/Custom providers with 8 model profiles and content gating.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages