Commit Graph

216 Commits

Author SHA1 Message Date
SillyLossy
eb7c4b68ff #53 Fix buffering of SD output image 2023-06-11 13:42:30 +03: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
34b1b3afda Add response compression 2023-06-04 15:00:13 +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
SillyLossy
befdc746c5 Remote ChromaDB REST api errors #42 2023-06-04 01:37:33 +03:00
Cohee
0f21d004d2 Merge pull request #44 from bdashore3/main 2023-06-03 13:39:12 +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
SillyLossy
1490dfe965 Add chroma to gitignore 2023-06-02 21:24:46 +03:00
Cohee
889137f9e8 Merge pull request #41 from BlipRanger/main
Add persistence to chromadb
2023-05-31 01:34:42 +03:00
BlipRanger
bf59b363ca Add persistence to chromadb
Saves chromadb to specified persistence folder (with default being .chroma_db). Purge correctly purges persistence folder.
2023-05-30 18:14:00 -04:00
Cohee
f011989b25 Update README.md 2023-05-30 23:09:24 +03:00
Cohee
6a65169109 Update README.md 2023-05-30 23:08:13 +03:00
Cohee
6ec01e8b48 Merge pull request #39 from bdashore3/main
Add support for ChromaDB instances on the local network
2023-05-30 20:39:51 +03:00
kingbri
6f94638f76 Update README
Signed-off-by: kingbri <bdashore3@proton.me>
2023-05-30 13:32:47 -04:00
kingbri
05535f6b94 ChromaDB: Add connection to a remote server
ChromaDB can be run in a remote context using docker. However, there
is no inbuilt authentication solution yet according to the documentation.

Therefore, this method is only useful if a user want to connect to an
unauthenticated ChromaDB instance. Only use this on a local network
or with mesh solutions such as Tailscale/Zerotier.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-05-30 13:08:56 -04:00
Cohee
01f35a1f21 Merge pull request #38 from BlipRanger/main 2023-05-29 20:38:38 +03:00
BlipRanger
9658808773 Add import / export functions for chromadb
Adds a quick way to dump all of the chromadb content for a given chat to a json file.
2023-05-29 13:08:07 -04:00
Cohee
7a525075a9 Merge pull request #36 from ramblingcoder/main
Docker support
2023-05-28 19:20:49 +03:00
ramblingcoder
a3035897d0 Update readme.md
correcting docker compose up to docker compose build
2023-05-28 09:21:01 -05:00
ramblingcoder
9622b04756 Create readme.md for docker 2023-05-28 09:11:44 -05:00
ramblingcoder
6512aa6fc3 Create Dockerfile 2023-05-28 09:10:41 -05:00
ramblingcoder
630f9a0054 Create docker-compose.yml 2023-05-28 09:10:08 -05:00
SillyLossy
8d402fa02d Add sentence transformers to requirements-complete 2023-05-23 15:43:20 +03:00
SillyLossy
0d69fb0406 Add chromadb purge method 2023-05-23 00:29:56 +03:00
Cohee
49f119bbe7 Update README.md 2023-05-18 14:03:42 +03:00
Cohee
017e536afd Merge pull request #27 from sanskar-mk2/main
Black formatter
2023-05-18 13:59:33 +03:00
Sanskar Tiwari
b050456016 UPPER constant 2023-05-18 11:12:06 +05:30
Sanskar Tiwari
7123fc2e89 run pipelines.py through formatter 2023-05-18 10:35:30 +05:30
Sanskar Tiwari
c59cf665cf typos 2023-05-18 10:28:33 +05:30
Sanskar Tiwari
4c6ae72d94 move constants and run through black 2023-05-18 10:27:25 +05:30
Cohee
44a95ed683 Merge pull request #26 from maceter/feature/chromadb 2023-05-17 23:24:19 +03:00
Mark Ceter
71013c381f Add arbitrary metadata to message 2023-05-17 18:37:22 +00:00
Mark Ceter
20e988890d Actualize docs 2023-05-17 17:16:24 +00:00
Mark Ceter
ed43eb0aa5 Remove debug print 2023-05-17 17:13:57 +00:00
Mark Ceter
6c281c3b59 Add chromadb 2023-05-17 17:10:16 +00:00
SillyLossy
586f6dbd74 Add restore faces and HR fix to remote SD 2023-05-17 16:20:36 +03:00
SillyLossy
a3cedf5ffb Up quality of SD images a bit 2023-05-17 14:28:39 +03:00
SillyLossy
0a97211137 Fix SD scale float type matching 2023-05-17 13:55:39 +03:00
SillyLossy
8a2eb6ac07 Update gitignore 2023-05-13 21:38:01 +03:00
SillyLossy
8b2bd7bc1e Downgrade CUDA version and pin 11.7 to torchaudio 2023-05-13 19:35:37 +03:00
SillyLossy
a286785f17 Update CUDA version for colab 2023-05-12 01:12:50 +03:00
Cohee
65b1547d74 Update README.md 2023-05-12 00:35:41 +03:00
SillyLossy
42767bd6e8 Add Silero TTS server 2023-05-12 00:31:50 +03:00
SillyLossy
782694afe2 Replace default emotion model 2023-05-09 10:50:29 +03:00
SillyLossy
b9eb80e460 Lock torch versions in conda install string 2023-05-09 00:11:59 +03:00
Cohee
df798cde35 Update README.md 2023-05-05 16:04:31 +03:00
Cohee
945211425c Update .gitignore 2023-05-05 16:03:24 +03:00