687 Commits

Author SHA1 Message Date
Cohee
fdc1ec04b6 Merge pull request #247 from ArrangingFear56/main
Implementation for faster-whisper
2024-12-10 18:23:39 +02:00
ArrangingFear56
028b798073 Update README.md 2024-12-11 00:21:29 +08:00
ArrangingFear56
fe91e0742f changed name of requirements of faster whisper to fit in line with the rest of the requirements 2024-12-11 00:19:18 +08:00
ArrangingFear56
97251b1a0c Update README.md 2024-12-10 01:23:34 +08:00
ArrangingFear56
6435ea40f1 change default computing types for different devices 2024-12-10 01:23:13 +08:00
ArrangingFear56
d86a8622c3 modified server.py for ease of choosing faster-whisper-device 2024-12-10 01:03:49 +08:00
ArrangingFear56
dbec27b18a added arguments for faster-whisper usage without breaking original whisper implementation 2024-12-10 00:55:46 +08:00
ArrangingFear56
2ef37240b9 Revert "Update whisper_module.py"
This reverts commit f3cb6c330b.
2024-12-10 00:08:53 +08:00
ArrangingFear56
f3cb6c330b Update whisper_module.py 2024-12-09 20:37:48 +08:00
ArrangingFear56
23e8a2cf43 Revert "Add files via upload"
This reverts commit 2fbbe98eda.
2024-12-09 20:30:01 +08:00
ArrangingFear56
6b3c1a3dd2 Update fasterWhisperRequirements.txt 2024-12-09 17:16:35 +08:00
ArrangingFear56
2fbbe98eda Add files via upload 2024-12-09 17:12:04 +08:00
ArrangingFear56
ea996b1957 Delete modules/whisper_module.py 2024-12-09 17:11:52 +08:00
ArrangingFear56
24d025af0b Add files via upload 2024-12-09 17:11:29 +08:00
ArrangingFear56
5903207281 Delete whisper_module.py 2024-12-09 17:11:09 +08:00
ArrangingFear56
9d55444995 Add files via upload 2024-12-09 17:09:56 +08:00
Cohee
edee9dcd85 Add error handing to emotion RVC mode 2024-08-28 20:43:20 +03:00
Cohee
3d40acaacc Pass seed and clip skip to SD 2024-05-30 20:21:51 +03:00
Cohee
1d82f3a860 Update README.md 2024-04-24 17:17:40 +03:00
Cohee
86793c6e10 Merge pull request #236 from MNarath1/fixdockervolumes 2024-04-07 13:40:00 +03:00
MNarath
ec3f5358e3 fixes data/models/rvc volume in container 2024-04-07 09:16:14 +02:00
Cohee
a6891b1488 Merge pull request #235 from MNarath1/ignore-cache
gitignores the cache directory that gets created as a volume for the docker
2024-04-05 22:41:04 +03:00
MNarath
d873bcbc8c gitignore cache 2024-04-05 21:31:34 +02:00
Cohee
455670e8b9 Merge pull request #233 from mrguymiah/main
Update Docker Instructions
2024-04-03 11:16:14 +03:00
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