KOBEISSI Morgan
a5ba2e9cb6
Upgrade huggingface-hub dependency to 0.23.0
2024-06-03 17:17:46 +02:00
pyp_l40
013a21c70d
Merge branch 'standalone'
2024-05-04 12:25:48 -05:00
pyp_l40
ef9d65433c
improve automatic cutoff finding, delete editing script
2024-05-04 12:25:37 -05:00
Pranay Gosar
1a896d21fe
adjust cut off sec and target transcript
2024-05-03 22:16:06 -05:00
pyp_l40
77d1d5a69c
small fix
2024-04-29 08:47:32 -05:00
Puyuan Peng
da6d34e26e
Merge pull request #119 from Keeo/patch-1
...
Update huggingface-hub to version that exists
2024-04-26 20:46:12 -05:00
Martin Morávek
47f808df4c
Update huggingface-hub to version that exists
...
Latest version as of today is 0.22.2 [huggingface-hub](https://github.com/huggingface/huggingface_hub/releases ).
Likely cause of this issue is manual edit in the environments.yml.
2024-04-27 01:39:42 +02:00
pyp_l40
fd20265324
fix number bug in whisperx alignment
2024-04-25 14:38:03 -05:00
pgosar
9fb6d948d0
add simple running instructions
2024-04-23 19:07:24 -05:00
Pranay Gosar
1850da9210
add short form commands
2024-04-23 18:55:34 -05:00
Pranay Gosar
59877c085e
add speech editing
2024-04-23 18:38:09 -05:00
Pranay Gosar
b8bb2ab592
add beam size cmd args
2024-04-23 15:25:43 -05:00
Pranay Gosar
63736f7269
add TTS
2024-04-23 13:01:44 -05:00
Pranay Gosar
fc4de13071
Merge branch 'jasonppy:master' into standalone
2024-04-23 12:07:43 -05:00
pyp_l40
4a3a8f11a7
small fix
2024-04-22 14:39:05 -05:00
pyp_l40
8d1177149b
Replicate
2024-04-22 14:26:05 -05:00
pyp_l40
4ff9930b8e
Merge branch 'chenxwh/master'
2024-04-22 13:47:49 -05:00
pyp_l40
96f6f9fc7a
better handle numbers
2024-04-22 11:56:39 -05:00
chenxwh
ee3955d57e
Merge updates from original repository
2024-04-21 22:36:16 +00:00
chenxwh
87f4fa5d21
update
2024-04-21 22:30:56 +00:00
pyp_l40
eb8d89f618
nltk punkt, typer version
2024-04-21 11:38:09 -05:00
pyp_l40
9a50faf45b
new TTS model, better prompt
2024-04-21 11:24:11 -05:00
pyp_l40
a39f426212
new TTS model, better prompt
2024-04-21 11:13:51 -05:00
pyp_l40
eb4c6f62f4
new TTS model, better prompt
2024-04-21 11:12:51 -05:00
pyp_l40
ce39ca89c1
new TTS model, better prompt
2024-04-21 11:10:14 -05:00
jason-on-salt-a40
b10a245b44
new model
2024-04-20 19:50:35 -07:00
pyp_l40
13e52470c3
avoid starting with space in transcript
2024-04-20 12:09:11 -05:00
jason-on-salt-a40
98a8abd4dd
Merge branch 'fix/downloadingmodepath'
2024-04-20 09:17:17 -07:00
jason-on-salt-a40
8e19cf17ea
allow specifying server name
2024-04-20 09:16:58 -07:00
chenxwh
2a2ee984b6
update audiocraft install
2024-04-19 10:49:04 +00:00
chenxwh
729d0ec69e
update audiocraft install
2024-04-19 10:48:15 +00:00
chenxwh
ef3dd8285b
Merge branch 'master' of https://github.com/chenxwh/VoiceCraft
2024-04-19 10:46:05 +00:00
chenxwh
9746a1f60c
update with whisperx
2024-04-19 10:46:00 +00:00
Chenxi
4bd7b83b57
Merge branch 'jasonppy:master' into master
2024-04-19 11:45:24 +01:00
yoesak
160cef0186
Fixing, when gradio download encodec model, will be save on default folder on the folder from the argument
2024-04-19 11:21:06 +07:00
yoesak
caf60a4ce7
change the gradio_app.py to run on all interfaces
2024-04-19 10:06:46 +07:00
jason-on-salt-a40
7efcb3ee66
fix editing notebook
2024-04-18 12:38:55 -07:00
pgosar
1e0eaeba2b
add files
2024-04-17 16:32:50 -05:00
Puyuan Peng
ddfef83331
Update gradio_requirements.txt
2024-04-17 14:19:07 -05:00
Chenxi
6e5382584c
Merge branch 'jasonppy:master' into master
2024-04-17 16:27:36 +01:00
jason-on-salt-a40
9dab235647
better hf integration
2024-04-16 08:55:35 -07:00
Wauplin
e550f61409
Deduplicate VoiceCraftHF <> VoiceCraft
2024-04-16 10:24:05 +02:00
Lucain
943211d751
Update models/voicecraft.py
...
Co-authored-by: Julien Chaumond <julien@huggingface.co>
2024-04-16 08:47:49 +02:00
Lucain
77df5104b0
Tweak VoiceCraft x HF integration
...
This PR tweaks the HF integrations:
- `VoiceCraft` tag is lowercased to `voicecraft` => not a hard requirement but makes it more consistent with other libraries on the Hub.
- `voicecraft` is set as the `library_name` instead of simply a tag. This is better for taxonomy on the Hub.
Regarding the integration, I also opened https://github.com/huggingface/huggingface.js/pull/626 to make it more official on the Hub. In particular, there will now be an official `</> Use in VoiceCraft` button in all voicecraft models that display the code snippet to load the model. This should help users getting started with the model. It will also add a link to the voicecraft repo for the installation guide.
cc @NielsRogge who opened https://github.com/jasonppy/VoiceCraft/pull/78
2024-04-15 11:51:25 +02:00
chenxwh
0da8ee4b7a
update replicate demo
2024-04-14 12:15:23 +00:00
Chenxi
e3fc926ca4
Merge branch 'jasonppy:master' into master
2024-04-14 09:31:28 +01:00
jason-on-salt-a40
57079c44b6
hf model download
2024-04-13 15:11:15 -07:00
chenxwh
0c6942fd2a
Merge branch 'master' of https://github.com/chenxwh/VoiceCraft
2024-04-12 14:23:21 +00:00
chenxwh
f649f9216b
Merged changes from upstream
2024-04-12 14:18:51 +00:00
jason-on-salt-a40
3a8d5f4aab
small bug fix
2024-04-11 08:45:57 -07:00