Gabriel
Gabriel
Even though I could use it myself, I'm not planning on doing it because of the technical complexity it would involve. In Golang, dependencies between files are not explicitly declared,...
Support for go was just added and it's available in the 0.20.2 version, feel free to try it out and give feedback!
It should be available through a homebrew tap (0.20.3 actually) ```shell brew install gabotechs/taps/dep-tree ``` It will soon be present in the official homebrew repository, once https://github.com/Homebrew/homebrew-core/pull/174092 is merged
But I don't think you can use that, that's an output format for dumping the created graph in a json file. If I understand correctly what you want is a...
Thanks for pointing that out! this should be easy to fix, stay tuned
I'm trying to replicate the issue but it seems to be working fine. Can you provide more info about your setup? I would be interested in knowing the full `tsconfig.json`,...
package.json `imports` are not currently supported, but they definitely should, I can take this.
It's a bit involved, the current models only generate up to 30 seconds, this is a hard limitation of the models used (https://audiocraft.metademolab.com/musicgen.html) There's a way of overcoming this limitation...
I don't think so, musicgen-melody just allows conditioning the music generating based on other music samples, but it's still not trained to generate vocals
In Windows it might be possible by using DirectML api, in Linux I honestly don't know how to do that. Right now there's no plan on implementing AMD support, but...