Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting this repo to a package #76

Open
rsxdalv opened this issue Jul 21, 2024 · 0 comments
Open

Converting this repo to a package #76

rsxdalv opened this issue Jul 21, 2024 · 0 comments

Comments

@rsxdalv
Copy link

rsxdalv commented Jul 21, 2024

Hi, this repository is originally made as a fork; however, given the implementation style it was convertible to a package. This allows using it with whichever audiocraft version (until something breaks), and separates the custom code from the internals.

I have made a repository here that does just that, it makes this project into a one-script python package that can be installed.

https://github.com/rsxdalv/extension_audiocraft_plus

This is the installation command:

pip install git+https://github.com/rsxdalv/extension_audiocraft_plus@legacy#egg=extension_audiocraft_plus

Through my testing, the only extra library needed was pytaglib, so the requirements are simply:

audiocraft>=1.2
pytaglib

Secondly, this repository deals with the issue of installing the UI as a finished product. For that my personal answer is to create it as an extension for my project which makes the torch + everything installation a separate concern.

I think this repository has quite a novel approach to audiocraft so I hope it can survive without becoming obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant