James Betker
b1fc2b13c9
add support for specifying the model_dir
2022-05-01 17:29:25 -06:00
James Betker
0ffc191408
Add support for extracting and feeding conditioning latents directly into the model
...
- Adds a new script and API endpoints for doing this
- Reworks autoregressive and diffusion models so that the conditioning is computed separately (which will actually provide a mild performance boost)
- Updates README
This is untested. Need to do the following manual tests (and someday write unit tests for this behemoth before
it becomes a problem..)
1) Does get_conditioning_latents.py work?
2) Can I feed those latents back into the model by creating a new voice?
3) Can I still mix and match voices (both with conditioning latents and normal voices) with read.py?
2022-05-01 17:25:18 -06:00
James Betker
a8264f5cef
more cleanup
2022-05-01 16:28:39 -06:00
James Betker
f7c8decfdb
Move everything into the tortoise/ subdirectory
...
For eventual packaging.
2022-05-01 16:24:24 -06:00
James Betker
33f60ce1e2
navy seal copypasta
...
(for the memes)
2022-05-01 14:55:06 -06:00
James Betker
2582fe9b3a
new voices
2022-05-01 14:54:31 -06:00
James Betker
ab9b68f619
add option to specify model directory to API
2022-05-01 14:51:44 -06:00
James Betker
01877d2fc6
update citation file
2022-04-28 23:11:09 -06:00
James Betker
04ad3042ec
add citation file
2022-04-28 23:09:33 -06:00
James Betker
87cfba0d31
allow mp3 voices
2022-04-28 17:38:37 -06:00
James Betker
e857911fca
ack
2022-04-27 23:22:55 -06:00
James Betker
e4384d4288
add librosa to reqs
2022-04-27 09:33:43 -06:00
James Betker
c0a7a53d7a
add scipy to requirements
2022-04-27 09:25:00 -06:00
James Betker
94e26ebeca
recommit favorite_red_riding_hood
2022-04-27 09:23:19 -06:00
James Betker
8670e464d9
remove lfs
2022-04-27 09:23:01 -06:00
James Betker
05e06de0e7
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
James Betker
cfbeb2d75e
Revert "fix site and ipynb with new paths"
...
This reverts commit 7d54ef8cc5
.
2022-04-27 09:15:39 -06:00
James Betker
7d54ef8cc5
fix site and ipynb with new paths
2022-04-27 09:07:35 -06:00
James Betker
1a41f7f769
Merge pull request #3 from osanseviero/main
...
Misc improvements and packaging
2022-04-27 09:01:32 -06:00
osanseviero
aa25e6813f
Fix setup
2022-04-27 15:47:24 +02:00
Omar Sanseviero
e43f961d9c
Update setup.py
2022-04-27 15:12:20 +02:00
osanseviero
3b19328886
Package everything
2022-04-27 15:04:15 +02:00
James Betker
cf7a4bc7e7
add reference clips to examples
2022-04-26 10:45:02 -06:00
James Betker
524ae1a5a8
tortoise-detect docs
2022-04-26 10:37:44 -06:00
James Betker
f8280e75d9
ok
2022-04-26 10:27:57 -06:00
James Betker
1e3fde7386
is this from tortoise?
2022-04-26 10:24:34 -06:00
James Betker
468a8bed8a
classifier proto
2022-04-26 09:54:08 -06:00
James Betker
26611b158e
updates
2022-04-25 21:28:18 -06:00
James Betker
cbc7ba0a63
update readme
2022-04-25 21:19:02 -06:00
James Betker
f96d866da3
fix notebook
2022-04-25 21:17:49 -06:00
James Betker
f12b51f317
this about cleans it up
2022-04-25 21:16:19 -06:00
James Betker
2a2967bc20
gi
2022-04-25 20:45:09 -06:00
James Betker
ead9a89661
check in some sample results
2022-04-25 20:44:58 -06:00
James Betker
b9a534af61
move voices
2022-04-25 20:07:07 -06:00
James Betker
2a5166d9e1
add regenerate option
2022-04-25 20:05:21 -06:00
James Betker
073b27ccbe
update
2022-04-25 17:02:59 -06:00
James Betker
a064290559
Update documentation, add optional verbosity
2022-04-25 16:59:04 -06:00
James Betker
84d641c57a
n/c
2022-04-22 11:34:05 -06:00
James Betker
da31baad21
update requirements and some docs
2022-04-21 16:06:43 -06:00
James Betker
a05af09d7e
update read to output concatenated audio
2022-04-21 15:19:36 -06:00
James Betker
2a67565b88
:(
2022-04-20 18:06:29 -06:00
James Betker
053b8d138a
remove xt dep
2022-04-20 18:00:12 -06:00
James Betker
0b496a0a38
update clvp path
2022-04-20 17:59:34 -06:00
James Betker
8696bb45b3
updates to scripts
2022-04-20 17:24:09 -06:00
James Betker
2bf7cd1101
y u no cvvp
2022-04-18 20:47:16 -06:00
James Betker
f01c9a2147
AND OTHER DEPS
2022-04-18 20:44:22 -06:00
James Betker
24a5b840ae
remove dependency on x-transformers
2022-04-18 20:43:04 -06:00
James Betker
ad0f3fdd58
update to v2 models (clvp pending)
2022-04-18 17:32:54 -06:00
James Betker
a578697287
clear out new_autoregressive api
2022-04-18 14:48:08 -06:00
James Betker
8e94abd341
Support CVVP & fix for major bug in API
2022-04-18 14:47:44 -06:00