-
Notifications
You must be signed in to change notification settings - Fork 125
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
hardcoded paths #3
Comments
Hello, I made this change in a fork, along with a few enhancements to reduce memory for my own evaluation purposes. You can copy them or just check out the fork: Fork: https://github.com/painebenjamin/FluxMusic Just run the script the same way suggested in this repo, i.e. |
Thanks for advice, I will clean the code as soon as possible :) |
@painebenjamin I have tried your fork, works great. Worth submitting a pull request so it can be incorporated into the repo. |
paths to models are hard-coded (e.g. https://github.com/feizc/FluxMusic/blob/main/sample.py#L57)
maybe we can fetch these from huggingface automatically or provide an option to specify where they are on the user's computer?
The text was updated successfully, but these errors were encountered: