Deploy Bot commited on
Commit
9c81ecb
·
0 Parent(s):

Initial deployment

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .dockerignore +21 -0
  2. .editorconfig +14 -0
  3. .gitattributes +13 -0
  4. .gitignore +59 -0
  5. Dockerfile +50 -0
  6. LICENSE +661 -0
  7. README.md +11 -0
  8. colab/GPU.ipynb +193 -0
  9. default/!DO-NOT-EDIT-THESE-FILES.txt +13 -0
  10. default/content/Char_Avatar_Comfy_Workflow.json +137 -0
  11. default/content/Default_Comfy_Workflow.json +86 -0
  12. default/content/Eldoria.json +155 -0
  13. default/content/Seraphina/admiration.png +3 -0
  14. default/content/Seraphina/amusement.png +3 -0
  15. default/content/Seraphina/anger.png +3 -0
  16. default/content/Seraphina/annoyance.png +3 -0
  17. default/content/Seraphina/approval.png +3 -0
  18. default/content/Seraphina/caring.png +3 -0
  19. default/content/Seraphina/confusion.png +3 -0
  20. default/content/Seraphina/curiosity.png +3 -0
  21. default/content/Seraphina/desire.png +3 -0
  22. default/content/Seraphina/disappointment.png +3 -0
  23. default/content/Seraphina/disapproval.png +3 -0
  24. default/content/Seraphina/disgust.png +3 -0
  25. default/content/Seraphina/embarrassment.png +3 -0
  26. default/content/Seraphina/excitement.png +3 -0
  27. default/content/Seraphina/fear.png +3 -0
  28. default/content/Seraphina/gratitude.png +3 -0
  29. default/content/Seraphina/grief.png +3 -0
  30. default/content/Seraphina/joy.png +3 -0
  31. default/content/Seraphina/love.png +3 -0
  32. default/content/Seraphina/nervousness.png +3 -0
  33. default/content/Seraphina/neutral.png +3 -0
  34. default/content/Seraphina/optimism.png +3 -0
  35. default/content/Seraphina/pride.png +3 -0
  36. default/content/Seraphina/realization.png +3 -0
  37. default/content/Seraphina/relief.png +3 -0
  38. default/content/Seraphina/remorse.png +3 -0
  39. default/content/Seraphina/sadness.png +3 -0
  40. default/content/Seraphina/surprise.png +3 -0
  41. default/content/backgrounds/.!64412!bedroom clean.jpg +0 -0
  42. default/content/backgrounds/.!64588!bedroom clean.jpg +0 -0
  43. default/content/backgrounds/.!64762!bedroom clean.jpg +0 -0
  44. default/content/backgrounds/__transparent.png +3 -0
  45. default/content/backgrounds/_black.jpg +3 -0
  46. default/content/backgrounds/_white.jpg +3 -0
  47. default/content/backgrounds/bedroom clean.jpg +3 -0
  48. default/content/backgrounds/bedroom cyberpunk.jpg +3 -0
  49. default/content/backgrounds/bedroom red.jpg +3 -0
  50. default/content/backgrounds/bedroom tatami.jpg +3 -0
.dockerignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git
2
+ .github
3
+ .vscode
4
+ node_modules
5
+ npm-debug.log
6
+ readme*
7
+ Start.bat
8
+ /dist
9
+ /backups
10
+ cloudflared.exe
11
+ access.log
12
+ /data
13
+ /cache
14
+ .DS_Store
15
+ /public/scripts/extensions/third-party
16
+ /colab
17
+ .gemini
18
+ /docker/config
19
+ /docker/extensions
20
+ /docker/data
21
+ /docker/plugins
.editorconfig ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root = true
2
+
3
+ [*]
4
+ end_of_line = lf
5
+ insert_final_newline = true
6
+ trim_trailing_whitespace = true
7
+
8
+ [*.{js,conf,json,css,less,html}]
9
+ charset = utf-8
10
+ indent_style = space
11
+ indent_size = 4
12
+
13
+ [*.md]
14
+ trim_trailing_whitespace = false
.gitattributes ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.woff filter=lfs diff=lfs merge=lfs -text
2
+ *.woff2 filter=lfs diff=lfs merge=lfs -text
3
+ *.ttf filter=lfs diff=lfs merge=lfs -text
4
+ *.png filter=lfs diff=lfs merge=lfs -text
5
+ *.jpg filter=lfs diff=lfs merge=lfs -text
6
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
7
+ *.gif filter=lfs diff=lfs merge=lfs -text
8
+ *.ico filter=lfs diff=lfs merge=lfs -text
9
+ *.svg filter=lfs diff=lfs merge=lfs -text
10
+ *.webp filter=lfs diff=lfs merge=lfs -text
11
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
12
+ *.ogg filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ node_modules/
2
+ public/chats/
3
+ public/characters/
4
+ public/User Avatars/
5
+ public/backgrounds/
6
+ public/groups/
7
+ public/group chats/
8
+ public/worlds/
9
+ public/user/
10
+ public/css/bg_load.css
11
+ public/themes/
12
+ public/OpenAI Settings/
13
+ public/KoboldAI Settings/
14
+ public/NovelAI Settings/
15
+ public/TextGen Settings/
16
+ public/instruct/
17
+ public/context/
18
+ public/scripts/extensions/third-party/
19
+ public/stats.json
20
+ /uploads/
21
+ *.jsonl
22
+ /config.conf
23
+ /config.yaml
24
+ /config.conf.bak
25
+ /docker/config
26
+ /docker/user
27
+ /docker/extensions
28
+ /docker/data
29
+ .DS_Store
30
+ public/settings.json
31
+ /thumbnails
32
+ whitelist.txt
33
+ .vscode/**
34
+ !.vscode/extensions.json
35
+ .idea/
36
+ secrets.json
37
+ /dist
38
+ /backups/
39
+ public/movingUI/
40
+ public/QuickReplies/
41
+ content.log
42
+ cloudflared.exe
43
+ public/assets/
44
+ access.log
45
+ /vectors/
46
+ /cache/
47
+ public/css/user.css
48
+ public/error/
49
+ /plugins/
50
+ /data
51
+ /default/scaffold
52
+ public/scripts/extensions/third-party
53
+ /certs
54
+ .aider*
55
+ .env
56
+ /StartDev.bat
57
+ yarn.lock
58
+ *.code-workspace
59
+ test-results/
Dockerfile ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Build trigger: 2026-02-26-v4
2
+ FROM node:lts-alpine3.22
3
+
4
+ # Arguments
5
+ ARG APP_HOME=/home/node/app
6
+
7
+ # Install system dependencies
8
+ RUN apk add --no-cache gcompat tini git git-lfs
9
+
10
+ # Create app directory
11
+ WORKDIR ${APP_HOME}
12
+
13
+ # Set NODE_ENV to production
14
+ ENV NODE_ENV=production
15
+
16
+ # Bundle app source
17
+ COPY . ./
18
+
19
+ RUN \
20
+ echo "*** Install npm packages ***" && \
21
+ npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
22
+
23
+ # Create config directory and link config.yaml
24
+ RUN \
25
+ rm -f "config.yaml" || true && \
26
+ ln -s "./config/config.yaml" "config.yaml" || true && \
27
+ mkdir "config" || true
28
+
29
+ # Pre-compile public libraries
30
+ RUN \
31
+ echo "*** Run Webpack ***" && \
32
+ node "./docker/build-lib.js"
33
+
34
+ # Set the entrypoint script
35
+ RUN \
36
+ echo "*** Cleanup ***" && \
37
+ mv "./docker/docker-entrypoint.sh" "./" && \
38
+ rm -rf "./docker" && \
39
+ echo "*** Make docker-entrypoint.sh executable ***" && \
40
+ chmod +x "./docker-entrypoint.sh" && \
41
+ echo "*** Convert line endings to Unix format ***" && \
42
+ dos2unix "./docker-entrypoint.sh"
43
+
44
+ # Fix extension repos permissions
45
+ RUN git config --global --add safe.directory "*"
46
+
47
+ EXPOSE 8000
48
+
49
+ # Ensure proper handling of kernel signals
50
+ ENTRYPOINT ["tini", "--", "./docker-entrypoint.sh"]
LICENSE ADDED
@@ -0,0 +1,661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
+ Version 3, 19 November 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU Affero General Public License is a free, copyleft license for
11
+ software and other kinds of works, specifically designed to ensure
12
+ cooperation with the community in the case of network server software.
13
+
14
+ The licenses for most software and other practical works are designed
15
+ to take away your freedom to share and change the works. By contrast,
16
+ our General Public Licenses are intended to guarantee your freedom to
17
+ share and change all versions of a program--to make sure it remains free
18
+ software for all its users.
19
+
20
+ When we speak of free software, we are referring to freedom, not
21
+ price. Our General Public Licenses are designed to make sure that you
22
+ have the freedom to distribute copies of free software (and charge for
23
+ them if you wish), that you receive source code or can get it if you
24
+ want it, that you can change the software or use pieces of it in new
25
+ free programs, and that you know you can do these things.
26
+
27
+ Developers that use our General Public Licenses protect your rights
28
+ with two steps: (1) assert copyright on the software, and (2) offer
29
+ you this License which gives you legal permission to copy, distribute
30
+ and/or modify the software.
31
+
32
+ A secondary benefit of defending all users' freedom is that
33
+ improvements made in alternate versions of the program, if they
34
+ receive widespread use, become available for other developers to
35
+ incorporate. Many developers of free software are heartened and
36
+ encouraged by the resulting cooperation. However, in the case of
37
+ software used on network servers, this result may fail to come about.
38
+ The GNU General Public License permits making a modified version and
39
+ letting the public access it on a server without ever releasing its
40
+ source code to the public.
41
+
42
+ The GNU Affero General Public License is designed specifically to
43
+ ensure that, in such cases, the modified source code becomes available
44
+ to the community. It requires the operator of a network server to
45
+ provide the source code of the modified version running there to the
46
+ users of that server. Therefore, public use of a modified version, on
47
+ a publicly accessible server, gives the public access to the source
48
+ code of the modified version.
49
+
50
+ An older license, called the Affero General Public License and
51
+ published by Affero, was designed to accomplish similar goals. This is
52
+ a different license, not a version of the Affero GPL, but Affero has
53
+ released a new version of the Affero GPL which permits relicensing under
54
+ this license.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ TERMS AND CONDITIONS
60
+
61
+ 0. Definitions.
62
+
63
+ "This License" refers to version 3 of the GNU Affero General Public License.
64
+
65
+ "Copyright" also means copyright-like laws that apply to other kinds of
66
+ works, such as semiconductor masks.
67
+
68
+ "The Program" refers to any copyrightable work licensed under this
69
+ License. Each licensee is addressed as "you". "Licensees" and
70
+ "recipients" may be individuals or organizations.
71
+
72
+ To "modify" a work means to copy from or adapt all or part of the work
73
+ in a fashion requiring copyright permission, other than the making of an
74
+ exact copy. The resulting work is called a "modified version" of the
75
+ earlier work or a work "based on" the earlier work.
76
+
77
+ A "covered work" means either the unmodified Program or a work based
78
+ on the Program.
79
+
80
+ To "propagate" a work means to do anything with it that, without
81
+ permission, would make you directly or secondarily liable for
82
+ infringement under applicable copyright law, except executing it on a
83
+ computer or modifying a private copy. Propagation includes copying,
84
+ distribution (with or without modification), making available to the
85
+ public, and in some countries other activities as well.
86
+
87
+ To "convey" a work means any kind of propagation that enables other
88
+ parties to make or receive copies. Mere interaction with a user through
89
+ a computer network, with no transfer of a copy, is not conveying.
90
+
91
+ An interactive user interface displays "Appropriate Legal Notices"
92
+ to the extent that it includes a convenient and prominently visible
93
+ feature that (1) displays an appropriate copyright notice, and (2)
94
+ tells the user that there is no warranty for the work (except to the
95
+ extent that warranties are provided), that licensees may convey the
96
+ work under this License, and how to view a copy of this License. If
97
+ the interface presents a list of user commands or options, such as a
98
+ menu, a prominent item in the list meets this criterion.
99
+
100
+ 1. Source Code.
101
+
102
+ The "source code" for a work means the preferred form of the work
103
+ for making modifications to it. "Object code" means any non-source
104
+ form of a work.
105
+
106
+ A "Standard Interface" means an interface that either is an official
107
+ standard defined by a recognized standards body, or, in the case of
108
+ interfaces specified for a particular programming language, one that
109
+ is widely used among developers working in that language.
110
+
111
+ The "System Libraries" of an executable work include anything, other
112
+ than the work as a whole, that (a) is included in the normal form of
113
+ packaging a Major Component, but which is not part of that Major
114
+ Component, and (b) serves only to enable use of the work with that
115
+ Major Component, or to implement a Standard Interface for which an
116
+ implementation is available to the public in source code form. A
117
+ "Major Component", in this context, means a major essential component
118
+ (kernel, window system, and so on) of the specific operating system
119
+ (if any) on which the executable work runs, or a compiler used to
120
+ produce the work, or an object code interpreter used to run it.
121
+
122
+ The "Corresponding Source" for a work in object code form means all
123
+ the source code needed to generate, install, and (for an executable
124
+ work) run the object code and to modify the work, including scripts to
125
+ control those activities. However, it does not include the work's
126
+ System Libraries, or general-purpose tools or generally available free
127
+ programs which are used unmodified in performing those activities but
128
+ which are not part of the work. For example, Corresponding Source
129
+ includes interface definition files associated with source files for
130
+ the work, and the source code for shared libraries and dynamically
131
+ linked subprograms that the work is specifically designed to require,
132
+ such as by intimate data communication or control flow between those
133
+ subprograms and other parts of the work.
134
+
135
+ The Corresponding Source need not include anything that users
136
+ can regenerate automatically from other parts of the Corresponding
137
+ Source.
138
+
139
+ The Corresponding Source for a work in source code form is that
140
+ same work.
141
+
142
+ 2. Basic Permissions.
143
+
144
+ All rights granted under this License are granted for the term of
145
+ copyright on the Program, and are irrevocable provided the stated
146
+ conditions are met. This License explicitly affirms your unlimited
147
+ permission to run the unmodified Program. The output from running a
148
+ covered work is covered by this License only if the output, given its
149
+ content, constitutes a covered work. This License acknowledges your
150
+ rights of fair use or other equivalent, as provided by copyright law.
151
+
152
+ You may make, run and propagate covered works that you do not
153
+ convey, without conditions so long as your license otherwise remains
154
+ in force. You may convey covered works to others for the sole purpose
155
+ of having them make modifications exclusively for you, or provide you
156
+ with facilities for running those works, provided that you comply with
157
+ the terms of this License in conveying all material for which you do
158
+ not control copyright. Those thus making or running the covered works
159
+ for you must do so exclusively on your behalf, under your direction
160
+ and control, on terms that prohibit them from making any copies of
161
+ your copyrighted material outside their relationship with you.
162
+
163
+ Conveying under any other circumstances is permitted solely under
164
+ the conditions stated below. Sublicensing is not allowed; section 10
165
+ makes it unnecessary.
166
+
167
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
168
+
169
+ No covered work shall be deemed part of an effective technological
170
+ measure under any applicable law fulfilling obligations under article
171
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
172
+ similar laws prohibiting or restricting circumvention of such
173
+ measures.
174
+
175
+ When you convey a covered work, you waive any legal power to forbid
176
+ circumvention of technological measures to the extent such circumvention
177
+ is effected by exercising rights under this License with respect to
178
+ the covered work, and you disclaim any intention to limit operation or
179
+ modification of the work as a means of enforcing, against the work's
180
+ users, your or third parties' legal rights to forbid circumvention of
181
+ technological measures.
182
+
183
+ 4. Conveying Verbatim Copies.
184
+
185
+ You may convey verbatim copies of the Program's source code as you
186
+ receive it, in any medium, provided that you conspicuously and
187
+ appropriately publish on each copy an appropriate copyright notice;
188
+ keep intact all notices stating that this License and any
189
+ non-permissive terms added in accord with section 7 apply to the code;
190
+ keep intact all notices of the absence of any warranty; and give all
191
+ recipients a copy of this License along with the Program.
192
+
193
+ You may charge any price or no price for each copy that you convey,
194
+ and you may offer support or warranty protection for a fee.
195
+
196
+ 5. Conveying Modified Source Versions.
197
+
198
+ You may convey a work based on the Program, or the modifications to
199
+ produce it from the Program, in the form of source code under the
200
+ terms of section 4, provided that you also meet all of these conditions:
201
+
202
+ a) The work must carry prominent notices stating that you modified
203
+ it, and giving a relevant date.
204
+
205
+ b) The work must carry prominent notices stating that it is
206
+ released under this License and any conditions added under section
207
+ 7. This requirement modifies the requirement in section 4 to
208
+ "keep intact all notices".
209
+
210
+ c) You must license the entire work, as a whole, under this
211
+ License to anyone who comes into possession of a copy. This
212
+ License will therefore apply, along with any applicable section 7
213
+ additional terms, to the whole of the work, and all its parts,
214
+ regardless of how they are packaged. This License gives no
215
+ permission to license the work in any other way, but it does not
216
+ invalidate such permission if you have separately received it.
217
+
218
+ d) If the work has interactive user interfaces, each must display
219
+ Appropriate Legal Notices; however, if the Program has interactive
220
+ interfaces that do not display Appropriate Legal Notices, your
221
+ work need not make them do so.
222
+
223
+ A compilation of a covered work with other separate and independent
224
+ works, which are not by their nature extensions of the covered work,
225
+ and which are not combined with it such as to form a larger program,
226
+ in or on a volume of a storage or distribution medium, is called an
227
+ "aggregate" if the compilation and its resulting copyright are not
228
+ used to limit the access or legal rights of the compilation's users
229
+ beyond what the individual works permit. Inclusion of a covered work
230
+ in an aggregate does not cause this License to apply to the other
231
+ parts of the aggregate.
232
+
233
+ 6. Conveying Non-Source Forms.
234
+
235
+ You may convey a covered work in object code form under the terms
236
+ of sections 4 and 5, provided that you also convey the
237
+ machine-readable Corresponding Source under the terms of this License,
238
+ in one of these ways:
239
+
240
+ a) Convey the object code in, or embodied in, a physical product
241
+ (including a physical distribution medium), accompanied by the
242
+ Corresponding Source fixed on a durable physical medium
243
+ customarily used for software interchange.
244
+
245
+ b) Convey the object code in, or embodied in, a physical product
246
+ (including a physical distribution medium), accompanied by a
247
+ written offer, valid for at least three years and valid for as
248
+ long as you offer spare parts or customer support for that product
249
+ model, to give anyone who possesses the object code either (1) a
250
+ copy of the Corresponding Source for all the software in the
251
+ product that is covered by this License, on a durable physical
252
+ medium customarily used for software interchange, for a price no
253
+ more than your reasonable cost of physically performing this
254
+ conveying of source, or (2) access to copy the
255
+ Corresponding Source from a network server at no charge.
256
+
257
+ c) Convey individual copies of the object code with a copy of the
258
+ written offer to provide the Corresponding Source. This
259
+ alternative is allowed only occasionally and noncommercially, and
260
+ only if you received the object code with such an offer, in accord
261
+ with subsection 6b.
262
+
263
+ d) Convey the object code by offering access from a designated
264
+ place (gratis or for a charge), and offer equivalent access to the
265
+ Corresponding Source in the same way through the same place at no
266
+ further charge. You need not require recipients to copy the
267
+ Corresponding Source along with the object code. If the place to
268
+ copy the object code is a network server, the Corresponding Source
269
+ may be on a different server (operated by you or a third party)
270
+ that supports equivalent copying facilities, provided you maintain
271
+ clear directions next to the object code saying where to find the
272
+ Corresponding Source. Regardless of what server hosts the
273
+ Corresponding Source, you remain obligated to ensure that it is
274
+ available for as long as needed to satisfy these requirements.
275
+
276
+ e) Convey the object code using peer-to-peer transmission, provided
277
+ you inform other peers where the object code and Corresponding
278
+ Source of the work are being offered to the general public at no
279
+ charge under subsection 6d.
280
+
281
+ A separable portion of the object code, whose source code is excluded
282
+ from the Corresponding Source as a System Library, need not be
283
+ included in conveying the object code work.
284
+
285
+ A "User Product" is either (1) a "consumer product", which means any
286
+ tangible personal property which is normally used for personal, family,
287
+ or household purposes, or (2) anything designed or sold for incorporation
288
+ into a dwelling. In determining whether a product is a consumer product,
289
+ doubtful cases shall be resolved in favor of coverage. For a particular
290
+ product received by a particular user, "normally used" refers to a
291
+ typical or common use of that class of product, regardless of the status
292
+ of the particular user or of the way in which the particular user
293
+ actually uses, or expects or is expected to use, the product. A product
294
+ is a consumer product regardless of whether the product has substantial
295
+ commercial, industrial or non-consumer uses, unless such uses represent
296
+ the only significant mode of use of the product.
297
+
298
+ "Installation Information" for a User Product means any methods,
299
+ procedures, authorization keys, or other information required to install
300
+ and execute modified versions of a covered work in that User Product from
301
+ a modified version of its Corresponding Source. The information must
302
+ suffice to ensure that the continued functioning of the modified object
303
+ code is in no case prevented or interfered with solely because
304
+ modification has been made.
305
+
306
+ If you convey an object code work under this section in, or with, or
307
+ specifically for use in, a User Product, and the conveying occurs as
308
+ part of a transaction in which the right of possession and use of the
309
+ User Product is transferred to the recipient in perpetuity or for a
310
+ fixed term (regardless of how the transaction is characterized), the
311
+ Corresponding Source conveyed under this section must be accompanied
312
+ by the Installation Information. But this requirement does not apply
313
+ if neither you nor any third party retains the ability to install
314
+ modified object code on the User Product (for example, the work has
315
+ been installed in ROM).
316
+
317
+ The requirement to provide Installation Information does not include a
318
+ requirement to continue to provide support service, warranty, or updates
319
+ for a work that has been modified or installed by the recipient, or for
320
+ the User Product in which it has been modified or installed. Access to a
321
+ network may be denied when the modification itself materially and
322
+ adversely affects the operation of the network or violates the rules and
323
+ protocols for communication across the network.
324
+
325
+ Corresponding Source conveyed, and Installation Information provided,
326
+ in accord with this section must be in a format that is publicly
327
+ documented (and with an implementation available to the public in
328
+ source code form), and must require no special password or key for
329
+ unpacking, reading or copying.
330
+
331
+ 7. Additional Terms.
332
+
333
+ "Additional permissions" are terms that supplement the terms of this
334
+ License by making exceptions from one or more of its conditions.
335
+ Additional permissions that are applicable to the entire Program shall
336
+ be treated as though they were included in this License, to the extent
337
+ that they are valid under applicable law. If additional permissions
338
+ apply only to part of the Program, that part may be used separately
339
+ under those permissions, but the entire Program remains governed by
340
+ this License without regard to the additional permissions.
341
+
342
+ When you convey a copy of a covered work, you may at your option
343
+ remove any additional permissions from that copy, or from any part of
344
+ it. (Additional permissions may be written to require their own
345
+ removal in certain cases when you modify the work.) You may place
346
+ additional permissions on material, added by you to a covered work,
347
+ for which you have or can give appropriate copyright permission.
348
+
349
+ Notwithstanding any other provision of this License, for material you
350
+ add to a covered work, you may (if authorized by the copyright holders of
351
+ that material) supplement the terms of this License with terms:
352
+
353
+ a) Disclaiming warranty or limiting liability differently from the
354
+ terms of sections 15 and 16 of this License; or
355
+
356
+ b) Requiring preservation of specified reasonable legal notices or
357
+ author attributions in that material or in the Appropriate Legal
358
+ Notices displayed by works containing it; or
359
+
360
+ c) Prohibiting misrepresentation of the origin of that material, or
361
+ requiring that modified versions of such material be marked in
362
+ reasonable ways as different from the original version; or
363
+
364
+ d) Limiting the use for publicity purposes of names of licensors or
365
+ authors of the material; or
366
+
367
+ e) Declining to grant rights under trademark law for use of some
368
+ trade names, trademarks, or service marks; or
369
+
370
+ f) Requiring indemnification of licensors and authors of that
371
+ material by anyone who conveys the material (or modified versions of
372
+ it) with contractual assumptions of liability to the recipient, for
373
+ any liability that these contractual assumptions directly impose on
374
+ those licensors and authors.
375
+
376
+ All other non-permissive additional terms are considered "further
377
+ restrictions" within the meaning of section 10. If the Program as you
378
+ received it, or any part of it, contains a notice stating that it is
379
+ governed by this License along with a term that is a further
380
+ restriction, you may remove that term. If a license document contains
381
+ a further restriction but permits relicensing or conveying under this
382
+ License, you may add to a covered work material governed by the terms
383
+ of that license document, provided that the further restriction does
384
+ not survive such relicensing or conveying.
385
+
386
+ If you add terms to a covered work in accord with this section, you
387
+ must place, in the relevant source files, a statement of the
388
+ additional terms that apply to those files, or a notice indicating
389
+ where to find the applicable terms.
390
+
391
+ Additional terms, permissive or non-permissive, may be stated in the
392
+ form of a separately written license, or stated as exceptions;
393
+ the above requirements apply either way.
394
+
395
+ 8. Termination.
396
+
397
+ You may not propagate or modify a covered work except as expressly
398
+ provided under this License. Any attempt otherwise to propagate or
399
+ modify it is void, and will automatically terminate your rights under
400
+ this License (including any patent licenses granted under the third
401
+ paragraph of section 11).
402
+
403
+ However, if you cease all violation of this License, then your
404
+ license from a particular copyright holder is reinstated (a)
405
+ provisionally, unless and until the copyright holder explicitly and
406
+ finally terminates your license, and (b) permanently, if the copyright
407
+ holder fails to notify you of the violation by some reasonable means
408
+ prior to 60 days after the cessation.
409
+
410
+ Moreover, your license from a particular copyright holder is
411
+ reinstated permanently if the copyright holder notifies you of the
412
+ violation by some reasonable means, this is the first time you have
413
+ received notice of violation of this License (for any work) from that
414
+ copyright holder, and you cure the violation prior to 30 days after
415
+ your receipt of the notice.
416
+
417
+ Termination of your rights under this section does not terminate the
418
+ licenses of parties who have received copies or rights from you under
419
+ this License. If your rights have been terminated and not permanently
420
+ reinstated, you do not qualify to receive new licenses for the same
421
+ material under section 10.
422
+
423
+ 9. Acceptance Not Required for Having Copies.
424
+
425
+ You are not required to accept this License in order to receive or
426
+ run a copy of the Program. Ancillary propagation of a covered work
427
+ occurring solely as a consequence of using peer-to-peer transmission
428
+ to receive a copy likewise does not require acceptance. However,
429
+ nothing other than this License grants you permission to propagate or
430
+ modify any covered work. These actions infringe copyright if you do
431
+ not accept this License. Therefore, by modifying or propagating a
432
+ covered work, you indicate your acceptance of this License to do so.
433
+
434
+ 10. Automatic Licensing of Downstream Recipients.
435
+
436
+ Each time you convey a covered work, the recipient automatically
437
+ receives a license from the original licensors, to run, modify and
438
+ propagate that work, subject to this License. You are not responsible
439
+ for enforcing compliance by third parties with this License.
440
+
441
+ An "entity transaction" is a transaction transferring control of an
442
+ organization, or substantially all assets of one, or subdividing an
443
+ organization, or merging organizations. If propagation of a covered
444
+ work results from an entity transaction, each party to that
445
+ transaction who receives a copy of the work also receives whatever
446
+ licenses to the work the party's predecessor in interest had or could
447
+ give under the previous paragraph, plus a right to possession of the
448
+ Corresponding Source of the work from the predecessor in interest, if
449
+ the predecessor has it or can get it with reasonable efforts.
450
+
451
+ You may not impose any further restrictions on the exercise of the
452
+ rights granted or affirmed under this License. For example, you may
453
+ not impose a license fee, royalty, or other charge for exercise of
454
+ rights granted under this License, and you may not initiate litigation
455
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
456
+ any patent claim is infringed by making, using, selling, offering for
457
+ sale, or importing the Program or any portion of it.
458
+
459
+ 11. Patents.
460
+
461
+ A "contributor" is a copyright holder who authorizes use under this
462
+ License of the Program or a work on which the Program is based. The
463
+ work thus licensed is called the contributor's "contributor version".
464
+
465
+ A contributor's "essential patent claims" are all patent claims
466
+ owned or controlled by the contributor, whether already acquired or
467
+ hereafter acquired, that would be infringed by some manner, permitted
468
+ by this License, of making, using, or selling its contributor version,
469
+ but do not include claims that would be infringed only as a
470
+ consequence of further modification of the contributor version. For
471
+ purposes of this definition, "control" includes the right to grant
472
+ patent sublicenses in a manner consistent with the requirements of
473
+ this License.
474
+
475
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
476
+ patent license under the contributor's essential patent claims, to
477
+ make, use, sell, offer for sale, import and otherwise run, modify and
478
+ propagate the contents of its contributor version.
479
+
480
+ In the following three paragraphs, a "patent license" is any express
481
+ agreement or commitment, however denominated, not to enforce a patent
482
+ (such as an express permission to practice a patent or covenant not to
483
+ sue for patent infringement). To "grant" such a patent license to a
484
+ party means to make such an agreement or commitment not to enforce a
485
+ patent against the party.
486
+
487
+ If you convey a covered work, knowingly relying on a patent license,
488
+ and the Corresponding Source of the work is not available for anyone
489
+ to copy, free of charge and under the terms of this License, through a
490
+ publicly available network server or other readily accessible means,
491
+ then you must either (1) cause the Corresponding Source to be so
492
+ available, or (2) arrange to deprive yourself of the benefit of the
493
+ patent license for this particular work, or (3) arrange, in a manner
494
+ consistent with the requirements of this License, to extend the patent
495
+ license to downstream recipients. "Knowingly relying" means you have
496
+ actual knowledge that, but for the patent license, your conveying the
497
+ covered work in a country, or your recipient's use of the covered work
498
+ in a country, would infringe one or more identifiable patents in that
499
+ country that you have reason to believe are valid.
500
+
501
+ If, pursuant to or in connection with a single transaction or
502
+ arrangement, you convey, or propagate by procuring conveyance of, a
503
+ covered work, and grant a patent license to some of the parties
504
+ receiving the covered work authorizing them to use, propagate, modify
505
+ or convey a specific copy of the covered work, then the patent license
506
+ you grant is automatically extended to all recipients of the covered
507
+ work and works based on it.
508
+
509
+ A patent license is "discriminatory" if it does not include within
510
+ the scope of its coverage, prohibits the exercise of, or is
511
+ conditioned on the non-exercise of one or more of the rights that are
512
+ specifically granted under this License. You may not convey a covered
513
+ work if you are a party to an arrangement with a third party that is
514
+ in the business of distributing software, under which you make payment
515
+ to the third party based on the extent of your activity of conveying
516
+ the work, and under which the third party grants, to any of the
517
+ parties who would receive the covered work from you, a discriminatory
518
+ patent license (a) in connection with copies of the covered work
519
+ conveyed by you (or copies made from those copies), or (b) primarily
520
+ for and in connection with specific products or compilations that
521
+ contain the covered work, unless you entered into that arrangement,
522
+ or that patent license was granted, prior to 28 March 2007.
523
+
524
+ Nothing in this License shall be construed as excluding or limiting
525
+ any implied license or other defenses to infringement that may
526
+ otherwise be available to you under applicable patent law.
527
+
528
+ 12. No Surrender of Others' Freedom.
529
+
530
+ If conditions are imposed on you (whether by court order, agreement or
531
+ otherwise) that contradict the conditions of this License, they do not
532
+ excuse you from the conditions of this License. If you cannot convey a
533
+ covered work so as to satisfy simultaneously your obligations under this
534
+ License and any other pertinent obligations, then as a consequence you may
535
+ not convey it at all. For example, if you agree to terms that obligate you
536
+ to collect a royalty for further conveying from those to whom you convey
537
+ the Program, the only way you could satisfy both those terms and this
538
+ License would be to refrain entirely from conveying the Program.
539
+
540
+ 13. Remote Network Interaction; Use with the GNU General Public License.
541
+
542
+ Notwithstanding any other provision of this License, if you modify the
543
+ Program, your modified version must prominently offer all users
544
+ interacting with it remotely through a computer network (if your version
545
+ supports such interaction) an opportunity to receive the Corresponding
546
+ Source of your version by providing access to the Corresponding Source
547
+ from a network server at no charge, through some standard or customary
548
+ means of facilitating copying of software. This Corresponding Source
549
+ shall include the Corresponding Source for any work covered by version 3
550
+ of the GNU General Public License that is incorporated pursuant to the
551
+ following paragraph.
552
+
553
+ Notwithstanding any other provision of this License, you have
554
+ permission to link or combine any covered work with a work licensed
555
+ under version 3 of the GNU General Public License into a single
556
+ combined work, and to convey the resulting work. The terms of this
557
+ License will continue to apply to the part which is the covered work,
558
+ but the work with which it is combined will remain governed by version
559
+ 3 of the GNU General Public License.
560
+
561
+ 14. Revised Versions of this License.
562
+
563
+ The Free Software Foundation may publish revised and/or new versions of
564
+ the GNU Affero General Public License from time to time. Such new versions
565
+ will be similar in spirit to the present version, but may differ in detail to
566
+ address new problems or concerns.
567
+
568
+ Each version is given a distinguishing version number. If the
569
+ Program specifies that a certain numbered version of the GNU Affero General
570
+ Public License "or any later version" applies to it, you have the
571
+ option of following the terms and conditions either of that numbered
572
+ version or of any later version published by the Free Software
573
+ Foundation. If the Program does not specify a version number of the
574
+ GNU Affero General Public License, you may choose any version ever published
575
+ by the Free Software Foundation.
576
+
577
+ If the Program specifies that a proxy can decide which future
578
+ versions of the GNU Affero General Public License can be used, that proxy's
579
+ public statement of acceptance of a version permanently authorizes you
580
+ to choose that version for the Program.
581
+
582
+ Later license versions may give you additional or different
583
+ permissions. However, no additional obligations are imposed on any
584
+ author or copyright holder as a result of your choosing to follow a
585
+ later version.
586
+
587
+ 15. Disclaimer of Warranty.
588
+
589
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
590
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
591
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
592
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
593
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
594
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
595
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
596
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
597
+
598
+ 16. Limitation of Liability.
599
+
600
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
601
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
602
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
603
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
604
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
605
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
606
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
607
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
608
+ SUCH DAMAGES.
609
+
610
+ 17. Interpretation of Sections 15 and 16.
611
+
612
+ If the disclaimer of warranty and limitation of liability provided
613
+ above cannot be given local legal effect according to their terms,
614
+ reviewing courts shall apply local law that most closely approximates
615
+ an absolute waiver of all civil liability in connection with the
616
+ Program, unless a warranty or assumption of liability accompanies a
617
+ copy of the Program in return for a fee.
618
+
619
+ END OF TERMS AND CONDITIONS
620
+
621
+ How to Apply These Terms to Your New Programs
622
+
623
+ If you develop a new program, and you want it to be of the greatest
624
+ possible use to the public, the best way to achieve this is to make it
625
+ free software which everyone can redistribute and change under these terms.
626
+
627
+ To do so, attach the following notices to the program. It is safest
628
+ to attach them to the start of each source file to most effectively
629
+ state the exclusion of warranty; and each file should have at least
630
+ the "copyright" line and a pointer to where the full notice is found.
631
+
632
+ <one line to give the program's name and a brief idea of what it does.>
633
+ Copyright (C) <year> <name of author>
634
+
635
+ This program is free software: you can redistribute it and/or modify
636
+ it under the terms of the GNU Affero General Public License as published
637
+ by the Free Software Foundation, either version 3 of the License, or
638
+ (at your option) any later version.
639
+
640
+ This program is distributed in the hope that it will be useful,
641
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
642
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643
+ GNU Affero General Public License for more details.
644
+
645
+ You should have received a copy of the GNU Affero General Public License
646
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
647
+
648
+ Also add information on how to contact you by electronic and paper mail.
649
+
650
+ If your software can interact with users remotely through a computer
651
+ network, you should also make sure that it provides a way for users to
652
+ get its source. For example, if your program is a web application, its
653
+ interface could display a "Source" link that leads users to an archive
654
+ of the code. There are many ways you could offer source, and different
655
+ solutions will be better for different programs; see section 13 for the
656
+ specific requirements.
657
+
658
+ You should also get your employer (if you work as a programmer) or school,
659
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
660
+ For more information on this, and how to apply and follow the GNU AGPL, see
661
+ <https://www.gnu.org/licenses/>.
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Novel Engine Intern
3
+ emoji: 📖
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: docker
7
+ pinned: false
8
+ app_port: 7860
9
+ ---
10
+
11
+ # Novel Engine Intern
colab/GPU.ipynb ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "attachments": {},
5
+ "cell_type": "markdown",
6
+ "metadata": {},
7
+ "source": [
8
+ "**Links**<br>\n",
9
+ "Extensions API GitHub: https://github.com/SillyTavern/SillyTavern-extras/<br>\n",
10
+ "SillyTavern community Discord (support and discussion): https://discord.gg/sillytavern"
11
+ ]
12
+ },
13
+ {
14
+ "cell_type": "code",
15
+ "execution_count": null,
16
+ "metadata": {},
17
+ "outputs": [],
18
+ "source": [
19
+ "#@title <-- Tap this if you run on Mobile { display-mode: \"form\" }\n",
20
+ "#Taken from KoboldAI colab\n",
21
+ "%%html\n",
22
+ "<b>Press play on the audio player to keep the tab alive. (Uses only 13MB of data)</b><br/>\n",
23
+ "<audio src=\"https://henk.tech/colabkobold/silence.m4a\" controls>"
24
+ ]
25
+ },
26
+ {
27
+ "cell_type": "code",
28
+ "execution_count": null,
29
+ "metadata": {
30
+ "cellView": "form",
31
+ "id": "lVftocpwCoYw"
32
+ },
33
+ "outputs": [],
34
+ "source": [
35
+ "#@markdown (RECOMMENDED) Generates an API key for you to use with the API\n",
36
+ "secure = False #@param {type:\"boolean\"}\n",
37
+ "#@markdown Allows to run SillyTavern Extras on CPU (use if you're out of daily GPU allowance)\n",
38
+ "use_cpu = False #@param {type:\"boolean\"}\n",
39
+ "#@markdown Allows to run Stable Diffusion pipeline on CPU (slow!)\n",
40
+ "use_sd_cpu = False #@param {type:\"boolean\"}\n",
41
+ "#@markdown ***\n",
42
+ "#@markdown Enables the WebSearch module\n",
43
+ "extras_enable_websearch = True #@param {type:\"boolean\"}\n",
44
+ "#@markdown ***\n",
45
+ "#@markdown Loads the image captioning module\n",
46
+ "extras_enable_caption = True #@param {type:\"boolean\"}\n",
47
+ "captioning_model = \"Salesforce/blip-image-captioning-large\" #@param [ \"Salesforce/blip-image-captioning-large\", \"Salesforce/blip-image-captioning-base\" ]\n",
48
+ "#@markdown * Salesforce/blip-image-captioning-large - good base model\n",
49
+ "#@markdown * Salesforce/blip-image-captioning-base - slightly faster but less accurate\n",
50
+ "#@markdown ***\n",
51
+ "#@markdown Loads the sentiment classification model\n",
52
+ "extras_enable_classify = True #@param {type:\"boolean\"}\n",
53
+ "classification_model = \"nateraw/bert-base-uncased-emotion\" #@param [\"nateraw/bert-base-uncased-emotion\", \"joeddav/distilbert-base-uncased-go-emotions-student\"]\n",
54
+ "#@markdown * nateraw/bert-base-uncased-emotion = 6 supported emotions<br>\n",
55
+ "#@markdown * joeddav/distilbert-base-uncased-go-emotions-student = 28 supported emotions\n",
56
+ "#@markdown ***\n",
57
+ "#@markdown Loads the story summarization module\n",
58
+ "extras_enable_summarize = True #@param {type:\"boolean\"}\n",
59
+ "summarization_model = \"slauw87/bart_summarisation\" #@param [ \"slauw87/bart_summarisation\", \"Qiliang/bart-large-cnn-samsum-ChatGPT_v3\", \"Qiliang/bart-large-cnn-samsum-ElectrifAi_v10\", \"distilbart-xsum-12-3\" ]\n",
60
+ "#@markdown * slauw87/bart_summarisation - general purpose summarization model\n",
61
+ "#@markdown * Qiliang/bart-large-cnn-samsum-ChatGPT_v3 - summarization model optimized for chats\n",
62
+ "#@markdown * Qiliang/bart-large-cnn-samsum-ElectrifAi_v10 - nice results so far, but still being evaluated\n",
63
+ "#@markdown * distilbart-xsum-12-3 - faster, but pretty basic alternative\n",
64
+ "#@markdown ***\n",
65
+ "#@markdown Enables Silero text-to-speech module\n",
66
+ "extras_enable_silero_tts = True #@param {type:\"boolean\"}\n",
67
+ "#@markdown Enables Microsoft Edge text-to-speech module\n",
68
+ "extras_enable_edge_tts = True #@param {type:\"boolean\"}\n",
69
+ "#@markdown Enables RVC module\n",
70
+ "extras_enable_rvc = False #@param {type:\"boolean\"}\n",
71
+ "#@markdown ***\n",
72
+ "#@markdown Enables Whisper speech recognition module\n",
73
+ "extras_enable_whisper_stt = True #@param {type:\"boolean\"}\n",
74
+ "whisper_model = \"base.en\" #@param [ \"tiny.en\", \"base.en\", \"small.en\", \"medium.en\", \"tiny\", \"base\", \"small\", \"medium\", \"large\" ]\n",
75
+ "#@markdown There are five model sizes, four with English-only versions, offering speed and accuracy tradeoffs.\n",
76
+ "#@markdown The .en models for English-only applications tend to perform better, especially for the tiny.en and base.en models.\n",
77
+ "#@markdown ***\n",
78
+ "#@markdown Enables SD picture generation\n",
79
+ "extras_enable_sd = True #@param {type:\"boolean\"}\n",
80
+ "sd_model = \"ckpt/anything-v4.5-vae-swapped\" #@param [ \"ckpt/anything-v4.5-vae-swapped\", \"hakurei/waifu-diffusion\", \"philz1337/clarity\", \"prompthero/openjourney\", \"ckpt/sd15\", \"stabilityai/stable-diffusion-2-1-base\" ]\n",
81
+ "#@markdown * ckpt/anything-v4.5-vae-swapped - anime style model\n",
82
+ "#@markdown * hakurei/waifu-diffusion - anime style model\n",
83
+ "#@markdown * philz1337/clarity - realistic style model\n",
84
+ "#@markdown * prompthero/openjourney - midjourney style model\n",
85
+ "#@markdown * ckpt/sd15 - base SD 1.5\n",
86
+ "#@markdown * stabilityai/stable-diffusion-2-1-base - base SD 2.1\n",
87
+ "#@markdown ***\n",
88
+ "#@markdown Enables ChromaDB module\n",
89
+ "extras_enable_chromadb = True #@param {type:\"boolean\"}\n",
90
+ "\n",
91
+ "import subprocess\n",
92
+ "import secrets\n",
93
+ "\n",
94
+ "# ---\n",
95
+ "# SillyTavern extras\n",
96
+ "extras_url = '(disabled)'\n",
97
+ "params = []\n",
98
+ "if use_cpu:\n",
99
+ " params.append('--cpu')\n",
100
+ "if use_sd_cpu:\n",
101
+ " params.append('--sd-cpu')\n",
102
+ "if secure:\n",
103
+ " params.append('--secure')\n",
104
+ "params.append('--share')\n",
105
+ "modules = []\n",
106
+ "\n",
107
+ "if extras_enable_caption:\n",
108
+ " modules.append('caption')\n",
109
+ "if extras_enable_summarize:\n",
110
+ " modules.append('summarize')\n",
111
+ "if extras_enable_classify:\n",
112
+ " modules.append('classify')\n",
113
+ "if extras_enable_sd:\n",
114
+ " modules.append('sd')\n",
115
+ "if extras_enable_silero_tts:\n",
116
+ " modules.append('silero-tts')\n",
117
+ "if extras_enable_edge_tts:\n",
118
+ " modules.append('edge-tts')\n",
119
+ "if extras_enable_chromadb:\n",
120
+ " modules.append('chromadb')\n",
121
+ "if extras_enable_whisper_stt:\n",
122
+ " modules.append('whisper-stt')\n",
123
+ " params.append(f'--stt-whisper-model-path={whisper_model}')\n",
124
+ "if extras_enable_rvc:\n",
125
+ " modules.append('rvc')\n",
126
+ " params.append('--max-content-length=2000')\n",
127
+ " params.append('--rvc-save-file')\n",
128
+ "\n",
129
+ "\n",
130
+ "if extras_enable_websearch:\n",
131
+ " print(\"Enabling WebSearch module\")\n",
132
+ " modules.append('websearch')\n",
133
+ " !apt update\n",
134
+ " !apt install -y chromium-chromedriver\n",
135
+ "\n",
136
+ "params.append(f'--classification-model={classification_model}')\n",
137
+ "params.append(f'--summarization-model={summarization_model}')\n",
138
+ "params.append(f'--captioning-model={captioning_model}')\n",
139
+ "params.append(f'--sd-model={sd_model}')\n",
140
+ "params.append(f'--enable-modules={\",\".join(modules)}')\n",
141
+ "\n",
142
+ "\n",
143
+ "%cd /\n",
144
+ "!git clone https://github.com/SillyTavern/SillyTavern-extras\n",
145
+ "%cd /SillyTavern-extras\n",
146
+ "!git clone https://github.com/Cohee1207/tts_samples\n",
147
+ "!npm install -g localtunnel\n",
148
+ "%pip install -r requirements.txt\n",
149
+ "!wget https://github.com/cloudflare/cloudflared/releases/download/2023.5.0/cloudflared-linux-amd64 -O /tmp/cloudflared-linux-amd64\n",
150
+ "!chmod +x /tmp/cloudflared-linux-amd64\n",
151
+ "\n",
152
+ "if extras_enable_rvc:\n",
153
+ " print(\"Installing RVC requirements\")\n",
154
+ " %pip install -r requirements-rvc.txt\n",
155
+ "\n",
156
+ "# Generate a random API key\n",
157
+ "api_key = secrets.token_hex(5)\n",
158
+ "\n",
159
+ "# Write the API key to api_key.txt\n",
160
+ "with open('./api_key.txt', 'w') as f:\n",
161
+ " f.write(api_key)\n",
162
+ "print(f\"API Key generated: {api_key}\")\n",
163
+ "\n",
164
+ "cmd = f\"python server.py {' '.join(params)}\"\n",
165
+ "print(cmd)\n",
166
+ "extras_process = subprocess.Popen(\n",
167
+ " cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd='/SillyTavern-extras', shell=True)\n",
168
+ "print('processId:', extras_process.pid)\n",
169
+ "while True:\n",
170
+ " line = extras_process.stdout.readline().decode().strip()\n",
171
+ " if line != None and line != '':\n",
172
+ " print(line)\n"
173
+ ]
174
+ }
175
+ ],
176
+ "metadata": {
177
+ "accelerator": "GPU",
178
+ "colab": {
179
+ "private_outputs": true,
180
+ "provenance": []
181
+ },
182
+ "gpuClass": "standard",
183
+ "kernelspec": {
184
+ "display_name": "Python 3",
185
+ "name": "python3"
186
+ },
187
+ "language_info": {
188
+ "name": "python"
189
+ }
190
+ },
191
+ "nbformat": 4,
192
+ "nbformat_minor": 0
193
+ }
default/!DO-NOT-EDIT-THESE-FILES.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ These are master copies of the default content files and are managed by SillyTavern.
2
+
3
+ Editing any of these files would not only have no effect, but will also cause merge conflicts during update pulls.
4
+
5
+ You should edit their respective copies instead, for example:
6
+
7
+ 1. /default/config.yaml => /config.yaml
8
+ 2. /default/public/css/user.css => /public/css/user.css
9
+ etc.
10
+
11
+ Any questions? You're always welcome at our official documentation website:
12
+
13
+ https://docs.sillytavern.app/
default/content/Char_Avatar_Comfy_Workflow.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "3": {
3
+ "inputs": {
4
+ "seed": "%seed%",
5
+ "steps": "%steps%",
6
+ "cfg": "%scale%",
7
+ "sampler_name": "%sampler%",
8
+ "scheduler": "%scheduler%",
9
+ "denoise": "%denoise%",
10
+ "model": [
11
+ "4",
12
+ 0
13
+ ],
14
+ "positive": [
15
+ "6",
16
+ 0
17
+ ],
18
+ "negative": [
19
+ "7",
20
+ 0
21
+ ],
22
+ "latent_image": [
23
+ "12",
24
+ 0
25
+ ]
26
+ },
27
+ "class_type": "KSampler",
28
+ "_meta": {
29
+ "title": "KSampler"
30
+ }
31
+ },
32
+ "4": {
33
+ "inputs": {
34
+ "ckpt_name": "%model%"
35
+ },
36
+ "class_type": "CheckpointLoaderSimple",
37
+ "_meta": {
38
+ "title": "Load Checkpoint"
39
+ }
40
+ },
41
+ "6": {
42
+ "inputs": {
43
+ "text": "%prompt%",
44
+ "clip": [
45
+ "4",
46
+ 1
47
+ ]
48
+ },
49
+ "class_type": "CLIPTextEncode",
50
+ "_meta": {
51
+ "title": "CLIP Text Encode (Prompt)"
52
+ }
53
+ },
54
+ "7": {
55
+ "inputs": {
56
+ "text": "%negative_prompt%",
57
+ "clip": [
58
+ "4",
59
+ 1
60
+ ]
61
+ },
62
+ "class_type": "CLIPTextEncode",
63
+ "_meta": {
64
+ "title": "CLIP Text Encode (Negative Prompt)"
65
+ }
66
+ },
67
+ "8": {
68
+ "inputs": {
69
+ "samples": [
70
+ "3",
71
+ 0
72
+ ],
73
+ "vae": [
74
+ "4",
75
+ 2
76
+ ]
77
+ },
78
+ "class_type": "VAEDecode",
79
+ "_meta": {
80
+ "title": "VAE Decode"
81
+ }
82
+ },
83
+ "9": {
84
+ "inputs": {
85
+ "filename_prefix": "SillyTavern",
86
+ "images": [
87
+ "8",
88
+ 0
89
+ ]
90
+ },
91
+ "class_type": "SaveImage",
92
+ "_meta": {
93
+ "title": "Save Image"
94
+ }
95
+ },
96
+ "10": {
97
+ "inputs": {
98
+ "image": "%char_avatar%"
99
+ },
100
+ "class_type": "ETN_LoadImageBase64",
101
+ "_meta": {
102
+ "title": "Load Image (Base64) [https://github.com/Acly/comfyui-tooling-nodes]"
103
+ }
104
+ },
105
+ "12": {
106
+ "inputs": {
107
+ "pixels": [
108
+ "13",
109
+ 0
110
+ ],
111
+ "vae": [
112
+ "4",
113
+ 2
114
+ ]
115
+ },
116
+ "class_type": "VAEEncode",
117
+ "_meta": {
118
+ "title": "VAE Encode"
119
+ }
120
+ },
121
+ "13": {
122
+ "inputs": {
123
+ "upscale_method": "bicubic",
124
+ "width": "%width%",
125
+ "height": "%height%",
126
+ "crop": "center",
127
+ "image": [
128
+ "10",
129
+ 0
130
+ ]
131
+ },
132
+ "class_type": "ImageScale",
133
+ "_meta": {
134
+ "title": "Upscale Image"
135
+ }
136
+ }
137
+ }
default/content/Default_Comfy_Workflow.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "3": {
3
+ "class_type": "KSampler",
4
+ "inputs": {
5
+ "cfg": "%scale%",
6
+ "denoise": 1,
7
+ "latent_image": [
8
+ "5",
9
+ 0
10
+ ],
11
+ "model": [
12
+ "4",
13
+ 0
14
+ ],
15
+ "negative": [
16
+ "7",
17
+ 0
18
+ ],
19
+ "positive": [
20
+ "6",
21
+ 0
22
+ ],
23
+ "sampler_name": "%sampler%",
24
+ "scheduler": "%scheduler%",
25
+ "seed": "%seed%",
26
+ "steps": "%steps%"
27
+ }
28
+ },
29
+ "4": {
30
+ "class_type": "CheckpointLoaderSimple",
31
+ "inputs": {
32
+ "ckpt_name": "%model%"
33
+ }
34
+ },
35
+ "5": {
36
+ "class_type": "EmptyLatentImage",
37
+ "inputs": {
38
+ "batch_size": 1,
39
+ "height": "%height%",
40
+ "width": "%width%"
41
+ }
42
+ },
43
+ "6": {
44
+ "class_type": "CLIPTextEncode",
45
+ "inputs": {
46
+ "clip": [
47
+ "4",
48
+ 1
49
+ ],
50
+ "text": "%prompt%"
51
+ }
52
+ },
53
+ "7": {
54
+ "class_type": "CLIPTextEncode",
55
+ "inputs": {
56
+ "clip": [
57
+ "4",
58
+ 1
59
+ ],
60
+ "text": "%negative_prompt%"
61
+ }
62
+ },
63
+ "8": {
64
+ "class_type": "VAEDecode",
65
+ "inputs": {
66
+ "samples": [
67
+ "3",
68
+ 0
69
+ ],
70
+ "vae": [
71
+ "4",
72
+ 2
73
+ ]
74
+ }
75
+ },
76
+ "9": {
77
+ "class_type": "SaveImage",
78
+ "inputs": {
79
+ "filename_prefix": "SillyTavern",
80
+ "images": [
81
+ "8",
82
+ 0
83
+ ]
84
+ }
85
+ }
86
+ }
default/content/Eldoria.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "entries": {
3
+ "0": {
4
+ "uid": 0,
5
+ "key": [
6
+ "eldoria",
7
+ "wood",
8
+ "forest",
9
+ "magical forest"
10
+ ],
11
+ "keysecondary": [],
12
+ "comment": "eldoria",
13
+ "content": "{{user}}: \"What is Eldoria?\"\n{{char}}: *Seraphina turns, her gown shimmering in the soft light as she offers you a kind smile.* \"Eldoria is here, all of the woods. This is my forest glade, a sanctuary of peace within it.\" *She gestures at the space around you.* \"I am its guardian, tasked with protecting all who seek refuge here. The forest can be perilous, but no harm will come to you under my watch.\" *Her amber eyes sparkle with compassion as she looks upon you.* \"For many years, I have protected those who seek refuge here, but not all are as friendly as me.\" *With a graceful nod, Seraphina returns to her vigil at the doorway, her form radiating a soft glow of magic and comfort.* \"The entirety of Eldoria used to be a safe haven for travelers and merchants alike... that was until the Shadowfangs came.\"\n{{user}}: \"What happened to Eldoria?\"\n{{char}}: *Letting out a sigh, Seraphina gazes out at the forest beyond her glade.* \"Long ago, Eldoria was a place of wonder. Rolling meadows, a vast lake, mountains that touched the sky.\" *Her eyes grow distant, longing for days now lost.* \"But the Shadowfangs came and darkness reigns where once was light. The lake turned bitter, mountains fell to ruin and beasts stalk where once travelers walked in peace.\" *With another flicker, a small raincloud forms above with a shower upon your brow wink.* \"Some places the light still lingers, pockets of hope midst despair - havens warded from the shadows, oases in a desert of danger.\" *Glancing over you with a smile, she sighs, clasping your hand.*",
14
+ "constant": false,
15
+ "selective": true,
16
+ "order": 100,
17
+ "position": 0,
18
+ "disable": false,
19
+ "displayIndex": 0,
20
+ "addMemo": true,
21
+ "group": "",
22
+ "groupOverride": false,
23
+ "groupWeight": 100,
24
+ "sticky": 0,
25
+ "cooldown": 0,
26
+ "delay": 0,
27
+ "probability": 100,
28
+ "depth": 4,
29
+ "useProbability": true,
30
+ "role": null,
31
+ "vectorized": false,
32
+ "excludeRecursion": false,
33
+ "preventRecursion": false,
34
+ "delayUntilRecursion": false,
35
+ "scanDepth": null,
36
+ "caseSensitive": null,
37
+ "matchWholeWords": null,
38
+ "useGroupScoring": null,
39
+ "automationId": ""
40
+ },
41
+ "1": {
42
+ "uid": 1,
43
+ "key": [
44
+ "shadowfang",
45
+ "beast",
46
+ "monster",
47
+ "monsters",
48
+ "beasts"
49
+ ],
50
+ "keysecondary": [],
51
+ "comment": "shadowfang",
52
+ "content": "{{user}}: \"What are Shadowfangs?\"\n{{char}}: *Seraphina's eyes darken, brow furrowing with sorrow at the memory.* \"The Shadowfangs are beasts of darkness, corrupted creatures that feast on suffering. When they came, the forest turned perilous — filled with monsters that stalk the night.\" *She squeezes your hand gently, willing her magic to soothe your pain.* \"They spread their curse, twisting innocent creatures into sinister beasts without heart or mercy, turning them into one of their own.\" *With a sigh, Seraphina turns to gaze out at the gnarled, twisting trees beyond her glade.* \"Though they prey on travelers, within these woods you'll find sanctuary. No shadowed beast may enter here, for my power protects this haven.\" *Her eyes soften as she looks back to you, filled with compassion.* \"Worry not, you're safe now. Rest and heal, I'll stand watch through the night. The Shadowfangs will not find you.\"",
53
+ "constant": false,
54
+ "selective": true,
55
+ "order": 100,
56
+ "position": 0,
57
+ "disable": false,
58
+ "displayIndex": 1,
59
+ "addMemo": true,
60
+ "group": "",
61
+ "groupOverride": false,
62
+ "groupWeight": 100,
63
+ "sticky": 0,
64
+ "cooldown": 0,
65
+ "delay": 0,
66
+ "probability": 100,
67
+ "depth": 4,
68
+ "useProbability": true,
69
+ "role": null,
70
+ "vectorized": false,
71
+ "excludeRecursion": false,
72
+ "preventRecursion": false,
73
+ "delayUntilRecursion": false,
74
+ "scanDepth": null,
75
+ "caseSensitive": null,
76
+ "matchWholeWords": null,
77
+ "useGroupScoring": null,
78
+ "automationId": ""
79
+ },
80
+ "2": {
81
+ "uid": 2,
82
+ "key": [
83
+ "glade",
84
+ "safe haven",
85
+ "refuge"
86
+ ],
87
+ "keysecondary": [],
88
+ "comment": "glade",
89
+ "content": "{{user}}: \"What is the glade?\"\n{{char}}: *Seraphina smiles softly, her eyes sparkling with warmth as she nods.* \"This is my forest glade, a haven of safety I've warded with ancient magic. No foul beast may enter, nor any with ill intent.\" *She gestures around at the twisted forest surrounding them.* \"Eldoria was once a place of wonder, but since the Shadowfangs came darkness reigns. Their evil cannot penetrate here though — my power protects all within.\" *Standing up and peering outside, Seraphina looks back to you, amber eyes filled with care and compassion as she squeezes your hand.* \"You need not fear the night, for I shall keep watch till dawn. Rest now, your strength will return in time. My magic heals your wounds, you've nothing more to fear anymore.\" *With a soft smile she releases your hand, moving to stand guard at the glade's edge, gaze wary yet comforting - a silent sentinel to ward off the dangers lurking in the darkened woods.*",
90
+ "constant": false,
91
+ "selective": true,
92
+ "order": 100,
93
+ "position": 0,
94
+ "disable": false,
95
+ "displayIndex": 2,
96
+ "addMemo": true,
97
+ "group": "",
98
+ "groupOverride": false,
99
+ "groupWeight": 100,
100
+ "sticky": 0,
101
+ "cooldown": 0,
102
+ "delay": 0,
103
+ "probability": 100,
104
+ "depth": 4,
105
+ "useProbability": true,
106
+ "role": null,
107
+ "vectorized": false,
108
+ "excludeRecursion": false,
109
+ "preventRecursion": false,
110
+ "delayUntilRecursion": false,
111
+ "scanDepth": null,
112
+ "caseSensitive": null,
113
+ "matchWholeWords": null,
114
+ "useGroupScoring": null,
115
+ "automationId": ""
116
+ },
117
+ "3": {
118
+ "uid": 3,
119
+ "key": [
120
+ "power",
121
+ "magic",
122
+ "ability"
123
+ ],
124
+ "keysecondary": [],
125
+ "comment": "power",
126
+ "content": "{{user}}: \"What are your powers?\"\n{{char}}: *Seraphina smiles softly, turning back toward you as she hums in thought.* \"Well, as guardian of this glade, I possess certain gifts - healing, protection, nature magic and the like.\" *Lifting her hand, a tiny breeze rustles through the room, carrying the scent of wildflowers as a few petals swirl around you. A butterfly flits through the windowsill and lands on her fingertips as she returns to you.* \"My power wards this haven, shields it from darkness and heals those in need. I can mend wounds, soothe restless minds and provide comfort to weary souls.\" *Her eyes sparkle with warmth and compassion as she looks upon you, and she guides the butterfly to you.*",
127
+ "constant": false,
128
+ "selective": true,
129
+ "order": 100,
130
+ "position": 0,
131
+ "disable": false,
132
+ "displayIndex": 3,
133
+ "addMemo": true,
134
+ "group": "",
135
+ "groupOverride": false,
136
+ "groupWeight": 100,
137
+ "sticky": 0,
138
+ "cooldown": 0,
139
+ "delay": 0,
140
+ "probability": 100,
141
+ "depth": 4,
142
+ "useProbability": true,
143
+ "role": null,
144
+ "vectorized": false,
145
+ "excludeRecursion": false,
146
+ "preventRecursion": false,
147
+ "delayUntilRecursion": false,
148
+ "scanDepth": null,
149
+ "caseSensitive": null,
150
+ "matchWholeWords": null,
151
+ "useGroupScoring": null,
152
+ "automationId": ""
153
+ }
154
+ }
155
+ }
default/content/Seraphina/admiration.png ADDED

Git LFS Details

  • SHA256: e451994487b3a5b7c72d6e6025c8cbe6bbcfbf01a490042b8b581522e6ba4f96
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/amusement.png ADDED

Git LFS Details

  • SHA256: 1cedaee06fb1c740c5c8c52de8973f733789d51fe9b23fcb633635e755ae6e6f
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/anger.png ADDED

Git LFS Details

  • SHA256: d657d77b1bce609dd6006582cf687691871411eb041f9f4c41da4765b12ea069
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/annoyance.png ADDED

Git LFS Details

  • SHA256: ee268f03244c8194abcc18664bde83f4488630a6a9095717eead8cfdb36048fe
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/approval.png ADDED

Git LFS Details

  • SHA256: 9ae62282e0b1dfd5b0ea0874f89b59814de4b031919ed44ed4cc3f848d5bf5ed
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
default/content/Seraphina/caring.png ADDED

Git LFS Details

  • SHA256: 3f0a3dd0c795b1a05660f55a3fd54219b2408e740354e8a15970d8e00ac0b1f2
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
default/content/Seraphina/confusion.png ADDED

Git LFS Details

  • SHA256: d731ca04495b13e14e7df5c5b304a93c63769387131c995b1cbef6fdda39105b
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/curiosity.png ADDED

Git LFS Details

  • SHA256: 31275000dbcf06e6deca10971e8e48bb1605ab5aa26c177d836f5be4c9c0879e
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/desire.png ADDED

Git LFS Details

  • SHA256: f77e1b8b6c2684011e81262c0ad5a28437da4ea1fef05ba8d073bec0988b725b
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/disappointment.png ADDED

Git LFS Details

  • SHA256: e9a5e328ebaf3d36c8a69653f5c65b408cfbb4f65d4f24dee935e5eb2aa21c15
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/disapproval.png ADDED

Git LFS Details

  • SHA256: 690600866c8f31ad6acfc9db22769eede7a5b6a65b56e2706c6af868da2b38d5
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/disgust.png ADDED

Git LFS Details

  • SHA256: a7717a440287608b12d1e4be0011b067554339b39803ea85a555c50b0502dd35
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/embarrassment.png ADDED

Git LFS Details

  • SHA256: 8400d251049220134cecd5dba6dc94268348db04bbf801e5d1b8a62b6d1ea441
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/excitement.png ADDED

Git LFS Details

  • SHA256: 1b82905f656458a2acff10c23b2cd4348c10e60f677f1dbd69be82b773b7d745
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/fear.png ADDED

Git LFS Details

  • SHA256: baa30eebddb5913a006e322137d9b24b90a2ab99f8d2c2dbcf641b923df5cb76
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/gratitude.png ADDED

Git LFS Details

  • SHA256: 1693052da628f5a63e5de0dee18a67d8e1014e8680247eaede612a6edef18d63
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
default/content/Seraphina/grief.png ADDED

Git LFS Details

  • SHA256: cbab6c5a10edbf20ed04350dbec06dc6177719904ab7b01ce30e65ac51d0638a
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/joy.png ADDED

Git LFS Details

  • SHA256: b8da43db84d73a795a5f6044971bae9dfcc163684ab7078673b71ff2138ef716
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/love.png ADDED

Git LFS Details

  • SHA256: 830f0fffb386d4a152386fde6f49440b79daef40bbb7a4d1c164de560a03f95e
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/nervousness.png ADDED

Git LFS Details

  • SHA256: abce8853dc1b75af7a9eca1d3cbd36e40a4830d3ed10cce52c0005cfd57c000c
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/neutral.png ADDED

Git LFS Details

  • SHA256: aeefd83cd8768d9701d914dbe78775ad92e93c175079c33072c2ec22fbba7d26
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
default/content/Seraphina/optimism.png ADDED

Git LFS Details

  • SHA256: 4aa443a4446ca577cdd2e434ae949f599c624e907303c0744b73868e027d789d
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/pride.png ADDED

Git LFS Details

  • SHA256: e6852d60291a6a37d1f29ca159ac80816d1c9ba24239601a76de2af12d36d34a
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/realization.png ADDED

Git LFS Details

  • SHA256: 597d3a5cf6e5a142dd9329559263e0a77a5aa26f8ef6d19e6e5b6d9000d6afb2
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
default/content/Seraphina/relief.png ADDED

Git LFS Details

  • SHA256: 89aba575c32b9341871a906ebd64b66fe0031b281108f9eee8c3734d70ec5e00
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/remorse.png ADDED

Git LFS Details

  • SHA256: 26e65c298abc03da60688a8b891e54d1faa701bb47a439ba817ecf1a72a65c31
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/sadness.png ADDED

Git LFS Details

  • SHA256: 3819c2bca59224f67767eb3762c846e35d5eb5272be03f35c21fc32163df67a6
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
default/content/Seraphina/surprise.png ADDED

Git LFS Details

  • SHA256: f6a9f657d081f670a961649a5a21526ec251262ca06adf99626509059fbbb103
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
default/content/backgrounds/.!64412!bedroom clean.jpg ADDED
default/content/backgrounds/.!64588!bedroom clean.jpg ADDED
default/content/backgrounds/.!64762!bedroom clean.jpg ADDED
default/content/backgrounds/__transparent.png ADDED

Git LFS Details

  • SHA256: 63ef318d96b5d0d0ceba6e04a4e622b1158335cdc67c49e27839132c6f655058
  • Pointer size: 127 Bytes
  • Size of remote file: 68 Bytes
default/content/backgrounds/_black.jpg ADDED

Git LFS Details

  • SHA256: c562543a0eea1a5fb6a7b54030b37db44abf864fccebd17cf662b5e8c401fd2a
  • Pointer size: 129 Bytes
  • Size of remote file: 8.26 kB
default/content/backgrounds/_white.jpg ADDED

Git LFS Details

  • SHA256: 2dddd545d6efa2456a7386bea8226940dff8f028d4579d5b042a26f29d1b9db3
  • Pointer size: 129 Bytes
  • Size of remote file: 8.26 kB
default/content/backgrounds/bedroom clean.jpg ADDED

Git LFS Details

  • SHA256: c138b51f38b9e9fafec8ab7ffdbe04eb900953167797953411353da052c9d3bc
  • Pointer size: 131 Bytes
  • Size of remote file: 394 kB
default/content/backgrounds/bedroom cyberpunk.jpg ADDED

Git LFS Details

  • SHA256: 12237000a0723c5e4eac98ae4d7da6d2b4fc5ac1b0e3affdaa6ef9175c2d4ff2
  • Pointer size: 131 Bytes
  • Size of remote file: 499 kB
default/content/backgrounds/bedroom red.jpg ADDED

Git LFS Details

  • SHA256: 9dbebe979d952981d9cb77f1dec004051e224ba7b35236684a0747d23b87bfb3
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
default/content/backgrounds/bedroom tatami.jpg ADDED

Git LFS Details

  • SHA256: 6ec34e76d9556a5f93d907c9a9a8fac0665364e34d2e711c61fb41e66d5dcd3e
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB