-
Notifications
You must be signed in to change notification settings - Fork 227
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
Infinite audio generation #120
Comments
with commandline usage i get this error:
|
Hi please refer to this issue #95. Maybe related |
@Nu70ry Another quick fix is install laion_clap using the most up-to-date code
I tried this personally and it works. Hope it helps |
I tried your solution and issue #95, non worked. there also seems to be no errors, except when I refresh, and then press "submit" error is
|
also I'm unable to stop the server, it hangs. I also have installed torch with cuda (pytorch) through pip |
Please, specify the Gradio version used. Gradio is hot garbage, and sensitive to version changes. |
У меня такая же проблема. При нажатии кнопки "Исполнить" в Gradio секундомер начинает отсчет, но ничего не происходит. Так же программа не начинает потреблять ресурсы системы. Вывод в консоли после запуска python app.py from AudioLDM directory:
Я уже сделал все что посоветовал haoheliu, но это безрезультатно. Очень надеюсь на вашу помощь. |
audioldm does never finish it's audio generation i don't even think it really starts it.
i waited over 2000 seconds which is over 30 minutes but nothing happens just counting seconds.
my system:
Windows 11
Python 3.8.18
Ryzen 7800X3D
RTX 4070
i did the following:
i downloaded anaconda
i opened windows cmd as admin
i did conda create -n audioldm python=3.8
i did conda activate audioldm
i did cd to desktop
i did pip install audioldm (i dont have a pip3)
i did git clone https://github.com/haoheliu/AudioLDM
i did cd AudioLDM
i did python app.py (again no python3 on my system)
got this error and did the fix below
i did python app.py
i get these errors but the app starts:
and summited the default text and nothing more as counting seconds happen.
hope someone can tell me how to fix this.
The text was updated successfully, but these errors were encountered: