Pular para o conteúdo

Create character card with inline asset.

Este conteúdo não está disponível em sua língua ainda.

End result:

  • simple character with image and background music
  • You know how to create this yourself.

Requirement:

  1. Use this:

  • Name
Rosa
  • Description
Woman with gun
  • First Message
"Just try laying one finger on Maria
in front of me. |’ll show you just how
lukewarm the hell you came from is."
  1. After that, follow the red arrow. Portrait to upload PFP, then checkmark to save the character for now.

2 method.

  • A. Markdown and variable
  • B. Regex.

Starting with A.

A1. Use this. Feel free to try to put both at first message.

{{setvar::rosa::https://i.ibb.co/xSyb5g2M/rosa.webp}}
![]({{getvar:rosa}})

A2. Profit

B1. B2. B3. B4.

B5. Fill Find Regex with previous Rosa and put this in Replace with:

![](https://i.ibb.co/xSyb5g2M/rosa.webp)

Make sure to check Affect AI output. Save and notice previous Rosa become image.

I will assume you know how to access you SillyTavern file. As this is required separate tutorial lol.

  1. Use the search bar and search Audio then install dynamic audio.
  2. Enable the setting and follow the hint.
  3. Change previous music name to neutral_1 and move it to SillyTavern bgm folder.
  • {{setvar::name::value}} & {{getvar::name}} > SillyTavern magic. It’s essentially say “Hey X is Y okay. If I get X turn it to Y”. Read more on https://docs.sillytavern.app/usage/core-concepts/macros/
  • > Markdown magic. You can just do directly but using variable is more clean.
  • Regex > Basically “Hey I want you to find Rosa, if you found it, change it to image.” Good to save token as LLM only see Rosa not the markdown link and you, the user, can see the image still. Read more on https://docs.sillytavern.app/extensions/regex/

You can look at https://chub.ai/characters/kurohomelessqueen/lost-saga-mmo-1ea77c01bfe8

for example of:

  • Multi language UI and example messages for each different first message
  • Widgetsm

Next guide for more advanced applications will come when I’m alive.

This website purpose is for unified knowledge base for all thing chatbot related. If you are someone who expert at RisuAI and want to contribute your knowledge, feel free to join at Github