Commit Graph

  • 40f52fa8d1 Added convert.sh lightmare 2023-02-07 20:43:13 +0000
  • f62a3675aa Added convert.sh lightmare 2023-02-07 20:43:13 +0000
  • 6ebdde58f0 (finally) added the CVVP model weigh slider, latents export more data too for weighing against CVVP mrq 2023-02-07 20:55:56 +0000
  • e45e4431d1 (finally) added the CVVP model weigh slider, latents export more data too for weighing against CVVP mrq 2023-02-07 20:55:56 +0000
  • 1ebe05cdbd Added convert.sh lightmare 2023-02-07 20:43:13 +0000
  • 37ae1be6d5 Fixed spelling error in api.format_conditioning lightmare 2023-02-07 19:46:02 +0000
  • f7274112c3 un-hardcoded input output sampling rates (changing them "works" but leads to wrong audio, naturally) mrq 2023-02-07 18:34:29 +0000
  • 793515772a un-hardcoded input output sampling rates (changing them "works" but leads to wrong audio, naturally) mrq 2023-02-07 18:34:29 +0000
  • 55058675d2 (maybe) fixed an issue with using prompt redactions (emotions) on CPU causing a crash, because for some reason the wav2vec_alignment assumed CUDA was always available mrq 2023-02-07 07:51:05 -0600
  • 5f934c5feb (maybe) fixed an issue with using prompt redactions (emotions) on CPU causing a crash, because for some reason the wav2vec_alignment assumed CUDA was always available mrq 2023-02-07 07:51:05 -0600
  • 328deeddae forgot to auto compute batch size again if set to 0 mrq 2023-02-06 23:14:17 -0600
  • d6b5d67f79 forgot to auto compute batch size again if set to 0 mrq 2023-02-06 23:14:17 -0600
  • 6475045f87 changed ROCm pip index URL from 5.2 to 5.1.1, because it's what worked for me desu mrq 2023-02-06 22:52:40 -0600
  • 66cc6e2791 changed ROCm pip index URL from 5.2 to 5.1.1, because it's what worked for me desu mrq 2023-02-06 22:52:40 -0600
  • 5d76d47a49 added shell scripts for linux, wrapped sorted() for voice list, I guess mrq 2023-02-06 21:54:31 -0600
  • 6515d3b6de added shell scripts for linux, wrapped sorted() for voice list, I guess mrq 2023-02-06 21:54:31 -0600
  • 3b56c437aa fixed combining audio, somehow this broke, oops mrq 2023-02-07 00:26:22 +0000
  • edd642c3d3 fixed combining audio, somehow this broke, oops mrq 2023-02-07 00:26:22 +0000
  • a3c077ba13 added setting to adjust autoregressive sample batch size mrq 2023-02-06 22:31:06 +0000
  • be6fab9dcb added setting to adjust autoregressive sample batch size mrq 2023-02-06 22:31:06 +0000
  • d8c88078f3 Added settings page, added checking for updates (disabled by default), some other things that I don't remember mrq 2023-02-06 21:43:01 +0000
  • 100b4d7e61 Added settings page, added checking for updates (disabled by default), some other things that I don't remember mrq 2023-02-06 21:43:01 +0000
  • d1172ead36 Added encoding and ripping latents used to generate the voice mrq 2023-02-06 16:32:09 +0000
  • 240858487f Added encoding and ripping latents used to generate the voice mrq 2023-02-06 16:32:09 +0000
  • e25ec325fe Added tab to read and copy settings from a voice clip (in the future, I'll see about enmbedding the latent used to generate the voice) mrq 2023-02-06 16:00:44 +0000
  • 92cf9e1efe Added tab to read and copy settings from a voice clip (in the future, I'll see about enmbedding the latent used to generate the voice) mrq 2023-02-06 16:00:44 +0000
  • edb6a173d3 added another (somewhat adequate) example, added metadata storage to generated files (need to add in a viewer later) mrq 2023-02-06 14:17:41 +0000
  • 5affc777e0 added another (somewhat adequate) example, added metadata storage to generated files (need to add in a viewer later) mrq 2023-02-06 14:17:41 +0000
  • b8b15d827d added flag (--cond-latent-max-chunk-size) that should restrict the maximum chunk size when chunking for calculating conditional latents, to avoid OOMing on VRAM mrq 2023-02-06 05:10:07 +0000
  • b441a84615 added flag (--cond-latent-max-chunk-size) that should restrict the maximum chunk size when chunking for calculating conditional latents, to avoid OOMing on VRAM mrq 2023-02-06 05:10:07 +0000
  • 319e7ec0a6 fixed up the computing conditional latents mrq 2023-02-06 03:44:34 +0000
  • a1f3b6a4da fixed up the computing conditional latents mrq 2023-02-06 03:44:34 +0000
  • 3c0648beaf updated README (before I go mad trying to nitpick and edit it while getting distracted from an iToddler sperging) mrq 2023-02-06 00:56:17 +0000
  • 2cfd3bc213 updated README (before I go mad trying to nitpick and edit it while getting distracted from an iToddler sperging) mrq 2023-02-06 00:56:17 +0000
  • b23f583c4e Forgot to rename the cached latents to the new filename mrq 2023-02-05 23:51:52 +0000
  • 945136330c Forgot to rename the cached latents to the new filename mrq 2023-02-05 23:51:52 +0000
  • c2c9b1b683 modified how conditional latents are computed (before, it just happened to only bother reading the first 102400/24000=4.26 seconds per audio input, now it will chunk it all to compute latents) mrq 2023-02-05 23:25:41 +0000
  • 5bf21fdbe1 modified how conditional latents are computed (before, it just happened to only bother reading the first 102400/24000=4.26 seconds per audio input, now it will chunk it all to compute latents) mrq 2023-02-05 23:25:41 +0000
  • 4ea997106e oops mrq 2023-02-05 20:10:40 +0000
  • f66754b557 oops mrq 2023-02-05 20:10:40 +0000
  • daebc6c21c added button to refresh voice list, enabling KV caching for a bonerific speed increase (credit to https://github.com/152334H/tortoise-tts-fast/) mrq 2023-02-05 17:59:13 +0000
  • 1c582b5dc8 added button to refresh voice list, enabling KV caching for a bonerific speed increase (credit to https://github.com/152334H/tortoise-tts-fast/) mrq 2023-02-05 17:59:13 +0000
  • 7b767e1442 New tunable: pause size/breathing room (governs pause at the end of clips) mrq 2023-02-05 14:45:51 +0000
  • 8831522de9 New tunable: pause size/breathing room (governs pause at the end of clips) mrq 2023-02-05 14:45:51 +0000
  • ec31d1763a Fix to keep prompted emotion for every split line mrq 2023-02-05 06:55:09 +0000
  • c7f85dbba2 Fix to keep prompted emotion for every split line mrq 2023-02-05 06:55:09 +0000
  • 9ef7f11c0a Updated .gitignore (that does not apply to me because I have a bad habit of having a repo copy separate from a working copy) mrq 2023-02-05 06:40:50 +0000
  • 79e0b85602 Updated .gitignore (that does not apply to me because I have a bad habit of having a repo copy separate from a working copy) mrq 2023-02-05 06:40:50 +0000
  • 98dbf56d44 Skip combining if not splitting, also avoids reading back the audio files to combine them by keeping them in memory mrq 2023-02-05 06:35:32 +0000
  • bc567d7263 Skip combining if not splitting, also avoids reading back the audio files to combine them by keeping them in memory mrq 2023-02-05 06:35:32 +0000
  • f38c479e9b Added multi-line parsing mrq 2023-02-05 06:17:51 +0000
  • bf32efe503 Added multi-line parsing mrq 2023-02-05 06:17:51 +0000
  • 3e3634f36a Fixed accidentally not passing user-provided samples/iteration values (oops), fixed error thrown when trying to write unicode because python sucks mrq 2023-02-05 05:51:57 +0000
  • cd94cc8459 Fixed accidentally not passing user-provided samples/iteration values (oops), fixed error thrown when trying to write unicode because python sucks mrq 2023-02-05 05:51:57 +0000
  • 26daca3dc6 Forgot to add steps=1 to Candidates slider mrq 2023-02-05 04:27:20 +0000
  • cab32e1f45 Forgot to add steps=1 to Candidates slider mrq 2023-02-05 04:27:20 +0000
  • 111c45b181 Set transformer and model folder to local './models/' instead of for the user profile, because I'm sick of more bloat polluting my C:\ mrq 2023-02-05 04:18:35 +0000
  • 84a9758ab9 Set transformer and model folder to local './models/' instead of for the user profile, because I'm sick of more bloat polluting my C:\ mrq 2023-02-05 04:18:35 +0000
  • d2aeadd754 cleaned up element order with Blocks, also added preset updating the samples/iterations counts mrq 2023-02-05 03:53:46 +0000
  • d29ba75dd6 cleaned up element order with Blocks, also added preset updating the samples/iterations counts mrq 2023-02-05 03:53:46 +0000
  • 078dc0c6e2 Added choices to choose between diffusion samplers (p, ddim) mrq 2023-02-05 01:28:31 +0000
  • ed33e34fcc Added choices to choose between diffusion samplers (p, ddim) mrq 2023-02-05 01:28:31 +0000
  • 4274cce218 Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py, added flag '--low-vram' to disable minor optimizations mrq 2023-02-04 01:50:57 +0000
  • 5c876b81f3 Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py, added flag '--low-vram' to disable minor optimizations mrq 2023-02-04 01:50:57 +0000
  • 061aa65ac4 Reverted slight improvement patch, as it's just enough to OOM on GPUs with low VRAM mrq 2023-02-03 21:45:06 +0000
  • 8f20afc18f Reverted slight improvement patch, as it's just enough to OOM on GPUs with low VRAM mrq 2023-02-03 21:45:06 +0000
  • 4f359bffa4 Added progress for transforming to audio, changed number inputs to sliders instead mrq 2023-02-03 04:56:30 +0000
  • e8d4a4f89c Added progress for transforming to audio, changed number inputs to sliders instead mrq 2023-02-03 04:56:30 +0000
  • ef237c70d0 forgot to copy the alleged slight performance improvement patch, added detailed progress information with passing gr.Progress, save a little more info with output mrq 2023-02-03 04:20:01 +0000
  • ea751d7b6c forgot to copy the alleged slight performance improvement patch, added detailed progress information with passing gr.Progress, save a little more info with output mrq 2023-02-03 04:20:01 +0000
  • aafef3a140 Cleaned up the good-morning-sirs-dialect labels, fixed seed=0 not being a random seed, show seed on output mrq 2023-02-03 01:25:03 +0000
  • 43f45274dd Cleaned up the good-morning-sirs-dialect labels, fixed seed=0 not being a random seed, show seed on output mrq 2023-02-03 01:25:03 +0000
  • 1eb92a1236 QoL fixes mrq 2023-02-02 21:13:28 +0000
  • 74f447e5d0 QoL fixes mrq 2023-02-02 21:13:28 +0000
  • 5ebe587898 Quick fixes for Conda mrq 2023-02-01 01:21:56 +0000
  • f6be2a3ee8 Quick fixes for Conda mrq 2023-02-01 01:21:56 +0000
  • 2953e30da5
    Merge dde669abc8 into 8d342cfbc0 Aymeric Weinbach 2023-01-27 15:46:10 +0100
  • dde669abc8 missig libsndfile Aymeric Weinbach 2023-01-26 17:04:42 +0000
  • b69efa7dbf Docker file Aymeric Weinbach 2023-01-26 15:10:00 +0000
  • f654cbf929
    Merge 26a44a4cf6 into 8d342cfbc0 Pooya Moradi 2023-01-23 22:19:27 +0300
  • 42ee7b9ee0
    Merge f309586b5f into 8d342cfbc0 Dawid Laszuk 2023-01-22 18:26:37 -0800
  • 98a891e66e Merge pull request #263 from netshade/remove-ffmpeg-dep James Betker 2023-01-22 17:55:36 -0700
  • 8d342cfbc0
    Merge pull request #263 from netshade/remove-ffmpeg-dep James Betker 2023-01-22 17:55:36 -0700
  • b0296ba528 remove ffmpeg requirement, not actually necessary chris 2023-01-22 16:41:25 -0500
  • e55b498239 remove ffmpeg requirement, not actually necessary chris 2023-01-22 16:41:25 -0500
  • aad67d0e78 Merge pull request #233 from kianmeng/fix-typos James Betker 2023-01-17 18:24:24 -0700
  • 5dc3e269b3
    Merge pull request #233 from kianmeng/fix-typos James Betker 2023-01-17 18:24:24 -0700
  • 335623756e
    Delete favorite_riding_hood.mp3 Bewatermy 2023-01-15 17:55:00 +0400
  • f309586b5f TextToSpeech to utilize passed device arg Dawid 2023-01-14 09:49:19 -0800
  • 69738359c6 Merge pull request #245 from netshade/installation-updates James Betker 2023-01-11 09:30:50 -0700
  • b5eec7aba3
    Merge pull request #245 from netshade/installation-updates James Betker 2023-01-11 09:30:50 -0700
  • 0793800526 add explicit requirements.txt usage for dep installation chris 2023-01-11 10:50:18 -0500
  • 7ce3dc7bf1 add explicit requirements.txt usage for dep installation chris 2023-01-11 10:50:18 -0500
  • 38d97caf48 update requirements to ensure project will build and run chris 2023-01-11 10:48:58 -0500
  • d999f55841 update requirements to ensure project will build and run chris 2023-01-11 10:48:58 -0500
  • 36b961371a
    Merge 057f072c0d into 217dc09d5f Remy 2023-01-06 12:31:09 +0100
  • 04068133a6 Merge pull request #234 from Wonbin-Jung/ack James Betker 2023-01-06 02:03:49 -0700
  • 217dc09d5f
    Merge pull request #234 from Wonbin-Jung/ack James Betker 2023-01-06 02:03:49 -0700
  • 092b15eded Add reference of univnet implementation 원빈 정 2023-01-06 15:57:02 +0900
  • b3d67dcc6b Add reference of univnet implementation 원빈 정 2023-01-06 15:57:02 +0900