Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files
Summary for ST Beginners.md
CHANGED
@@ -19,6 +19,11 @@ If you're unfamiliar with these, feel free to look them up.
|
|
19 |
### Where Do We Start?
|
20 |
|
21 |
* We start here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps. Afterward, we go to ST Discord and thank @deffcolony for the Launcher and also thank @cohee for ST.
|
|
|
|
|
|
|
|
|
|
|
22 |
As a result, you should have installed Miniconda, SillyTavern, and SillyTavern-extras and XTTS, if you selected them.
|
23 |
If you're unsure what these two do, in short, XTTS is a fancy AI Text-To-Speech in which you can put any voice. SillyTavern-extras is a bunch of little useful extensions that are too large or resource-hungry to put inside ST, like web search, voice recognition, and almost useless Vector Storage and more. If you have a good PC setup, I don't see why you wouldn't install them, you can always just not start them if you don't need to use them.
|
24 |
|
|
|
19 |
### Where Do We Start?
|
20 |
|
21 |
* We start here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps. Afterward, we go to ST Discord and thank @deffcolony for the Launcher and also thank @cohee for ST.
|
22 |
+
Other quick way is with this 2 commands from Console. (Don't forget to navigate to place where you want ST to be with cd commands or opening place in File Explorer and type cmd into the address bar. You still need to read github page.)
|
23 |
+
```
|
24 |
+
cmd /c winget install -e --id Git.Git
|
25 |
+
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher && start installer.bat
|
26 |
+
```
|
27 |
As a result, you should have installed Miniconda, SillyTavern, and SillyTavern-extras and XTTS, if you selected them.
|
28 |
If you're unsure what these two do, in short, XTTS is a fancy AI Text-To-Speech in which you can put any voice. SillyTavern-extras is a bunch of little useful extensions that are too large or resource-hungry to put inside ST, like web search, voice recognition, and almost useless Vector Storage and more. If you have a good PC setup, I don't see why you wouldn't install them, you can always just not start them if you don't need to use them.
|
29 |
|