Commit Graph

29 Commits (main)

Author SHA1 Message Date
mrq 5ff00bf3bf added flags to rever to default method of latent generation (separately for the AR and Diffusion latents, as some voices don't play nicely with the chunk-for-all method) 2023-05-21 01:46:55 +07:00
mrq 04b7049811 freeze numpy to 1.23.5 because latest version will moan about deprecating complex 2023-05-04 01:54:41 +07:00
mrq 65a43deb9e why didn't I also have it use chunks for computing the AR conditional latents (instead of just the diffusion aspect) 2023-03-14 01:13:49 +07:00
mrq 0514f011ff how did I botch this, I don't think it affects anything since it never thrown an error 2023-03-09 22:36:12 +07:00
mrq d53edf540e pip-ifying things 2023-02-16 19:48:06 +07:00
mrq a7330164ab Added integration for "voicefixer", fixed issue where candidates>1 and lines>1 only outputs the last combined candidate, numbered step for each generation in progress, output time per generation step 2023-02-11 15:02:11 +07:00
mrq edb6a173d3 added another (somewhat adequate) example, added metadata storage to generated files (need to add in a viewer later) 2023-02-06 14:17:41 +07:00
mrq 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 2023-02-04 01:50:57 +07:00
mrq 1eb92a1236 QoL fixes 2023-02-02 21:13:28 +07:00
mrq 5ebe587898 Quick fixes for Conda 2023-02-01 01:21:56 +07:00
chris b0296ba528 remove ffmpeg requirement, not actually necessary 2023-01-22 16:41:25 +07:00
chris 38d97caf48 update requirements to ensure project will build and run 2023-01-11 10:48:58 +07:00
Cason Clagg 18dbbb56b6 Pin transformers version to 4.19, fixes #186, google colab crashing 2022-11-11 17:16:56 +07:00
James Betker 2c0e49e6a2 Update requirements to specify version of transformers 2022-05-19 10:22:04 +07:00
James Betker ea8c825ee0 update requirements to (hopefully) provide better compatibility
man python deps are garbage.....
2022-05-10 23:42:37 +07:00
James Betker dc0390ade1 Remove entmax dep 2022-05-02 21:43:14 +07:00
James Betker 958b939b64 Add setup 2022-05-02 21:24:34 +07:00
James Betker 9d761673d8 add librosa to reqs 2022-04-27 09:33:43 +07:00
James Betker e969243c79 add scipy to requirements 2022-04-27 09:25:00 +07: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 +07:00
osanseviero 77a25ebdd2 Package everything 2022-04-27 15:04:15 +07:00
James Betker 3735a819b3 update requirements and some docs 2022-04-21 16:06:43 +07:00
James Betker 412a441c86 remove dependency on x-transformers 2022-04-18 20:43:04 +07:00
James Betker cf80d7317c Remove intelligibility refinement
It's not longer a concern. :)
2022-04-13 17:04:19 +07:00
James Betker adccaa44bc Add in ASR filtration 2022-03-26 21:32:12 +07:00
James Betker 79c74c1484 Modifications to support "v1.5" 2022-03-22 11:52:46 +07:00
James Betker ad5cbffc71 Some fixes 2022-03-10 22:56:29 +07:00
James Betker fd23994e3c Update with downloadable model paths 2022-03-10 22:46:35 +07:00
James Betker e16ab82597 Initial commit 2022-01-27 23:19:29 +07:00