Juha Jeronen
8f71af9e48
wording
2024-01-10 17:20:42 +02:00
Juha Jeronen
83398d6391
add a boolean to the postprocessor example to deconfuse pythonistas
2024-01-10 17:18:58 +02:00
Juha Jeronen
c22812563a
document new API endpoints
2024-01-10 17:16:12 +02:00
Juha Jeronen
6fe50d7125
wording
2024-01-10 17:16:05 +02:00
Juha Jeronen
338bb9f7e5
consistency
2024-01-10 16:55:21 +02:00
Juha Jeronen
1ec1bcf74a
explain very briefly in README what the manual poser is
2024-01-10 00:38:17 +02:00
Juha Jeronen
9cdbbfe937
update description again, maybe better now
2024-01-10 00:31:47 +02:00
Juha Jeronen
28e6c9d308
update description
2024-01-10 00:30:10 +02:00
Juha Jeronen
5f2cc0637e
formatting consistency
2024-01-10 00:28:00 +02:00
Juha Jeronen
ea835ed61b
newline
2024-01-10 00:27:16 +02:00
Juha Jeronen
a1f36f3547
add new talkinghead options to README
2024-01-10 00:25:39 +02:00
Juha Jeronen
bac0d48f6c
update description of talkinghead API endpoints in main README
2024-01-10 00:19:16 +02:00
Juha Jeronen
964ebc8191
fix heading level
2024-01-10 00:19:06 +02:00
Juha Jeronen
fe81d56f15
update section on talkinghead in main README
2023-12-31 04:03:12 +02:00
Cohee
98535e6fa3
Add links to search results
2023-12-11 23:52:25 +02:00
Cohee
aded5b4363
Add support for DuckDuckGo search engine in web search API
2023-11-28 22:39:35 +02:00
Cohee
05cab1c918
Add websearch module
2023-11-28 20:36:02 +02:00
Cohee
085b0a849d
Update README.md
2023-11-20 15:44:41 +02:00
Cohee
1c868a693b
Update README.md
2023-11-16 14:46:01 +02:00
Cohee
73eeef63bc
#183 Rework requirement files
2023-11-16 14:11:16 +02:00
Cohee
cbf3c944ac
Update README.md
2023-10-13 22:02:15 +03:00
Cohee
debdc3192d
Update README.md
2023-09-05 15:30:50 +03:00
Cohee
fbc01f0cc5
Merge branch 'main' into neo
2023-08-29 20:25:24 +03:00
joe
7ad0bb5598
live2d -> talkinghead name change
2023-08-11 06:50:59 +09:00
Cohee
de0096722a
Update README.md
2023-08-09 18:02:36 +03:00
Cohee
fa393d286b
Update README.md
2023-08-09 18:01:46 +03:00
Cohee
36e6bfaf44
Merge branch 'main' into neo
2023-08-05 15:29:50 +03:00
joe
b22ec91fba
Updated Readme for Coqui and Live2d
2023-08-01 07:25:25 +09:00
SillyLossy
9b1e3d1250
Add coqui model preload
2023-07-26 22:49:44 +03:00
SillyLossy
30a2424e8f
Fix global var access for coqui
2023-07-26 22:27:15 +03:00
Cohee
b5d35f470f
Migrate coqui module to neo branch
2023-07-25 17:08:05 +03:00
Cohee
0091b76297
README for neo branch
2023-07-25 17:03:27 +03:00
Cohee
7ceddbd327
Update README.md
2023-07-25 14:25:47 +03:00
Cohee
09b6450bec
Update README.md
2023-07-25 13:04:25 +03:00
Cohee
eba02d4f23
Update README.md
2023-07-22 21:22:13 +03:00
SillyLossy
079f86838b
Add Apple instructions to README
2023-06-28 23:12:10 +03:00
SillyLossy
5b8d9e2c92
[Feature request] Specify which GPU to use if CUDA is selected as a command line argument. #65
2023-06-26 11:24:05 +03:00
SillyLossy
6386caabec
Fix CUDA mode.
2023-06-22 12:15:31 +03:00
SillyLossy
db0b232903
Extra modules (except SD) now use CPU by default
2023-06-18 21:51:31 +03:00
SillyLossy
d146ad5bc6
Merge branch 'main' of http://github.com/Cohee1207/SillyTavern-extras
2023-06-13 13:56:11 +03:00
SillyLossy
453e850d41
Remove outdated modules from readme
2023-06-13 13:55:59 +03:00
Cohee
09863be665
Update README.md
2023-06-13 01:05:56 +03:00
bucketcat
1d499ce071
Update README.md
2023-06-12 16:57:58 +00:00
SillyLossy
bb0ae04976
Add rate to Edge TTS
2023-06-10 15:37:37 +03:00
Cohee
3e349df526
Update README.md
2023-06-09 18:45:37 +03:00
SillyLossy
c9e1ced4f2
Add editorconfig
2023-06-04 12:40:36 +03:00
SillyLossy
a707dd02ff
[Feature] Edge Text to speech #34
2023-06-04 12:38:36 +03:00
SillyLossy
a0000347e9
Remove unused modules
2023-06-04 01:58:49 +03:00
kingbri
8381305f70
Server: Add API key for security
...
When the extras server was hosted publicly, there was a huge security
risk of anyone finding a cloudflare tunnel URL and directly querying
API routes.
However, this had a simple solution of implementing middleware to check
if a generated API key is valid. Since the server is simple, the API
key is a string of bytes stored in a textfile. If that textfile is
deleted, extras will automatically create a new API key/textfile.
Additionally, this is enabled via an optional argument to prevent
local user irritation.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-02 22:26:54 -04:00
Cohee
f011989b25
Update README.md
2023-05-30 23:09:24 +03:00