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

[Bug] Problems with audio models #21

Open
Nerual-Dreming opened this issue Aug 11, 2023 · 2 comments
Open

[Bug] Problems with audio models #21

Nerual-Dreming opened this issue Aug 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Nerual-Dreming
Copy link

Hi, first of all I want to say that this software is just great in spite of the early version. I am absolutely delighted.
But I have encountered this problem, when I add music to my generation I get an error.

OSError: Not found: "C:\Users\Илья/.cache\huggingface\hub\models--t5-base\snapshots\fe6d9bf207cd3337512ca838a8b453f87a9178ef\spiece.model": No such file or directory Error #2

As I understand it, this error is caused by the fact that I have Cyrillic in the username path, but the problem is more likely that the audio generator module stores its files in a different path, not inside the venv as would be reasonable.

please make it so that all module files are stored inside the installation directory, I'm sure this will solve a lot of problems in the future.

@AsaTyr2018
Copy link
Collaborator

i also found out that the current version installs by default in the user dir.
special the Huggingface cache.

All i found is this references:
https://huggingface.co/docs/datasets/cache

did you tried to set a custom project path?
grafik

Maby this helps.

@diStyApps
Copy link
Owner

Hi, first of all I want to say that this software is just great in spite of the early version. I am absolutely delighted. But I have encountered this problem, when I add music to my generation I get an error.

OSError: Not found: "C:\Users\Илья/.cache\huggingface\hub\models--t5-base\snapshots\fe6d9bf207cd3337512ca838a8b453f87a9178ef\spiece.model": No such file or directory Error #2

As I understand it, this error is caused by the fact that I have Cyrillic in the username path, but the problem is more likely that the audio generator module stores its files in a different path, not inside the venv as would be reasonable.

please make it so that all module files are stored inside the installation directory, I'm sure this will solve a lot of problems in the future.

Yes, i don't like it too, ill address it soon so they will be inside the installation directory.

@AsaTyr2018 AsaTyr2018 added the Issue Issue using the Software label Aug 16, 2023
@AsaTyr2018 AsaTyr2018 changed the title Problems with audio models [Issue] Problems with audio models Aug 16, 2023
@AsaTyr2018 AsaTyr2018 changed the title [Issue] Problems with audio models [Bug] Problems with audio models Aug 16, 2023
@AsaTyr2018 AsaTyr2018 added bug Something isn't working and removed Issue Issue using the Software labels Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants