2024-07-15 11:57:02 +08:00
2024-03-31 16:21:00 +02:00
2024-07-12 16:25:15 +02:00
2024-07-07 13:44:56 -06:00
2024-05-09 17:27:58 +02:00
2024-05-10 13:48:02 +02:00
2024-07-12 16:25:15 +02:00
2024-06-08 07:56:18 +02:00
2023-09-01 16:24:44 +03:00
2024-07-15 11:51:47 +08:00
2024-07-15 11:57:02 +08:00
2024-04-11 12:13:53 -04:00
2024-04-11 12:42:21 -04:00

SillyTavern Launcher - (STL)

English | 中文 | Japanese | Korean | Dutch | French | Vietnamese | Portuguese | Spanish

GitHub Stars GitHub Forks GitHub Issues GitHub Pull Requests

🔧 # 安装

🖥️ window

方法一 1.安装git安装过git可以跳过在键盘上按“WINDOWS + R”打开“运行”对话框。然后运行以下命令安装 git

cmd /c winget install -e --id Git.Git
  1. 在键盘上按“WINDOWS + E”** 打开文件资源管理器然后导航到要安装启动器的文件夹。进入所需文件夹后在地址栏中键入“cmd”然后按回车键。然后运行以下命令
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher && start installer.bat

中文版

git clone https://github.com/vircus/SillyTavern-Launcher-zh.git && cd SillyTavern-Launcher && start installer.bat

🐧 Linux

  1. 打开你喜欢的终端并安装 git
  2. Git 克隆 Sillytavern-Launcher
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher

中文版:

git clone https://github.com/vircus/SillyTavern-Launcher-zh.git && cd SillyTavern-Launcher
  1. 以以下方式开始 installer.sh
chmod +x install.sh && ./install.sh
  1. 安装后,通过以下方式启动 launcher.sh
chmod +x launcher.sh && ./launcher.sh

🍎 Mac

  1. 打开终端并安装 brew
/bin/bash -c “$curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
  1. 使用以下命令安装 git
brew install git
  1. Git 克隆 Sillytavern-Launcher
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher

中文版:

git clone https://github.com/vircus/SillyTavern-Launcher-zh.git && cd SillyTavern-Launcher
  1. 以以下方式开始 installer.sh
chmod +x install.sh && ./install.sh
  1. 安装后,通过以下方式启动 launcher.sh
chmod +x launcher.sh && ./launcher.sh

# 特性

  • 能够自动安装带有可选应用的核心app

    • SillyTavern,
    • Extras,
    • XTTS,
    • 7-Zip,
    • FFmpeg,
    • Node.js,
    • yq,
    • Visual Studio BuildTools,
    • CUDA Toolkit
  • 能够自动安装文本完成应用程序:

    • Text generation web UI oobabooga
    • koboldcpp
    • TabbyAPI
  • 能够自动安装图像生成应用程序:

    • Stable Diffusion web UI
    • Stable Diffusion web UI Forge
    • ComfyUI
    • Fooocus

*自动更新所有应用程序 *备份和恢复SillyTavern

  • 开关分支
  • 模块编辑器
  • 应用程序安装程序和卸载程序来管理应用程序
  • 故障排除菜单可解决最常见的问题

#问题或建议?

加入我们的 Discord 社区!获得支持,分享角色和提示。

Screenshots

image image

Description
Launcher scripts for SillyTavern and ST-Extras.
Readme MIT 1.1 MiB
Languages
Batchfile 68%
Shell 31.9%
JavaScript 0.1%