Replies: 1 comment 2 replies
-
what does you npz file look like? looks like it fails during validation for vocabulary checks etc |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Morning everyone.
I'm trying to generate a wav file using a custom voice. I think I've managed to create my custom npz correctly so I'm using the following code to create my custom speech:
I'm getting this error:
File "c:\Development\ai\bark\bark\create.py", line 37, in
x_coarse_gen = generate_coarse(
^^^^^^^^^^^^^^^^
File "C:\Users\JossSrf\AppData\Local\Programs\Python\Python311\Lib\site-packages\bark\generation.py", line 587, in generate_coarse
round(x_coarse_history.shape[-1] / len(x_semantic_history), 1)
AssertionError
Any ideas?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions