You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this amazing project. Secondly everything is still working but some stuff is deprecated. Here is how I make everything running:
Because the head commit is deprecated of riffusion-hobby and the latest torchaudio of requirements.txt is not supported you must modify self.inverse_mel_scaler:
cd~/Projects/ai/audio/riffusion-hobby
# pyenv install 3.9
pyenv local 3.9
python3 -m venv venv
source venv/bin/activate
sudo apt install sox
# Those dependencies are missing in the head commit of requirements.txt
pip install numpy typing_extensions
python -m pip install -r requirements.txt
# cache_download not longer supported in latest version so we downgrade
pip install huggingface_hub==0.24.7
Install and start riffusion-app-hobby. Create .env.local and insert RIFFUSION_FLASK_URL=http://127.0.0.1:3013/run_inference/. Then run:
cd~/Projects/ai/audio/riffusion-app-hobby
npm i
npm run dev
The text was updated successfully, but these errors were encountered:
First of all thank you for this amazing project. Secondly everything is still working but some stuff is deprecated. Here is how I make everything running:
Duplicated of:
However, maybe still usefully for people who want to use the UI
Install
Clone
riffusion-hobby
&riffusion-app-hobby
Because the head commit is deprecated of riffusion-hobby and the latest torchaudio of requirements.txt is not supported you must modify self.inverse_mel_scaler:
Install and start riffusion-hobby:
Install and start riffusion-app-hobby. Create
.env.local
and insertRIFFUSION_FLASK_URL=http://127.0.0.1:3013/run_inference/
. Then run:The text was updated successfully, but these errors were encountered: