Commit Graph

  • 4f903159ee revamped result formatting, added "kludgy" stop button mrq 2023-02-10 22:12:37 +0000
  • 9e0fbff545 Slight notebook adjust mrq 2023-02-10 20:22:12 +0000
  • 52a9ed7858 Moved voices out of the tortoise folder because it kept being processed for setup.py mrq 2023-02-10 20:11:56 +0000
  • 8b83c9083d Cleanup mrq 2023-02-10 19:55:33 +0000
  • a09eff5d9c Added the remaining input settings mrq 2023-02-10 16:47:57 +0000
  • 7baf9e3f79 Added a link to the colab notebook mrq 2023-02-10 16:26:13 +0000
  • 5b852da720 Colab notebook (part II) mrq 2023-02-10 16:12:11 +0000
  • 3d6ac3afaa Colab notebook (part 1) mrq 2023-02-10 15:58:56 +0000
  • efa556b793 Added new options: "Output Sample Rate", "Output Volume", and documentation mrq 2023-02-10 03:02:09 +0000
  • 57af25c6c0 oops mrq 2023-02-09 22:17:57 +0000
  • 504db0d1ac Added 'Only Load Models Locally' setting mrq 2023-02-09 22:06:55 +0000
  • 460f5d6e32 Added and documented mrq 2023-02-09 21:07:51 +0000
  • 145298b766 Oops mrq 2023-02-09 20:49:22 +0000
  • 729be135ef Added option: listen path mrq 2023-02-09 20:42:38 +0000
  • 3f8302a680 I didn't have to suck off a wizard for DirectML support (courtesy of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7600 for leading the way) mrq 2023-02-09 05:05:21 +0000
  • 50b4e2c458 oops mrq 2023-02-09 02:39:08 +0000
  • b23d6b4b4c owari da... mrq 2023-02-09 01:53:25 +0000
  • 494f3c84a1 beginning to add DirectML support mrq 2023-02-08 23:03:52 +0000
  • 81e4d261b7 Added two flags/settings: embed output settings, slimmer computed voice latents mrq 2023-02-08 14:14:28 +0000
  • 94eab20529 disable telemetry/what-have-you if not requesting a public Gradio URL mrq 2023-02-07 21:44:16 +0000
  • 0bf4fefd42 Merge pull request 'Added convert.sh' (#8) from lightmare/tortoise-tts:convert_sh into main mrq 2023-02-07 21:09:00 +0000
  • f62a3675aa Added convert.sh lightmare 2023-02-07 20:43:13 +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
  • f7274112c3 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
  • 328deeddae 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
  • 5d76d47a49 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
  • a3c077ba13 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
  • d1172ead36 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
  • 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
  • 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
  • 319e7ec0a6 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
  • b23f583c4e 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
  • 4ea997106e 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
  • 7b767e1442 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
  • 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
  • 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
  • f38c479e9b 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
  • 26daca3dc6 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
  • d2aeadd754 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
  • 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
  • 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
  • 4f359bffa4 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
  • 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
  • 1eb92a1236 QoL fixes mrq 2023-02-02 21:13:28 +0000
  • 5ebe587898 Quick fixes for Conda mrq 2023-02-01 01:21:56 +0000
  • 98a891e66e 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
  • aad67d0e78 Merge pull request #233 from kianmeng/fix-typos James Betker 2023-01-17 18:24:24 -0700
  • 69738359c6 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
  • 38d97caf48 update requirements to ensure project will build and run chris 2023-01-11 10:48:58 -0500
  • 04068133a6 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
  • 49bbdd597e Fix typos Kian-Meng Ang 2023-01-05 19:49:55 +0800
  • a5a0907e76 Update README.md James Betker 2022-12-05 13:16:36 -0800
  • 49aff9a36d Merge pull request #193 from casonclagg/main James Betker 2022-11-13 22:20:11 -0800
  • 18dbbb56b6 Pin transformers version to 4.19, fixes #186, google colab crashing Cason Clagg 2022-11-11 17:16:56 -0600
  • dd88ad6be6 Merge pull request #122 from mogwai/fix/readme-instructions James Betker 2022-07-08 08:22:43 -0600
  • 75e920438a Added keyword argument Harry Coultas Blum 2022-07-08 14:28:24 +0100
  • 83cc5eb5b4 Update README.md James Betker 2022-06-23 15:57:50 -0700
  • e5201bf14e Get rid of checkpointing James Betker 2022-06-15 22:09:15 -0600
  • 1aa4e0d4b8 Merge pull request #97 from jnordberg/cpu-support James Betker 2022-06-12 23:12:03 -0600
  • dba14650cb Typofix Johan Nordberg 2022-06-11 21:00:16 +0900
  • 3791eb7267 Expose batch size and device settings in CLI Johan Nordberg 2022-06-11 20:46:23 +0900
  • 5c7a50820c Allow running on CPU Johan Nordberg 2022-06-11 20:03:14 +0900
  • 5d96b486fb Merge pull request #90 from MarcusLlewellyn/read_combine James Betker 2022-06-06 14:59:35 -0600
  • 0e08760896 Fixed silly lack of EOF blank line, indentation Marcus Llewellyn 2022-06-06 15:13:29 -0500
  • 5a74461c1e read.py combines all candidates Marcus Llewellyn 2022-06-04 17:47:29 -0500
  • e574f19fc9 Also include voices in the manifest James Betker 2022-05-31 10:31:50 -0600
  • eda44cd9ab Include data in manifest James Betker 2022-05-31 09:10:06 -0600
  • 855268ba4e Merge pull request #78 from jnordberg/cli-typo-fix James Betker 2022-05-28 22:30:41 -0600
  • 3f641c2beb Typofix Johan Nordberg 2022-05-29 04:26:11 +0000
  • ce30b5bbe5 Merge pull request #74 from jnordberg/improved-cli James Betker 2022-05-28 21:33:53 -0600
  • 491fe7f6d3 Remove some assumptions about working directory This allows cli tool to run when not standing in repository dir Johan Nordberg 2022-05-29 01:10:19 +0000
  • 803a6d7451 Merge pull request #70 from jnordberg/sentence-split-improve James Betker 2022-05-28 11:03:43 -0600
  • a641d8f29b Add tortoise_cli.py Johan Nordberg 2022-05-28 05:25:23 +0000
  • 821be4171b Typofix Johan Nordberg 2022-05-28 01:29:34 +0000
  • 069e7001ad Improve splitting on text that has many quotes Johan Nordberg 2022-05-28 01:22:21 +0000
  • cf26074fa5 Add riding hood test Also fix a bug discovered by the test that would seek past the text end if it ended in a boundary Johan Nordberg 2022-05-27 23:08:53 +0000
  • acc0891e85 Improve sentence boundary detection Johan Nordberg 2022-05-27 05:58:09 +0000
  • 6206436e76 Merge pull request #68 from space-pope/fix-default-arg James Betker 2022-05-26 15:59:43 -0600
  • 53f6563e3e avoid mutable default in aligner Josh Ziegler 2022-05-26 16:20:09 -0400
  • 7becd30c2a Merge pull request #64 from jnordberg/revive-cvvp James Betker 2022-05-25 15:59:09 -0600
  • f396dcc023 Skip CLVP if cvvp_amount is 1 Also fixes formatting bug in log message Johan Nordberg 2022-05-25 11:12:53 +0000
  • 0ca4d8f291 Revive CVVP model Johan Nordberg 2022-05-25 10:22:50 +0000
  • e0be49f02f Fix bug James Betker 2022-05-22 05:50:26 -0600
  • 42a3bc9cfd Support combining voices in do_tts James Betker 2022-05-22 05:28:15 -0600