gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
973 stars 90 forks source link

[BUG REPORT] No module named 'soxr' #165

Open piretro opened 9 months ago

piretro commented 9 months ago

Describe the bug A clear and concise description of what the bug is. AudioLDM1 unable to generate anything

Result showing: An exception occurred: No module named 'soxr'

To Reproduce Steps to reproduce the behavior:

  1. Go to AudioLDM > AudioLDM1
  2. Click on Load model, it downloads correctly.
  3. insert prompt, press GENERATE
  4. See error: An exception occurred: No module named 'soxr'

Additional context I am running this on windows

installed through git clone, then run.bat. Had some troubles downloading models, but a reboot helped. audiocraft and audioldm2 seems to be working

gitmylo commented 9 months ago

Tell me if running activate_only.bat and then inside of it, running pip install soxr

Then try running audio-webui again, please report back if this works, in case this is not a user-specific issue.

piretro commented 9 months ago

perfect, that fixed it. Thank you!

merolaika commented 7 months ago

Tell me if running activate_only.bat and then inside of it, running pip install soxr

Then try running audio-webui again, please report back if this works, in case this is not a user-specific issue.

Hello, it still gives me the same error. I run activate_only.bat and the window closes immediately and does not take any action. I restarted audio webui but the problem is not fixed