enlyth / sd-webui-riffusion

Riffusion extension for AUTOMATIC1111's SD Web UI
MIT License
195 stars 23 forks source link

Fix for requirements not installing when torchaudio is already present in venv #25

Closed jahu00 closed 1 year ago

jahu00 commented 1 year ago

If torchaudio is already installed, requirements don't install and extension cannot be used. This should fix this issue.

jahu00 commented 1 year ago

Added another simple fix. On Ubuntu wav files were joined out of order, simple sort appears to fix this issue.