Commit Graph

663 Commits

Author SHA1 Message Date
mrguymiah
266a354895 Update readme.md
Added a note for Docker environments that utilize their own templating system instead of the docker-compose.yaml file.
2024-04-02 21:21:46 -04:00
mrguymiah
1a23da4131 Update docker-compose.yml
Additional documentation for the entrypoint command.
2024-04-02 21:18:32 -04:00
mrguymiah
26512a00bd Update docker-compose.yml
Added an example to the Entrypoint documentation.
2024-04-02 21:10:40 -04:00
mrguymiah
01960773a1 Update docker-compose.yml
Added additional documentation for requirements, the different options, how to format the requirements, removed the MODULES argument, added commented lines for additional volume for the RVC module (Known to still be missing some. Experimentation required.), change the final "command" to "entrypoint" and add documentation.
2024-04-02 21:09:41 -04:00
mrguymiah
c3529a5fed Delete docker/docker-complete directory 2024-04-02 20:30:20 -04:00
mrguymiah
1022c9487a Create Dockerfile 2024-04-02 20:26:49 -04:00
mrguymiah
71d2115a50 Update Dockerfile
1. Removes the MODULES ARG.
2. Replaces the final CMD with ENTRYPOINT. This allows the modules to be selected at run time of the docker, rather than compile time of the image.
2024-04-02 20:05:45 -04:00
Cohee
285e90f8df Merge pull request #232 from MNarath1/fixrvcindocker
Add ffmpeg package to dockerimage
2024-04-02 01:02:16 +03:00
MNarath
0a6ffb5de2 adds ffmpeg package to docker for rvc
Package is required for RVC to work correctly in docker container
2024-04-01 23:53:04 +02:00
Cohee
48f45ab3eb Update docker-compose.yml 2024-03-30 14:44:28 +02:00
Cohee
5b35e91e01 Merge pull request #227 from pevepeve/patch-1
Update script.py -- fixing UnicodeEncodeError: 'charmap' codec can't …
2024-02-19 17:00:11 +02:00
pevepeve
3167383edb Update script.py -- fixing UnicodeEncodeError: 'charmap' codec can't encode character '\u2212' in position 1433: character maps to <undefined> 2024-02-19 15:15:06 +03:00
Cohee
fe9bff4137 Merge pull request #222 from Technologicat/readme-mention-embeddings
Update README
2024-01-31 15:36:31 +02:00
Juha Jeronen
13649b5179 fix thinko/typo 2024-01-31 14:10:30 +02:00
Juha Jeronen
26c114b571 update the README 2024-01-31 11:50:20 +02:00
Juha Jeronen
d9e3064c32 add one more item to talkinghead TODO 2024-01-31 09:43:52 +02:00
Cohee
9fae328a39 Merge pull request #221 from Technologicat/talkinghead-next6
Talkinghead next6, also vector DB embeddings
2024-01-24 16:37:19 +02:00
Juha Jeronen
af873577f7 report number of items the embedding is being computed for
(since SentenceTransformer doesn't show that in the progress bar)
2024-01-24 16:31:47 +02:00
Juha Jeronen
09c007b96c add clarifying progress message 2024-01-24 15:44:33 +02:00
Juha Jeronen
0e506b1ce8 add vector embeddings provider 2024-01-24 15:12:15 +02:00
Juha Jeronen
1b1ae11c70 cleanliness 2024-01-24 15:12:04 +02:00
Juha Jeronen
9774a8c6f7 update TODO 2024-01-22 09:50:20 +02:00
Juha Jeronen
d03904691f update TODO 2024-01-21 21:56:51 +02:00
Juha Jeronen
e53f65b13e add analog_distort filter 2024-01-21 02:42:52 +02:00
Juha Jeronen
2b4fe3711f add shift_distort filter 2024-01-21 01:43:28 +02:00
Cohee
c8f6df22b0 Merge pull request #219 from Technologicat/talkinghead-next5
Talkinghead next5
2024-01-20 19:33:32 +02:00
Cohee
165f1b7d68 Merge pull request #218 from ContinuumOperand/patch-1
Small typo at README.md
2024-01-20 19:29:03 +02:00
Juha Jeronen
870bb2a814 update TODO
Dump one more bug into the issue tracker.
https://github.com/SillyTavern/SillyTavern/issues/1720
2024-01-20 03:53:09 +02:00
Juha Jeronen
86fd1fa441 update TODO
Dump bugs to issue tracker, where they belongs.

https://github.com/SillyTavern/SillyTavern/issues/1718
https://github.com/SillyTavern/SillyTavern/issues/1719
2024-01-20 03:28:14 +02:00
Juha Jeronen
6193074785 update TODO 2024-01-20 02:46:20 +02:00
Juha Jeronen
cbb3d060be postproc: brightness filters, without affecting translucency 2024-01-20 02:45:52 +02:00
Juha Jeronen
16c341f334 add some colorspace conversion utils (ITU-R Rec. 709 a.k.a. "HDTV") 2024-01-20 02:45:02 +02:00
Juha Jeronen
d51e4667a1 render time now excludes postprocessing time, reported separately
Total render time per frame = reported render time + reported postproc time
2024-01-20 02:44:24 +02:00
Juha Jeronen
a3e8776d39 move list of missing tooltips to https://github.com/SillyTavern/SillyTavern/issues/1717 2024-01-19 14:53:06 +02:00
Juha Jeronen
f66aff2e4a wording 2024-01-18 23:07:39 +02:00
Juha Jeronen
a6e8f0823c update README 2024-01-18 23:05:28 +02:00
Juha Jeronen
c0d8a35834 log image size in postprocessor 2024-01-18 22:33:38 +02:00
Juha Jeronen
2363a2258c update docs 2024-01-18 22:33:31 +02:00
Juha Jeronen
01ad63221c provide example animator.json (with default settings) 2024-01-18 22:27:37 +02:00
Juha Jeronen
e69f8c46d5 variable naming 2024-01-18 22:04:02 +02:00
Juha Jeronen
1b4badf5c6 support talkinghead/animator.json at the server side
Tested and working. Still need to update the docs.
2024-01-18 20:07:26 +02:00
Juha Jeronen
c15df0c43f we don't really need normpath here 2024-01-18 20:07:15 +02:00
Juha Jeronen
dbeccc1f4e update TODO 2024-01-18 20:06:21 +02:00
Juha Jeronen
29d1fc330c add a simple crop filter (after posing since THA3 needs 512x512) 2024-01-18 16:42:26 +02:00
Juha Jeronen
79f6234149 VHS glitch filter: add hold duration options 2024-01-18 16:08:34 +02:00
Juha Jeronen
65190b4e8a update TODO 2024-01-18 16:08:12 +02:00
Juha Jeronen
18d9c57e08 update README 2024-01-18 16:08:01 +02:00
Juha Jeronen
d8350e451c improve docstrings/comments 2024-01-18 14:40:02 +02:00
Juha Jeronen
07b1f97b37 fix small bug 2024-01-18 14:35:01 +02:00
Juha Jeronen
10b01cb1b8 update desc 2024-01-18 14:22:29 +02:00