Enable large Bark models in docker container #139
Unanswered
EighthOctave
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sorry this message went past me, yes you can do it by editing the config.json (also gets edited when you work with the UI). If you would want a "1-click" deployment for your container, I'd suggest creating a new image with your own custom config.json already created. (By default the config.json gets generated once you launch the UI if it does not exist). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can successfully build and run the docker container (thanks for that by the way!). I noticed in the logs that the container loads the smaller bark models. I'd like to use the larger ones since I have the VRAM to support. How do I enable this in the docker container?
I'm a docker novice, BTW.
Beta Was this translation helpful? Give feedback.
All reactions