Commit Graph

20 Commits

Author SHA1 Message Date
mrq
e2c9b0465f set seed on inference, since it seems to be set to 0 every time 2024-06-19 22:10:59 -05:00
mrq
0b1a71430c added BigVGAN and HiFiGAN (from https://git.ecker.tech/jarod/tortoise-tts), vocoder selectable in webUI 2024-06-19 21:43:29 -05:00
mrq
a5c21d65d2 added automatically loading default YAML if --yaml is not profided (although I think it already does this by using defaults), default YAML will use local backend + deepspeed inferencing for speedups 2024-06-19 18:49:39 -05:00
mrq
f4fcc35aa8 fixed it breaking on subsequent utterances through the web UI from latents being on the CPU 2024-06-19 18:26:15 -05:00
mrq
96b74f38ef sampler and cond_free selectable in webUI, re-enabled cond_free as default (somehow it's working again) 2024-06-19 17:12:28 -05:00
mrq
73f271fb8a added automagic offloading models to GPU then CPU when theyre done during inference 2024-06-19 17:01:05 -05:00
mrq
5d24631bfb don't pad output mel tokens to speed up diffusion (despite copying it exactly from tortoise) 2024-06-19 15:27:11 -05:00
mrq
849de13f27 added tqdm bar for AR 2024-06-19 15:00:14 -05:00
mrq
99be487482 backported old fork features (kv_cache (which looking back seems like a spook), ddim sampling, etc) 2024-06-19 14:49:24 -05:00
mrq
268ba17485 crammed in HF attention selection mechanisms for the AR 2024-06-19 10:21:43 -05:00
mrq
e5136613f5 semblance of documentation, automagic model downloading, a little saner inference results folder 2024-06-19 10:08:14 -05:00
mrq
6c2e00ce2a load exported LoRA weights if exists (to-do: make a better LoRA loading mechanism) 2024-06-18 21:46:42 -05:00
mrq
7c9144ff22 working webui 2024-06-18 21:03:25 -05:00
mrq
fb313d7ef4 working, the vocoder was just loading wrong 2024-06-18 20:55:50 -05:00
mrq
b5570f1b86 progress 2024-06-18 17:09:50 -05:00
mrq
7aae9d48ab training + LoRA training works? (keeps OOMing after a step) 2024-06-18 13:28:50 -05:00
mrq
d7b63d2f70 encoding mel tokens + dataset preparation 2024-06-18 10:30:54 -05:00
mrq
37ec9f1b79 initial "refractoring" 2024-06-17 22:48:34 -05:00
James Betker
3dc66ba308 Revert "Merge pull request #3 from osanseviero/main"
This reverts commit 1a41f7f769, reversing
changes made to cf7a4bc7e7.
2022-04-27 09:15:55 -06:00
osanseviero
77a25ebdd2 Package everything 2022-04-27 15:04:15 +02:00