sillytavern 1.11.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +4 -1
- package/.github/readme-ja_jp.md +314 -0
- package/.github/readme-zh_cn.md +3 -3
- package/.github/readme.md +17 -5
- package/Start.bat +1 -1
- package/UpdateAndStart.bat +1 -1
- package/colab/GPU.ipynb +1 -1
- package/config.yaml +1 -1
- package/default/config.yaml +1 -1
- package/package.json +4 -1
- package/public/context/Alpaca-Single-Turn.json +11 -0
- package/public/css/select2-overrides.css +14 -0
- package/public/img/custom.svg +50 -0
- package/public/img/scale.svg +60 -0
- package/public/index.html +132 -50
- package/public/instruct/Alpaca-Single-Turn.json +17 -0
- package/public/script.js +867 -1081
- package/public/scripts/PromptManager.js +1 -29
- package/public/scripts/RossAscends-mods.js +11 -19
- package/public/scripts/extensions/caption/index.js +3 -0
- package/public/scripts/extensions/expressions/index.js +215 -41
- package/public/scripts/extensions/gallery/index.js +20 -1
- package/public/scripts/extensions/quick-reply/api/QuickReplyApi.js +451 -0
- package/public/scripts/extensions/quick-reply/html/qrEditor.html +83 -0
- package/public/scripts/extensions/quick-reply/html/settings.html +71 -0
- package/public/scripts/extensions/quick-reply/index.js +169 -1106
- package/public/scripts/extensions/quick-reply/manifest.json +2 -2
- package/public/scripts/extensions/quick-reply/src/AutoExecuteHandler.js +76 -0
- package/public/scripts/extensions/quick-reply/src/QuickReply.js +489 -0
- package/public/scripts/extensions/quick-reply/src/QuickReplyConfig.js +122 -0
- package/public/scripts/extensions/quick-reply/src/QuickReplyContextLink.js +22 -0
- package/public/scripts/extensions/quick-reply/src/QuickReplySet.js +209 -0
- package/public/scripts/extensions/quick-reply/src/QuickReplySetLink.js +129 -0
- package/public/scripts/extensions/quick-reply/src/QuickReplySettings.js +85 -0
- package/public/scripts/extensions/quick-reply/src/SlashCommandHandler.js +270 -0
- package/public/scripts/extensions/quick-reply/src/ui/ButtonUi.js +161 -0
- package/public/scripts/extensions/quick-reply/src/ui/SettingsUi.js +366 -0
- package/public/scripts/extensions/quick-reply/src/ui/ctx/ContextMenu.js +108 -0
- package/public/scripts/extensions/quick-reply/style.css +270 -98
- package/public/scripts/extensions/quick-reply/style.less +317 -0
- package/public/scripts/extensions/regex/editor.html +26 -5
- package/public/scripts/extensions/regex/engine.js +80 -41
- package/public/scripts/extensions/regex/index.js +25 -0
- package/public/scripts/extensions/shared.js +11 -1
- package/public/scripts/extensions/stable-diffusion/index.js +2 -2
- package/public/scripts/extensions/tts/coqui.js +2 -2
- package/public/scripts/extensions/tts/index.js +38 -21
- package/public/scripts/extensions/tts/novel.js +24 -19
- package/public/scripts/extensions/tts/xtts.js +130 -9
- package/public/scripts/extensions/vectors/index.js +72 -4
- package/public/scripts/extensions/vectors/manifest.json +1 -1
- package/public/scripts/extensions/vectors/settings.html +19 -5
- package/public/scripts/extensions/vectors/style.css +4 -0
- package/public/scripts/extensions.js +26 -8
- package/public/scripts/instruct-mode.js +1 -1
- package/public/scripts/kai-settings.js +7 -2
- package/public/scripts/macros.js +276 -0
- package/public/scripts/openai.js +89 -24
- package/public/scripts/power-user.js +39 -4
- package/public/scripts/preset-manager.js +2 -0
- package/public/scripts/slash-commands.js +16 -9
- package/public/scripts/templates/macros.html +1 -0
- package/public/scripts/templates/welcome.html +1 -1
- package/public/scripts/textgen-settings.js +112 -20
- package/public/scripts/tokenizers.js +3 -1
- package/public/scripts/world-info.js +97 -12
- package/server.js +13 -0
- package/src/endpoints/backends/chat-completions.js +27 -13
- package/src/endpoints/characters.js +2 -1
- package/src/endpoints/novelai.js +11 -2
- package/src/endpoints/openai.js +20 -2
- package/src/endpoints/prompt-converters.js +12 -6
- package/src/endpoints/worldinfo.js +9 -3
- package/src/plugin-loader.js +13 -0
- package/start.sh +1 -1
- package/public/scripts/extensions/quick-reply/contextMenuEditor.html +0 -49
- package/public/scripts/extensions/quick-reply/src/ContextMenu.js +0 -67
- /package/public/scripts/extensions/quick-reply/src/{MenuHeader.js → ui/ctx/MenuHeader.js} +0 -0
- /package/public/scripts/extensions/quick-reply/src/{MenuItem.js → ui/ctx/MenuItem.js} +0 -0
- /package/public/scripts/extensions/quick-reply/src/{SubMenu.js → ui/ctx/SubMenu.js} +0 -0
package/.editorconfig
CHANGED
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
[English](readme.md) | [中文](readme-zh_cn.md) | 日本語
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
モバイルフレンドリーなレイアウト、マルチAPI(KoboldAI/CPP、Horde、NovelAI、Ooba、OpenAI、OpenRouter、Claude、Scale)、VN ライクな Waifu モード、Stable Diffusion、TTS、WorldInfo(伝承本)、カスタマイズ可能な UI、自動翻訳、あなたにとって必要とする以上のプロンプトオプション+サードパーティの拡張機能をインストールする機能。
|
|
6
|
+
|
|
7
|
+
[TavernAI](https://github.com/TavernAI/TavernAI) 1.2.8 のフォークに基づいています
|
|
8
|
+
|
|
9
|
+
## 重要ニュース!
|
|
10
|
+
|
|
11
|
+
1. 私たちは[ドキュメント website](https://docs.sillytavern.app/) を作成し、ほとんどの質問にお答えしています。
|
|
12
|
+
|
|
13
|
+
2. アップデートしたらに拡張機能を見失った?リリースバージョン 1.10.6 以降、これまで内蔵されていた拡張機能のほとんどがダウンロード可能なアドオンに変更されました。ダウンロードは、拡張機能パネル(トップバーのスタックドブロックアイコン)にある内蔵の "Download Extensions and Assets" メニューから行えます。
|
|
14
|
+
|
|
15
|
+
### Cohee、RossAscends、SillyTavern コミュニティがお届けします
|
|
16
|
+
|
|
17
|
+
### SillyTavern または TavernAI とは何ですか?
|
|
18
|
+
|
|
19
|
+
SillyTavern は、あなたのコンピュータ(および Android スマホ)にインストールできるユーザーインターフェイスで、テキスト生成 AI と対話したり、あなたやコミュニティが作成したキャラクターとチャットやロールプレイをすることができます。
|
|
20
|
+
|
|
21
|
+
SillyTavern は TavernAI 1.2.8 のフォークで、より活発な開発が行われており、多くの主要な機能が追加されています。現時点では、これらは完全に独立したプログラムと考えることができます。
|
|
22
|
+
|
|
23
|
+
### ブランチ
|
|
24
|
+
|
|
25
|
+
SillyTavern は、すべてのユーザーにスムーズな体験を保証するために、2 つのブランチシステムを使用して開発されています。
|
|
26
|
+
|
|
27
|
+
* release -🌟 **ほとんどのユーザーにお勧め。** これは最も安定した推奨ブランチで、メジャーリリースがプッシュされた時のみ更新されます。大半のユーザーに適しています。
|
|
28
|
+
* staging - ⚠️ **カジュアルな使用にはお勧めしない。** このブランチには最新の機能がありますが、いつ壊れるかわからないので注意してください。パワーユーザーとマニア向けです。
|
|
29
|
+
|
|
30
|
+
git CLI の使い方に慣れていなかったり、ブランチが何なのかわからなかったりしても、心配はいりません!リリースブランチが常に望ましい選択肢となります。
|
|
31
|
+
|
|
32
|
+
### Tavern 以外に何が必要ですか?
|
|
33
|
+
|
|
34
|
+
Tavern は単なるユーザーインターフェイスなので、それだけでは役に立ちません。ロールプレイキャラクターとして機能する AI システムのバックエンドにアクセスする必要があります。様々なバックエンドがサポートされています: OpenAPI API (GPT)、KoboldAI (ローカルまたは Google Colab 上で動作)、その他。詳しくは [FAQ](https://docs.sillytavern.app/usage/faq/) をご覧ください。
|
|
35
|
+
|
|
36
|
+
### Tavern を実行するには、強力な PC が必要ですか?
|
|
37
|
+
|
|
38
|
+
Tavern は単なるユーザーインターフェイスであり、必要なハードウェアはごくわずかです。パワフルである必要があるのは、AI システムのバックエンドです。
|
|
39
|
+
|
|
40
|
+
## モバイルサポート
|
|
41
|
+
|
|
42
|
+
> **注**
|
|
43
|
+
|
|
44
|
+
> **このフォークは Termux を使って Android スマホでネイティブに実行できます。ArroganceComplex#2659 のガイドを参照してください:**
|
|
45
|
+
|
|
46
|
+
<https://rentry.org/STAI-Termux>
|
|
47
|
+
|
|
48
|
+
## ご質問やご提案
|
|
49
|
+
|
|
50
|
+
### コミュニティ Discord サーバーを開設しました
|
|
51
|
+
|
|
52
|
+
サポートを受け、お気に入りのキャラクターやプロンプトを共有する:
|
|
53
|
+
|
|
54
|
+
### [参加](https://discord.gg/RZdyAEUPvj)
|
|
55
|
+
|
|
56
|
+
***
|
|
57
|
+
|
|
58
|
+
開発者と直接連絡を取る:
|
|
59
|
+
|
|
60
|
+
* Discord: cohee または rossascends
|
|
61
|
+
* Reddit: /u/RossAscends または /u/sillylossy
|
|
62
|
+
* [GitHub issue を投稿](https://github.com/SillyTavern/SillyTavern/issues)
|
|
63
|
+
|
|
64
|
+
## このバージョンには以下が含まれる
|
|
65
|
+
|
|
66
|
+
* 大幅に修正された TavernAI 1.2.8 (コードの 50% 以上が書き換えまたは最適化されています)
|
|
67
|
+
* スワイプ
|
|
68
|
+
* グループチャット: キャラクター同士が会話できるマルチボットルーム
|
|
69
|
+
* チャットチェックポイント / ブランチ
|
|
70
|
+
* 高度なKoboldAI / TextGen生成設定と、コミュニティが作成した多くのプリセット
|
|
71
|
+
* ワールド情報サポート: 豊富な伝承を作成したり、キャラクターカードにトークンを保存したりできます
|
|
72
|
+
* [OpenRouter](https://openrouter.ai) 各種 API(Claude、GPT-4/3.5 など)の接続
|
|
73
|
+
* [Oobabooga's TextGen WebUI](https://github.com/oobabooga/text-generation-webui) API 接続
|
|
74
|
+
* [AI Horde](https://horde.koboldai.net/) 接続
|
|
75
|
+
* プロンプト生成フォーマットの調整
|
|
76
|
+
|
|
77
|
+
## 拡張機能
|
|
78
|
+
|
|
79
|
+
SillyTavern は拡張性をサポートしており、[SillyTavern Extras API](https://github.com/SillyTavern/SillyTavern-extras) を介していくつかの追加AIモジュールをホストしています
|
|
80
|
+
|
|
81
|
+
* 作者ノート/キャラクターバイアス
|
|
82
|
+
* キャラクターの感情表現(スプライト)
|
|
83
|
+
* チャット履歴の自動サマリー
|
|
84
|
+
* チャットに画像を送り、AI が内容を解釈する
|
|
85
|
+
* Stable Diffusion 画像生成 (5 つのチャット関連プリセットと 'free mode')
|
|
86
|
+
* AI 応答メッセージの音声合成(ElevenLabs、Silero、または OS のシステム TTS 経由)
|
|
87
|
+
|
|
88
|
+
含まれている拡張機能の完全なリストとその使い方のチュートリアルは [Docs](https://docs.sillytavern.app/) にあります。
|
|
89
|
+
|
|
90
|
+
## RossAscends による UI/CSS/クオリティオブライフの調整
|
|
91
|
+
|
|
92
|
+
* iOS 用に最適化されたモバイル UI で、ホーム画面へのショートカット保存とフルスクリーンモードでの起動をサポート。
|
|
93
|
+
* ホットキー
|
|
94
|
+
* Up = チャットの最後のメッセージを編集する
|
|
95
|
+
* Ctrl+Up = チャットで最後のユーザーメッセージを編集する
|
|
96
|
+
* Left = 左スワイプ
|
|
97
|
+
* Right = 右スワイプ (注: チャットバーに何か入力されている場合、スワイプホットキーが無効になります)
|
|
98
|
+
* Ctrl+Left = ローカルに保存された変数を見る(ブラウザのコンソールウィンドウにて)
|
|
99
|
+
* Enter (チャットバー選択時) = AI にメッセージを送る
|
|
100
|
+
* Ctrl+Enter = 最後の AI 応答を再生成する
|
|
101
|
+
|
|
102
|
+
* ユーザー名の変更と文字の削除でページが更新されなくなりました。
|
|
103
|
+
|
|
104
|
+
* ページロード時に API に自動的に接続するかどうかを切り替えます。
|
|
105
|
+
* ページの読み込み時に、最近見た文字を自動的に読み込むかどうかを切り替えます。
|
|
106
|
+
* より良いトークンカウンター - 保存されていないキャラクターに対して機能し、永続的なトークンと一時的なトークンの両方を表示する。
|
|
107
|
+
|
|
108
|
+
* より良い過去のチャット
|
|
109
|
+
* 新しいチャットのファイル名は、"(文字) - (作成日)" という読みやすい形式で保存されます
|
|
110
|
+
* チャットのプレビューが 40 文字から 300 文字に増加。
|
|
111
|
+
* 文字リストの並べ替えに複数のオプション(名前順、作成日順、チャットサイズ順)があります。
|
|
112
|
+
|
|
113
|
+
* デフォルトでは、左右の設定パネルはクリックすると閉じます。
|
|
114
|
+
* ナビパネルのロックをクリックすると、パネルが開いたままになり、この設定はセッションをまたいで記憶されます。
|
|
115
|
+
* ナビパネルの開閉状態もセッションをまたいで保存されます。
|
|
116
|
+
|
|
117
|
+
* カスタマイズ可能なチャット UI:
|
|
118
|
+
* 新しいメッセージが届いたときにサウンドを再生する
|
|
119
|
+
* 丸型、長方形のアバタースタイルの切り替え
|
|
120
|
+
* デスクトップのチャットウィンドウを広くする
|
|
121
|
+
* オプションの半透明ガラス風パネル
|
|
122
|
+
* 'メインテキスト'、'引用テキスト'、'斜体テキスト'のページカラーをカスタマイズ可能。
|
|
123
|
+
* カスタマイズ可能な UI 背景色とぼかし量
|
|
124
|
+
|
|
125
|
+
## インストール
|
|
126
|
+
|
|
127
|
+
*注: このソフトウェアはローカルにインストールすることを目的としており、colab や他のクラウドノートブックサービス上では十分にテストされていません。*
|
|
128
|
+
|
|
129
|
+
> **警告**
|
|
130
|
+
|
|
131
|
+
> WINDOWS が管理しているフォルダ(Program Files、System32 など)にはインストールしないでください
|
|
132
|
+
|
|
133
|
+
> START.BAT を管理者権限で実行しないでください
|
|
134
|
+
|
|
135
|
+
### Windows
|
|
136
|
+
|
|
137
|
+
Git 経由でのインストール(更新を容易にするため推奨)
|
|
138
|
+
|
|
139
|
+
きれいな写真付きのわかりやすいガイド:
|
|
140
|
+
<https://docs.sillytavern.app/installation/windows/>
|
|
141
|
+
|
|
142
|
+
1. [NodeJS](https://nodejs.org/en) をインストールする(最新の LTS 版を推奨)
|
|
143
|
+
2. [GitHub Desktop](https://central.github.com/deployments/desktop/desktop/latest/win32) をインストールする
|
|
144
|
+
3. Windows エクスプローラーを開く (`Win+E`)
|
|
145
|
+
4. Windows によって制御または監視されていないフォルダを参照または作成する。(例: C:\MySpecialFolder\)
|
|
146
|
+
5. 上部のアドレスバーをクリックし、`cmd` と入力して Enter キーを押し、そのフォルダーの中にコマンドプロンプトを開きます。
|
|
147
|
+
6. 黒いボックス(コマンドプロンプト)がポップアップしたら、そこに以下のいずれかを入力し、Enter を押します:
|
|
148
|
+
|
|
149
|
+
* Release ブランチの場合: `git clone https://github.com/SillyTavern/SillyTavern -b release`
|
|
150
|
+
* Staging ブランチの場合: `git clone https://github.com/SillyTavern/SillyTavern -b staging`
|
|
151
|
+
|
|
152
|
+
7. すべてをクローンしたら、`Start.bat` をダブルクリックして、NodeJS に要件をインストールさせる。
|
|
153
|
+
8. サーバーが起動し、SillyTavern がブラウザにポップアップ表示されます。
|
|
154
|
+
|
|
155
|
+
ZIP ダウンロードによるインストール(推奨しない)
|
|
156
|
+
|
|
157
|
+
1. [NodeJS](https://nodejs.org/en) をインストールする(最新の LTS 版を推奨)
|
|
158
|
+
2. GitHub のリポジトリから zip をダウンロードする。(`ソースコード(zip)` は [Releases](https://github.com/SillyTavern/SillyTavern/releases/latest) から入手)
|
|
159
|
+
3. お好きなフォルダに解凍してください
|
|
160
|
+
4. `Start.bat` をダブルクリックまたはコマンドラインで実行する。
|
|
161
|
+
5. サーバーがあなたのためにすべてを準備したら、ブラウザのタブを開きます。
|
|
162
|
+
|
|
163
|
+
### Linux
|
|
164
|
+
|
|
165
|
+
1. `node -v` を実行して、Node.js v18 以上(最新の [LTS バージョン](https://nodejs.org/en/download/) を推奨)がインストールされていることを確認してください。
|
|
166
|
+
または、[Node Version Manager](https://github.com/nvm-sh/nvm#installing-and-updating) スクリプトを使用して、迅速かつ簡単に Node のインストールを管理します。
|
|
167
|
+
2. `start.sh` スクリプトを実行する。
|
|
168
|
+
3. お楽しみください。
|
|
169
|
+
|
|
170
|
+
## API キー管理
|
|
171
|
+
|
|
172
|
+
SillyTavern は API キーをサーバーディレクトリの `secrets.json` ファイルに保存します。
|
|
173
|
+
|
|
174
|
+
デフォルトでは、入力後にページをリロードしても、フロントエンドには表示されません。
|
|
175
|
+
|
|
176
|
+
API ブロックのボタンをクリックして、キーを閲覧できるようにする:
|
|
177
|
+
|
|
178
|
+
1. ファイル `config.yaml` で `allowKeysExposure` の値を `true` に設定する。
|
|
179
|
+
2. SillyTavern サーバを再起動します。
|
|
180
|
+
|
|
181
|
+
## リモート接続
|
|
182
|
+
|
|
183
|
+
SillyTavern をスマホで使用しながら、同じ Wifi ネットワーク上で ST サーバーを PC で実行したい場合に使用します。
|
|
184
|
+
|
|
185
|
+
しかし、これはどこからでもリモート接続を許可するために使用することができます。
|
|
186
|
+
|
|
187
|
+
**重要: SillyTavern はシングルユーザーのプログラムなので、ログインすれば誰でもすべてのキャラクターとチャットを見ることができ、UI 内で設定を変更することができます。**
|
|
188
|
+
|
|
189
|
+
### 1. ホワイトリスト IP の管理
|
|
190
|
+
|
|
191
|
+
* SillyTavern のベースインストールフォルダ内に `whitelist.txt` という新しいテキストファイルを作成します。
|
|
192
|
+
* テキストエディタでこのファイルを開き、接続を許可したい IP のリストを追加します。
|
|
193
|
+
|
|
194
|
+
*個々の IP とワイルドカード IP 範囲の両方が受け入れられる。例:*
|
|
195
|
+
|
|
196
|
+
```txt
|
|
197
|
+
192.168.0.1
|
|
198
|
+
192.168.0.20
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
または
|
|
202
|
+
|
|
203
|
+
```txt
|
|
204
|
+
192.168.0.*
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
(上記のワイルドカード IP 範囲は、ローカルネットワーク上のどのデバイスでも)
|
|
208
|
+
|
|
209
|
+
CIDR マスクも受け付ける(例:10.0.0.0/24)。
|
|
210
|
+
|
|
211
|
+
* `whitelist.txt` ファイルを保存する。
|
|
212
|
+
* TAI サーバーを再起動する。
|
|
213
|
+
|
|
214
|
+
これでファイルに指定された IP を持つデバイスが接続できるようになる。
|
|
215
|
+
|
|
216
|
+
*注: `config.yaml` にも `whitelist` 配列があり、同じように使うことができるが、`whitelist.txt` が存在する場合、この配列は無視される。*
|
|
217
|
+
|
|
218
|
+
### 2. ST ホストマシンの IP の取得
|
|
219
|
+
|
|
220
|
+
ホワイトリストの設定後、ST ホストデバイスの IP が必要になります。
|
|
221
|
+
|
|
222
|
+
ST ホストデバイスが同じ無線 LAN ネットワーク上にある場合、ST ホストの内部無線 LAN IP を使用します:
|
|
223
|
+
|
|
224
|
+
* Windows の場合: ウィンドウズボタン > 検索バーに `cmd.exe` と入力 > コンソールに `ipconfig` と入力して Enter > `IPv4` のリストを探す。
|
|
225
|
+
|
|
226
|
+
同じネットワーク上にいない状態で、ホストしているSTに接続したい場合は、STホスト機器のパブリックIPが必要です。
|
|
227
|
+
|
|
228
|
+
* ST ホストデバイスを使用中に、[このページ](https://whatismyipaddress.com/)にアクセスし、`IPv4` を探してください。これはリモートデバイスからの接続に使用するものです。
|
|
229
|
+
|
|
230
|
+
### 3. リモートデバイスを ST ホストマシンに接続します。
|
|
231
|
+
|
|
232
|
+
最終的に使用する IP が何であれ、その IP アドレスとポート番号をリモートデバイスのウェブブラウザに入力します。
|
|
233
|
+
|
|
234
|
+
同じ無線 LAN ネットワーク上の ST ホストの典型的なアドレスは以下のようになります:
|
|
235
|
+
|
|
236
|
+
`http://192.168.0.5:8000`
|
|
237
|
+
|
|
238
|
+
http:// を使用し、https:// は使用しないでください
|
|
239
|
+
|
|
240
|
+
### ST をすべての IP に開放する
|
|
241
|
+
|
|
242
|
+
これはお勧めしませんが、`config.yaml` を開き、`whitelistMode` を `false` に変更してください。
|
|
243
|
+
|
|
244
|
+
SillyTavern のベースインストールフォルダにある `whitelist.txt` が存在する場合は削除(または名前の変更)する必要があります。
|
|
245
|
+
|
|
246
|
+
これは通常安全ではないので、これを行う際にはユーザー名とパスワードを設定する必要があります。
|
|
247
|
+
|
|
248
|
+
ユーザー名とパスワードは `config.yaml` で設定します。
|
|
249
|
+
|
|
250
|
+
ST サーバを再起動すると、ユーザ名とパスワードさえ知っていれば、IP に関係なくどのデバイスでも ST サーバに接続できるようになる。
|
|
251
|
+
|
|
252
|
+
### まだ接続できませんか?
|
|
253
|
+
|
|
254
|
+
* `config.yaml` で見つかったポートに対して、インバウンド/アウトバウンドのファイアウォールルールを作成します。これをルーターのポートフォワーディングと間違えないでください。そうしないと、誰かがあなたのチャットログを見つける可能性があり、それはマジで止めましょう。
|
|
255
|
+
* 設定 > ネットワークとインターネット > イーサネットで、プライベートネットワークのプロファイルタイプを有効にします。そうしないと、前述のファイアウォールルールを使っても接続できません。
|
|
256
|
+
|
|
257
|
+
## パフォーマンスに問題がありますか?
|
|
258
|
+
|
|
259
|
+
ユーザー設定パネルでブラー効果なし(高速 UI)モードを有効にしてみてください。
|
|
260
|
+
|
|
261
|
+
## このプロジェクトが好きです!どうすればコントリビュートできますか?
|
|
262
|
+
|
|
263
|
+
### やるべきこと
|
|
264
|
+
|
|
265
|
+
1. プルリクエストを送る
|
|
266
|
+
2. 確立されたテンプレートを使って機能提案と課題レポートを送る
|
|
267
|
+
3. 何か質問する前に、readme ファイルや組み込みのドキュメントを読んでください
|
|
268
|
+
|
|
269
|
+
### やらないべきこと
|
|
270
|
+
|
|
271
|
+
1. 金銭の寄付を申し出る
|
|
272
|
+
2. 何の脈絡もなくバグ報告を送る
|
|
273
|
+
3. すでに何度も回答されている質問をする
|
|
274
|
+
|
|
275
|
+
## 古い背景画像はどこにありますか?
|
|
276
|
+
|
|
277
|
+
100% オリジナルコンテンツのみのポリシーに移行しているため、古い背景画像はこのリポジトリから削除されました。
|
|
278
|
+
|
|
279
|
+
アーカイブはこちら:
|
|
280
|
+
|
|
281
|
+
<https://files.catbox.moe/1xevnc.zip>
|
|
282
|
+
|
|
283
|
+
## スクリーンショット
|
|
284
|
+
|
|
285
|
+
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/228649245-8061c60f-63dc-488e-9325-f151b7a3ec2d.png">
|
|
286
|
+
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/228649856-fbdeef05-d727-4d5a-be80-266cbbc6b811.png">
|
|
287
|
+
|
|
288
|
+
## ライセンスとクレジット
|
|
289
|
+
|
|
290
|
+
**このプログラムは有用であることを願って配布されていますが、いかなる保証もありません;
|
|
291
|
+
また、商品性または特定目的への適合性についての黙示の保証もありません。
|
|
292
|
+
詳細は GNU Affero General Public License をご覧ください。**
|
|
293
|
+
|
|
294
|
+
* Humi によるTAI Base: 不明ライセンス
|
|
295
|
+
* Cohee の修正と派生コード: AGPL v3
|
|
296
|
+
* RossAscends の追加: AGPL v3
|
|
297
|
+
* CncAnon の TavernAITurbo 改造の一部: 不明ライセンス
|
|
298
|
+
* kingbri のさまざまなコミットと提案 (<https://github.com/bdashore3>)
|
|
299
|
+
* city_unit の拡張機能と様々な QoL 機能 (<https://github.com/city-unit>)
|
|
300
|
+
* StefanDanielSchwarz のさまざまなコミットとバグ報告 (<https://github.com/StefanDanielSchwarz>)
|
|
301
|
+
* PepperTaco の作品にインスパイアされた Waifu モード (<https:/fugithub.com/peppertaco/Tavern/>)
|
|
302
|
+
* ピグマリオン大学の皆さん、素晴らしいテスターとしてクールな機能を提案してくれてありがとう!
|
|
303
|
+
* TextGen のプリセットをコンパイルしてくれた obabooga に感謝
|
|
304
|
+
* KAI Lite の KoboldAI プリセット: <https://lite.koboldai.net/>
|
|
305
|
+
* Google による Noto Sans フォント(OFLライセンス)
|
|
306
|
+
* Font Awesome によるアイコンテーマ <https://fontawesome.com> (アイコン: CC BY 4.0、フォント: SIL OFL 1.1、コード: MIT License)
|
|
307
|
+
* ZeldaFan0225 による AI Horde クライアントライブラリ: <https://github.com/ZeldaFan0225/ai_horde>
|
|
308
|
+
* AlpinDale による Linux 起動スクリプト
|
|
309
|
+
* FAQ を提供してくれた paniphons に感謝
|
|
310
|
+
* 10K ディスコード・ユーザー記念背景 by @kallmeflocc
|
|
311
|
+
* デフォルトコンテンツ(キャラクターと伝承書)の提供: @OtisAlejandro、@RossAscends、@kallmeflocc
|
|
312
|
+
* @doloroushyeonse による韓国語翻訳
|
|
313
|
+
* k_euler_a による Horde のサポート <https://github.com/Teashrock>
|
|
314
|
+
* [@XXpE3](https://github.com/XXpE3) による中国語翻訳、中国語 ISSUES の連絡先は @XXpE3
|
package/.github/readme-zh_cn.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[English](readme.md) | 中文
|
|
1
|
+
[English](readme.md) | 中文 | [日本語](readme-ja_jp.md)
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -47,7 +47,7 @@ SillyTavern 本身并无用处,因为它只是一个用户聊天界面。你
|
|
|
47
47
|
|
|
48
48
|
获取支持,或分享喜爱的角色和 Prompt:
|
|
49
49
|
|
|
50
|
-
### [加入 Discord 社区](https://discord.gg/
|
|
50
|
+
### [加入 Discord 社区](https://discord.gg/sillytavern)
|
|
51
51
|
|
|
52
52
|
***
|
|
53
53
|
|
|
@@ -82,7 +82,7 @@ SillyTavern 支持扩展服务,一些额外的人工智能模块可通过 [Sil
|
|
|
82
82
|
* 文本图像生成(5 预设,以及 "自由模式")
|
|
83
83
|
* 聊天信息的文字转语音(通过 ElevenLabs、Silero 或操作系统的语音生成)
|
|
84
84
|
|
|
85
|
-
扩展服务的完整功能介绍和使用教程,请参阅 [Docs](https://docs.sillytavern.app/
|
|
85
|
+
扩展服务的完整功能介绍和使用教程,请参阅 [Docs](https://docs.sillytavern.app/)。
|
|
86
86
|
|
|
87
87
|
## 界面/CSS/性能,由 RossAscends 调整并优化
|
|
88
88
|
|
package/.github/readme.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
English | [中文](readme-zh_cn.md)
|
|
1
|
+
English | [中文](readme-zh_cn.md) | [日本語](readme-ja_jp.md)
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -51,7 +51,7 @@ Since Tavern is only a user interface, it has tiny hardware requirements, it wil
|
|
|
51
51
|
|
|
52
52
|
Get support, share favorite characters and prompts:
|
|
53
53
|
|
|
54
|
-
### [Join](https://discord.gg/
|
|
54
|
+
### [Join](https://discord.gg/sillytavern)
|
|
55
55
|
|
|
56
56
|
***
|
|
57
57
|
|
|
@@ -85,7 +85,7 @@ SillyTavern has extensibility support, with some additional AI modules hosted vi
|
|
|
85
85
|
* Stable Diffusion image generation (5 chat-related presets plus 'free mode')
|
|
86
86
|
* Text-to-speech for AI response messages (via ElevenLabs, Silero, or the OS's System TTS)
|
|
87
87
|
|
|
88
|
-
A full list of included extensions and tutorials on how to use them can be found in the [Docs](https://docs.sillytavern.app/
|
|
88
|
+
A full list of included extensions and tutorials on how to use them can be found in the [Docs](https://docs.sillytavern.app/).
|
|
89
89
|
|
|
90
90
|
## UI/CSS/Quality of Life tweaks by RossAscends
|
|
91
91
|
|
|
@@ -162,6 +162,17 @@ Installing via ZIP download (discouraged)
|
|
|
162
162
|
|
|
163
163
|
### Linux
|
|
164
164
|
|
|
165
|
+
#### Unofficial Debian/Ubuntu PKGBUILD
|
|
166
|
+
|
|
167
|
+
> **This installation method is unofficial and not supported by the project. Report any issues to the PKGBUILD maintainer.**
|
|
168
|
+
> The method is intended for Debian-based distributions (Ubuntu, Mint, etc).
|
|
169
|
+
|
|
170
|
+
1. Install [makedeb](https://www.makedeb.org/).
|
|
171
|
+
2. Ensure you have Node.js v18 or higher installed by running `node -v`. If you need to upgrade, you can install a [node.js repo](https://mpr.makedeb.org/packages/nodejs-repo) (you'll might need to edit the version inside the PKGBUILD). As an alternative, install and configure [nvm](https://mpr.makedeb.org/packages/nvm) to manage multiple node.js installations. Finally, you can [install node.js manually](https://nodejs.org/en/download), but you will need to update the PATH variable of your environment.
|
|
172
|
+
3. Now build the [sillytavern package](https://mpr.makedeb.org/packages/sillytavern). The build needs to run with the correct node.js version.
|
|
173
|
+
|
|
174
|
+
#### Manual
|
|
175
|
+
|
|
165
176
|
1. Ensure you have Node.js v18 or higher (the latest [LTS version](https://nodejs.org/en/download/) is recommended) installed by running `node -v`.
|
|
166
177
|
Alternatively, use the [Node Version Manager](https://github.com/nvm-sh/nvm#installing-and-updating) script to quickly and easily manage your Node installations.
|
|
167
178
|
2. Run the `start.sh` script.
|
|
@@ -282,8 +293,9 @@ You can find them archived here:
|
|
|
282
293
|
|
|
283
294
|
## Screenshots
|
|
284
295
|
|
|
285
|
-
<img width="400" alt="image" src="https://
|
|
286
|
-
<img width="400" alt="image" src="https://
|
|
296
|
+
<img width="400" alt="image" src="https://github.com/SillyTavern/SillyTavern/assets/61471128/e902c7a2-45a6-4415-97aa-c59c597669c1">
|
|
297
|
+
<img width="400" alt="image" src="https://github.com/SillyTavern/SillyTavern/assets/61471128/f8a79c47-4fe9-4564-9e4a-bf247ed1c961">
|
|
298
|
+
|
|
287
299
|
|
|
288
300
|
## License and credits
|
|
289
301
|
|
package/Start.bat
CHANGED
package/UpdateAndStart.bat
CHANGED
package/colab/GPU.ipynb
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"source": [
|
|
8
8
|
"**Links**<br>\n",
|
|
9
9
|
"Extensions API GitHub: https://github.com/SillyTavern/SillyTavern-extras/<br>\n",
|
|
10
|
-
"SillyTavern community Discord (support and discussion): https://discord.gg/
|
|
10
|
+
"SillyTavern community Discord (support and discussion): https://discord.gg/sillytavern"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
{
|
package/config.yaml
CHANGED
|
@@ -51,7 +51,7 @@ extras:
|
|
|
51
51
|
# Extra models for plugins. Expects model IDs from HuggingFace model hub in ONNX format
|
|
52
52
|
classificationModel: Cohee/distilbert-base-uncased-go-emotions-onnx
|
|
53
53
|
captioningModel: Xenova/vit-gpt2-image-captioning
|
|
54
|
-
embeddingModel:
|
|
54
|
+
embeddingModel: Cohee/jina-embeddings-v2-base-en
|
|
55
55
|
promptExpansionModel: Cohee/fooocus_expansion-onnx
|
|
56
56
|
# -- OPENAI CONFIGURATION --
|
|
57
57
|
openai:
|
package/default/config.yaml
CHANGED
|
@@ -51,7 +51,7 @@ extras:
|
|
|
51
51
|
# Extra models for plugins. Expects model IDs from HuggingFace model hub in ONNX format
|
|
52
52
|
classificationModel: Cohee/distilbert-base-uncased-go-emotions-onnx
|
|
53
53
|
captioningModel: Xenova/vit-gpt2-image-captioning
|
|
54
|
-
embeddingModel:
|
|
54
|
+
embeddingModel: Cohee/jina-embeddings-v2-base-en
|
|
55
55
|
promptExpansionModel: Cohee/fooocus_expansion-onnx
|
|
56
56
|
# -- OPENAI CONFIGURATION --
|
|
57
57
|
openai:
|
package/package.json
CHANGED
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
},
|
|
43
43
|
"vectra": {
|
|
44
44
|
"openai": "^4.17.0"
|
|
45
|
+
},
|
|
46
|
+
"axios": {
|
|
47
|
+
"follow-redirects": "^1.15.4"
|
|
45
48
|
}
|
|
46
49
|
},
|
|
47
50
|
"name": "sillytavern",
|
|
@@ -51,7 +54,7 @@
|
|
|
51
54
|
"type": "git",
|
|
52
55
|
"url": "https://github.com/SillyTavern/SillyTavern.git"
|
|
53
56
|
},
|
|
54
|
-
"version": "1.11.
|
|
57
|
+
"version": "1.11.2",
|
|
55
58
|
"scripts": {
|
|
56
59
|
"start": "node server.js",
|
|
57
60
|
"start-multi": "node server.js --disableCsrf",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"story_string": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}",
|
|
3
|
+
"example_separator": "",
|
|
4
|
+
"chat_start": "",
|
|
5
|
+
"use_stop_strings": false,
|
|
6
|
+
"always_force_name2": false,
|
|
7
|
+
"trim_sentences": false,
|
|
8
|
+
"include_newline": false,
|
|
9
|
+
"single_line": false,
|
|
10
|
+
"name": "Alpaca-Single-Turn"
|
|
11
|
+
}
|
|
@@ -107,6 +107,12 @@
|
|
|
107
107
|
position: relative;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
.select2-results .select2-results__option--group {
|
|
111
|
+
color: var(--SmartThemeBodyColor);
|
|
112
|
+
background-color: var(--SmartThemeBlurTintColor);
|
|
113
|
+
position: relative;
|
|
114
|
+
}
|
|
115
|
+
|
|
110
116
|
/* Customize the hovered option list item */
|
|
111
117
|
.select2-results .select2-results__option--highlighted.select2-results__option--selectable {
|
|
112
118
|
color: var(--SmartThemeBodyColor);
|
|
@@ -114,12 +120,20 @@
|
|
|
114
120
|
opacity: 1;
|
|
115
121
|
}
|
|
116
122
|
|
|
123
|
+
.select2-results__option.select2-results__option--group::before {
|
|
124
|
+
display: none;
|
|
125
|
+
}
|
|
126
|
+
|
|
117
127
|
/* Customize the option list item */
|
|
118
128
|
.select2-results__option {
|
|
119
129
|
padding-left: 30px;
|
|
120
130
|
/* Add some padding to make room for the checkbox */
|
|
121
131
|
}
|
|
122
132
|
|
|
133
|
+
.select2-results .select2-results__option--group .select2-results__options--nested .select2-results__option {
|
|
134
|
+
padding-left: 2em;
|
|
135
|
+
}
|
|
136
|
+
|
|
123
137
|
/* Add the custom checkbox */
|
|
124
138
|
.select2-results__option::before {
|
|
125
139
|
content: '';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
version="1.0"
|
|
6
|
+
width="16.986956"
|
|
7
|
+
height="22.042189"
|
|
8
|
+
id="svg11382"
|
|
9
|
+
sodipodi:docname="custom.svg"
|
|
10
|
+
viewBox="0 0 679.47822 881.68754"
|
|
11
|
+
inkscape:version="1.1.2 (b8e25be833, 2022-02-05)"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
+
<sodipodi:namedview
|
|
17
|
+
inkscape:zoom="42.995"
|
|
18
|
+
inkscape:cx="11.082684"
|
|
19
|
+
inkscape:cy="8.9545296"
|
|
20
|
+
inkscape:window-width="1920"
|
|
21
|
+
inkscape:window-height="1009"
|
|
22
|
+
inkscape:window-x="-8"
|
|
23
|
+
inkscape:window-y="-8"
|
|
24
|
+
inkscape:window-maximized="1"
|
|
25
|
+
inkscape:current-layer="g11476"
|
|
26
|
+
id="namedview669"
|
|
27
|
+
pagecolor="#ffffff"
|
|
28
|
+
bordercolor="#666666"
|
|
29
|
+
borderopacity="1.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:pageopacity="0.0"
|
|
32
|
+
inkscape:pagecheckerboard="0" />
|
|
33
|
+
<defs
|
|
34
|
+
id="defs11384" />
|
|
35
|
+
<g
|
|
36
|
+
id="layer1"
|
|
37
|
+
transform="translate(-48.907487,-55.625885)">
|
|
38
|
+
<g
|
|
39
|
+
id="g11476">
|
|
40
|
+
<path
|
|
41
|
+
d="m 465.24901,686.59683 c -51.1537,0 -102.3074,0 -153.4611,0 -1.31708,-52.18472 2.26923,-108.82047 37.00965,-150.43627 23.21285,-33.61844 63.37794,-47.61571 92.45252,-74.91276 37.85456,-29.39299 66.45422,-78.39712 58.32465,-128.1697 -2.77308,-43.29131 -38.24417,-77.99847 -79.30937,-85.0026 -50.42874,-11.82866 -111.67907,2.3265 -139.55528,50.25117 -16.71781,25.76665 -27.12589,57.26058 -22.82769,88.35614 -58.1841,0.51881 -116.3682,1.03762 -174.552298,1.55643 0.16527,-71.42695 3.86133,-151.28527 55.163188,-206.18091 46.46301,-56.01624 114.22212,-93.030055 186.31391,-98.273555 91.93492,-7.78137 193.46191,-4.40991 270.27577,54.209695 53.26315,37.16622 90.35652,97.5512 95.89082,163.52777 10.37716,64.92902 -13.64221,131.79055 -55.35059,180.60583 -35.39219,39.71396 -82.8918,64.29734 -123.59888,97.30398 -32.73006,25.67093 -48.60796,65.61157 -46.7753,107.16478 z"
|
|
42
|
+
style="stroke-width:0.905819"
|
|
43
|
+
id="path672" />
|
|
44
|
+
<path
|
|
45
|
+
d="m 483.48936,847.70143 a 94.042557,89.593537 0 1 1 -188.08511,0 94.042557,89.593537 0 1 1 188.08511,0 z"
|
|
46
|
+
style="stroke-width:1.10768"
|
|
47
|
+
id="path674" />
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
</svg>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="8.2832384mm"
|
|
6
|
+
height="9.4351206mm"
|
|
7
|
+
viewBox="0 0 8.2832384 9.4351206"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg1"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
inkscape:version="1.3 (0e150ed, 2023-07-21)"
|
|
12
|
+
sodipodi:docname="scale.svg"
|
|
13
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
14
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
|
17
|
+
id="namedview1"
|
|
18
|
+
pagecolor="#ffffff"
|
|
19
|
+
bordercolor="#000000"
|
|
20
|
+
borderopacity="0.25"
|
|
21
|
+
inkscape:showpageshadow="2"
|
|
22
|
+
inkscape:pageopacity="0.0"
|
|
23
|
+
inkscape:pagecheckerboard="0"
|
|
24
|
+
inkscape:deskcolor="#d1d1d1"
|
|
25
|
+
inkscape:document-units="mm"
|
|
26
|
+
showgrid="false"
|
|
27
|
+
inkscape:zoom="1.0289025"
|
|
28
|
+
inkscape:cx="8.7471843"
|
|
29
|
+
inkscape:cy="8.2612296"
|
|
30
|
+
inkscape:window-width="1280"
|
|
31
|
+
inkscape:window-height="688"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:window-y="25"
|
|
34
|
+
inkscape:window-maximized="1"
|
|
35
|
+
inkscape:current-layer="layer1" /><defs
|
|
36
|
+
id="defs1" /><g
|
|
37
|
+
inkscape:label="Layer 1"
|
|
38
|
+
inkscape:groupmode="layer"
|
|
39
|
+
id="layer1"
|
|
40
|
+
transform="translate(-88.746886,-143.1532)"><g
|
|
41
|
+
id="g1"
|
|
42
|
+
transform="matrix(0.26458333,0,0,0.26458333,88.077577,143.1532)"><path
|
|
43
|
+
d="m 14.3423,8.42148 0.0218,-0.00723 2.1725,-0.51502 c 0.4642,-0.10879 0.8631,-0.40619 1.1025,-0.81965 l 0.5041,-0.87044 0.0146,-0.02902 0.0145,0.02902 0.5041,0.87044 c 0.2394,0.41346 0.6383,0.71086 1.1025,0.81965 l 2.1725,0.51502 0.0254,0.01087 H 21.9514 L 19.7789,8.94737 C 19.3147,9.0562 18.9158,9.35359 18.6764,9.76705 l -0.5041,0.87045 -0.0145,0.029 -0.0146,-0.029 -0.5041,-0.87045 C 17.3997,9.35359 17.0008,9.0562 16.5366,8.94737 L 14.3641,8.43239 14.3423,8.42512 Z"
|
|
44
|
+
id="path10" /><path
|
|
45
|
+
d="M 14.3423,2.245 14.3641,2.23775 16.5366,1.72274 C 17.0008,1.61393 17.3997,1.31653 17.6391,0.903078 L 18.1432,0.0290146 18.1578,0 18.1723,0.0290146 18.6764,0.899453 C 18.9158,1.31291 19.3147,1.61031 19.7789,1.71911 L 21.9514,2.23412 21.9768,2.245 H 21.9514 L 19.7789,2.76726 C 19.3147,2.87607 18.9158,3.17347 18.6764,3.58692 L 18.1723,4.45738 18.1578,4.48639 18.1432,4.45738 17.6391,3.58692 C 17.3997,3.17347 17.0008,2.87607 16.5366,2.76726 L 14.3641,2.25225 Z"
|
|
46
|
+
id="path11" /><path
|
|
47
|
+
d="M 18.183,15.7998 C 17.9328,13.7832 16.754,11.9807 14.9697,10.9507 11.749,9.03938 8.96364,8.82176 6.23265,6.73999 L 2.52967,8.79638 18.183,17.8344 33.8364,8.79638 30.1334,6.74359 c -2.731,2.08181 -5.5164,2.29943 -8.737,4.21071 -1.7844,1.0301 -2.9631,2.8326 -3.2134,4.8491 z"
|
|
48
|
+
id="path12" /><path
|
|
49
|
+
d="M 18.183,35.6603 C 17.824,35.653 17.4649,35.5551 17.1458,35.3701 L 2.52967,26.9269 V 8.79646 L 17.1458,17.236 c 0.3227,0.185 0.6782,0.2829 1.0372,0.2902 0.3591,-0.0073 0.7181,-0.1052 1.0373,-0.2902 L 33.8364,8.79646 V 26.9306 l -14.6161,8.4395 c -0.3228,0.185 -0.6782,0.2829 -1.0373,0.2902 z"
|
|
50
|
+
id="path13" /><path
|
|
51
|
+
d="m 18.183,35.6603 c 0.3591,-0.0073 0.7181,-0.1052 1.0373,-0.2902 l 14.616,-8.4395 V 8.79646 L 19.2203,17.236 c -0.3228,0.185 -0.6782,0.2829 -1.0373,0.2902"
|
|
52
|
+
id="path14" /><path
|
|
53
|
+
d="M 18.183,17.5262 C 17.824,17.5189 17.4649,17.421 17.1458,17.236 L 2.52967,8.79646 V 26.9306 l 14.61613,8.4395 c 0.3227,0.185 0.6782,0.2829 1.0372,0.2902"
|
|
54
|
+
id="path15" /><path
|
|
55
|
+
d="M 18.1831,17.5262 C 17.824,17.5189 17.465,17.421 17.1458,17.236 l -1.4507,-0.8378 v 18.1341 l 1.4507,0.8378 c 0.3228,0.185 0.6782,0.2829 1.0373,0.2902 0.359,-0.0073 0.7181,-0.1052 1.0372,-0.2902 l 1.4508,-0.8378 V 16.3946 l -1.4508,0.8378 c -0.3227,0.1849 -0.6782,0.2829 -1.0372,0.2901 z"
|
|
56
|
+
id="path16" /><path
|
|
57
|
+
d="M 9,5.32055 9.02174,5.31328 11.1942,4.79826 c 0.4643,-0.10879 0.8632,-0.40618 1.1026,-0.81964 l 0.5041,-0.87044 0.0145,-0.02902 0.0145,0.02902 0.5041,0.87044 c 0.2394,0.41346 0.6384,0.71085 1.1026,0.81964 l 2.1725,0.51502 0.0253,0.01087 H 16.6091 L 14.4366,5.84644 C 13.9724,5.95523 13.5734,6.25263 13.334,6.66609 L 12.8299,7.53653 12.8154,7.56555 12.8009,7.53653 12.2968,6.66609 C 12.0574,6.25263 11.6585,5.95523 11.1942,5.84644 L 9.02174,5.33142 9,5.32415 Z"
|
|
58
|
+
id="path17" /><path
|
|
59
|
+
d="m 19.6593,5.32055 0.0218,-0.00727 2.1724,-0.51502 c 0.4642,-0.10879 0.8632,-0.40618 1.1026,-0.81964 l 0.5041,-0.87044 0.0145,-0.02902 0.0145,0.02902 0.5042,0.87044 c 0.2393,0.41346 0.6383,0.71085 1.1025,0.81964 l 2.1724,0.51502 0.0255,0.01087 H 27.2683 L 25.0959,5.84644 C 24.6317,5.95523 24.2327,6.25263 23.9934,6.66609 L 23.4892,7.53653 23.4747,7.56555 23.4602,7.53653 22.9561,6.66609 C 22.7167,6.25263 22.3177,5.95523 21.8535,5.84644 L 19.6811,5.33142 19.6593,5.32415 Z"
|
|
60
|
+
id="path18" /></g></g></svg>
|