Why is the generation taking so long?

#1
by Deriq - opened

I was about to generate a new MIDI and audio, and the generating output is taking forever!
image.png

Hey @Deriq

This is because the space is running on CPU. There are only 10 Zero GPU spaces so some spaces were switched to CPU.

If you want to run it fast, please duplicate the space and use ZeroGPU or dedicated GPU.

If you will duplicate the space, make sure that everything is on .cuda() in app.py too.

Alex.

Sign up or log in to comment